- 15 6月, 2006 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 14 6月, 2006 5 次提交
-
-
由 Daniel Veillard 提交于
virConnectListDomains and virConnectNumOfDomains, implemented xend driver entry point for them. daniel
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
src/xs_internal.c: fix the connection and GetType initialization. Daniel
-
由 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
-
- 13 6月, 2006 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 06 6月, 2006 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 30 5月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
to be of type 'unsigned char' since its a raw UUID we're passing in, not a printable one. * src/libvirt.c: Remove bogus "unsigned char" -> "char" type casts. Hook up the "domainLookupByID", "domainLookupByUUID", "domainLookupByName" and "domainGetInfo" driver backend functions. Daniel
-
由 Karel Zak 提交于
-
- 29 5月, 2006 1 次提交
-
-
由 Karel Zak 提交于
-
- 22 5月, 2006 1 次提交
-
-
由 Karel Zak 提交于
-
- 10 5月, 2006 2 次提交
- 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
-
- 27 4月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
serialization Daniel
-
- 26 4月, 2006 4 次提交
-
-
由 Daniel Veillard 提交于
root entry in XML nor try to extract it from command line informations. Daniel
-
由 Daniel Veillard 提交于
Daniel P. Berrange. Daniel
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel Veillard 提交于
docs/examples/index.py docs/examples/python/*: integrated examples for Python from David Lutterkort Daniel
-
- 25 4月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
domain S-Expr the kernel may not be provided (Dom0) Daniel
-
由 Daniel Veillard 提交于
some processing but not used yet * src/libvirt.c src/xen_internal.c src/xen_internal.h: added domain listing and number queries entry points based on the hypervisor which should speed up some processing as root. Daniel
-
- 20 4月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
reporting. 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
-
- 06 4月, 2006 1 次提交
-
-
由 Karel Zak 提交于
-
- 05 4月, 2006 2 次提交
-
-
由 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
-
由 Karel Zak 提交于
-
- 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
-
- 31 3月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
plus a bit of code cleanup Daniel
-
由 Daniel Veillard 提交于
new create command * src/xend_internal.c src/xml.c: trying to cope with the new xvda domains states generated on FC5, but Dom0 bootloader really break the model, so that doesn't work. Daniel
-
- 30 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
pointed by Jim Meyering Daniel
-
- 29 3月, 2006 3 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel Veillard 提交于
* python/tests/Makefile.am python/tests/node.py: added a new test for the new API * python/tests/create.py: remove a debug Daniel
-
由 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
-