- 05 9月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
preparing release 0.1.5 * proxy/libvirt_proxy.c src/xen_internal.c: tiny fixes Daniel
-
- 26 8月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
- 17 8月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
include/libvirt/libvirt.h.in: preparing release of 0.1.4, regenerated docs, fixed a few things * src/proxy_internal.c src/test.c src/xend_internal.c: a few trivial fixes Daniel
-
由 Daniel P. Berrange 提交于
-
- 16 8月, 2006 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 14 8月, 2006 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 11 8月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
* docs//*: rebuilt the docs Daniel
-
- 09 8月, 2006 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 12 7月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
libvirt-0.1.3 * src/xend_internal.c: uninitialized var and disable TCP slow start Daniel
-
- 10 7月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
format documentation to cover the new HVM domains. Daniel
-
- 06 7月, 2006 1 次提交
-
-
由 Mark McLoughlin 提交于
-
- 03 7月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
preparing release of 0.1.2 * src/proxy_internal.c: don't warn on open if using http and not the proxy. Daniel
-
由 Daniel Veillard 提交于
src/xen_internal.c: fixing the proxy installation, integrate in the spec file and fix a few bugs in the proxy, seems to behave correctly now. * docs/apibuild.py docs/*: fixing the doc and API generator Daniel
-
- 26 6月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
include/libvirt/virterror.h python/generator.py python/libvir.c python/libvirt_wrap.h src/driver.h src/internal.h src/test.h src/virsh.c src/virterror.c src/xend_internal.c src/xend_internal.h src/xml.c src/xml.h: moved the includes from include/ to include/libvirt to reflect the installed include tree. This avoid using "" in the includes themselves. Daniel
-
- 21 6月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
- 14 6月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
* src/driver.h src/libvirt.c src/test.c src/xen_internal.c src/xend_internal.c src/xs_internal.c: started to fix some of the driver related problem raised by Daniel Berrange, added a ver version field to drivers. Daniel
-
- 09 5月, 2006 1 次提交
-
-
由 Karel Zak 提交于
-
- 29 4月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/xml.h include/libvirt.h[.in] include/virterror.h: started adding new APIs, some still TODO, and not tested yet Daniel
-
- 26 4月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
Daniel P. Berrange. Daniel
-
由 Daniel Veillard 提交于
docs/examples/index.py docs/examples/python/*: integrated examples for Python from David Lutterkort Daniel
-
- 14 4月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
virDomainSetMemory to set up the target memory use for a domain * src/driver.h src/libvirt.c src/xen_internal.c src/xend_internal.[ch] src/xs_internal.[ch]: added a new entry point in the drivers for this, also fixed the xen store entry, as changing /local/domain/$$/memory/target affects the target memory not the max, apparently max is not visible at the xenstore level (or I missed it) Daniel
-
- 10 4月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
regenerated for release of 0.1.0 * Makefile.am virsh.1: added man page from Andrew Puch Daniel
-
由 Daniel Veillard 提交于
for lifecycle events * docs/format.html docs/libvir.html: added the associated docs for the new constructs * TODO: small update Daniel
-
- 09 4月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/xs_internal.c: implementing domain pointers unification, thread safety and reference counting for domain and connections, this was the last critical change needed before making further progresses at the API level. Still a couple fo things TODO for this, unification at the Python level and adding UUID to hash. All domain/connect alloc and free routines are now centralized in hash.c * docs/APIchunk1.html docs/libvirt-api.xml docs/libvirt-refs.xml docs/html/libvirt-libvirt.html: regenerated the docs, that doesn't change the API. Daniel
-
- 04 4月, 2006 1 次提交
-
-
由 Karel Zak 提交于
-
- 03 4月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/libvirt_sym.version src/*_internal.[ch]: added an entry point for reboot and corresponding driver plug * src/virsh.c: added a reboot option using it * docs/*: regenerated Daniel
-
- 29 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
- 28 3月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
the Perl bindings, regenerated * python/libvirt_wrap.h: added a missing include. Daniel
-
- 27 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
* include/libvirt.h include/libvirt.h.in: added intialization function * include/virterror.h src/virterror.c: one more error code * src/internal.h: first part of Jim's format checking * src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch] src/xs_internal.[ch]: initialization and registration of drivers Daniel
-
- 25 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
* doc/*: rebuilt Daniel
-
- 21 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/xen_internal.h docs/apibuild.py: starting the refactoring, first the direct Xen hypervisor module. New header describing the entry points of a driver. Daniel
-
- 10 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
Ronald Aigner * docs/site.xsl docs/*.html: added link to Bugzilla Daniel
-
- 28 2月, 2006 3 次提交
-
-
由 Daniel Veillard 提交于
preparing release 0.0.6 Daniel
-
由 Daniel Veillard 提交于
error handling and regenerated the docs Daniel
-
由 Daniel Veillard 提交于
Daniel
-
- 25 2月, 2006 4 次提交
-
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
src/virterror.c include/Makefile.am include/virterror.h: adding the public APIs for errors, callbacks and synchronous. The boring stuff is still left to do, plugging it. Also need to be exposed at the python level. * doc//*: rebuilt Daniel
-