- 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 6 次提交
-
-
由 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
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
Daniel
-
- 24 2月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
-
- 23 2月, 2006 3 次提交
-
-
由 Daniel Veillard 提交于
* python/generator.py python/libvir.c python/libvirt-python-api.xml: also fixing the binding for getting a domain UUID * python/tests/Makefile.am python/tests/uuid.py: added a test for the new UUID API Daniel
-
由 Daniel Veillard 提交于
release of 0.0.5 * include/libvirt.h.in: fixed APIs definition Daniel
-
由 Daniel Veillard 提交于
src/libvirt_sym.version: added virDomainLookupByUUID and virDomainGetUUID to be able to use the persistant UUID names * docs//*: rebuilt the docs following the API extension Daniel
-
- 22 2月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
added devhelp docs support, based on libxml2 stylesheets Daniel
-
- 21 2月, 2006 4 次提交
-
-
由 Daniel Veillard 提交于
* docs/examples/suspend.c docs/examples/*: added an example of suspend/resume and regenerated Daniel
-
由 Daniel Veillard 提交于
* python/tests/Makefile.am: fix a small PYTHONPATH bug * docs//*: fixed the xsl a bit for toc names, added doc for the python bindings, regenerated Daniel
-
由 Daniel Veillard 提交于
XML dump function around to make sure all entry points are centralized in libvirt.c and also avoid doc generation troubles. * docs/examples/Makefile.am docs/examples/index.py: fix the makefile a bit. * TODO: updated * docs/format.html: added a description of the XML used for the domains. * docs//*: rebuilt Daniel
-
由 Daniel Veillard 提交于
docs/site.xsl: integates the examples page in the web site * docs//* : fixed generator and rebuilt the docs * python/tests/basic.py python/tests/create.py: couple cleanups Daniel
-
- 17 2月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
* include/libvirt.h* src/libvirt.c src/xend_internal.[ch] src/xml.[ch]: added XML parsing for Xen domain descriptions needed for creates, plugged in a converter to s-exp and xend call. Modified the virDomainCreateLinux() to reflect that XML based description. Seems to work. * python/tests/create.py: added a test case which seems to work not tested much yet * docs/*: regenerated Daniel
-
- 10 2月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
libvirt.spec.in: preparing 0.0.4 release Daniel
-
由 Daniel Veillard 提交于
Daniel
-