- 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
-
- 05 4月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
* src/internal.h: starting to work on reentrancy * src/libvirt.c: applied patch from Jim Fehlig to fix virDomainLookupByID when run as root. Daniel
-
- 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 提交于
src/internal.h src/libvirt_sym.version src/xen_internal.c src/xs_internal.c: added a new entry point to get node hardware informations virGetNodeInfo, and associated driver hook. * src/xend_internal.c: implemented the node and version information hooks for the Xen Daemon * python/libvir.c python/libvirt-python-api.xml python/generator.py: also added Python bindings for the new call Daniel
-
- 28 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
* src/libvirt_sym.version: add initialize entry point * src/libvirt.c: make sure we always initialize the lib * python/tests/*.py: start updating exemple for exception handling as pointed by Jim Meyering 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
-
- 23 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/virterror.c: created a new module related to Xen Store accesses * src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch]: nearly completed the separation of the code from the different modules Daniel
-
- 22 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
* src/libvirt.c src/xend_internal.c src/xend_internal.h: more work on the xend refactoring 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
-
- 15 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/sexpr.h src/virsh.c src/virterror.c src/xen_internal.c src/xen_internal.h src/xend_internal.c src/xend_internal.h src/xml.c src/xml.h: applied cb/indent to homogenize the source style, as a first pass. Daniel
-
- 28 2月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
should not emit error when failing to open the hypervisor proc entry point. Daniel
-
由 Daniel Veillard 提交于
* include/virterror.h src/internal.h src/libvirt.c src/virterror.c src/xend_internal.c: commiting a first pass at adding error handling in the code, not finished, but it starts to work, need more coverage and testing. Daniel
-
- 25 2月, 2006 1 次提交
-
-
由 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
-
- 23 2月, 2006 2 次提交
-
-
由 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 提交于
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
-
- 21 2月, 2006 2 次提交
-
-
由 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 提交于
* include/libvirt.h include/libvirt.h.in: cleanup * src/libvirt.c: remove debugging output * src/xend_internal.c src/xml.c src/xml.h: reimplement virDomainGetXMLDesc() based on xend interface, now work as user too. Daniel
-
- 17 2月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
difficult since it requires a system image * src/libvirt.c src/xend_internal.c: fixed the shutdown API which was broken due to a bad reason at the xend level. Daniel
-
由 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 1 次提交
-
-
由 Daniel Veillard 提交于
the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel
-
- 27 1月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
to remove the XenStore transactions as this is not needed anymore. Daniel
-
- 25 1月, 2006 1 次提交
-
-
由 Karel Zak 提交于
-
- 24 1月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
virConnectOpenReadOnly() Daniel
-
由 Daniel Veillard 提交于
added favicon to page. * src/libvir.c: reorganized the include imports. Daniel
-
- 20 1月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
restore API (though it would be better if it was returning a domain pointer in case of success) * src/virsh.c: added save and restore to the commands, tested, the option handling need work though Daniel
-
- 19 1月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
the integration of more xend based accesses, virsh seems to work without accessing the xen store now. Daniel
-
由 Daniel Veillard 提交于
Daniel
-
- 18 1月, 2006 3 次提交
-
-
由 Daniel Veillard 提交于
of libxend capabilities, including checkpointing and restoring in a file. * docs//*: regenerated the docs Daniel
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
doc fix * src/virsh.c: fix a integer being formatted as %s in idof * src/internal.h src/libvir.c src/xend_internal.[ch]: started to integrated the xend back-end, especially for getting informations about a domain. Daniel
-
- 14 1月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/xend_internal.c src/xend_internal.h: starting to plug the xend code in, replacing structures mostly, but not finished. Daniel
-
- 11 1月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
* src/Makefile.am src/sexpr.c src/sexpr.h: starting to integrate Anthony Liquori libxend code * src/libvir.c: fix an uninitialized value Daniel
-
- 17 12月, 2005 1 次提交
-
-
由 Karel Zak 提交于
-
- 16 12月, 2005 2 次提交
-
-
由 Daniel Veillard 提交于
adding the virDomainShutdown() API * src/virsh.c: adding a shutdown command * docs/*: regenerated Daniel
-
由 Karel Zak 提交于
-
- 15 12月, 2005 1 次提交
-
-
由 Daniel Veillard 提交于
-
- 14 12月, 2005 1 次提交
-
-
由 Daniel Veillard 提交于
src/libvir_sym.version src/virsh.c src/xml.c: started working on the XML dump, added a dumpxml virsh version and a bit of infrastructure code. Found a way to detect dead ID from xenstore data. Daniel
-
- 12 12月, 2005 1 次提交
-
-
由 Daniel Veillard 提交于
API implementation, only CreateLinux is now missing. Daniel
-
- 09 12月, 2005 2 次提交
-
-
由 Daniel Veillard 提交于
Pause, Resume, Destroy, but untested yet. Daniel
-
由 Daniel Veillard 提交于
virDomainFree() * docs/*: regenerated the docs Daniel
-