- 30 6月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/Makefile.am: moved proxy/proxy.h and proxy/proxy_client.c as proxy_internal.[ch] and integrated them as a new driver. * proxy/Makefile.am proxy/libvirt_proxy.c src/xen_internal.c src/xen_internal.h src/xend_internal.c: various related cleanups. Daniel
-
- 29 6月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
progresses on the proxy implementation. * src/xend_internal.c src/xend_internal.h: exported one routine Daniel
-
由 Daniel Veillard 提交于
proxy/proxy.h proxy/proxy_client.c src/internal.h src/xen_internal.c src/xend_internal.c: started working on a proxy to access xend for unpriviledged users to avoid opening xend HTTP service to serve those read-only operations. 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 4 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel Veillard 提交于
src/xend_internal.c src/xs_internal.c: add driver numbers and tweak a bit suspend/resume/destroy operation to avoid doing them directly though the hypervisor if other succeeded first. Daniel
-
由 Daniel Veillard 提交于
used and switch automatically. A bit nasty though. Daniel
-
由 Daniel Veillard 提交于
Daniel
-
- 16 6月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
a TODO in xs_internal.c pointed out by Philippe Berthault Daniel
-
由 Daniel Veillard 提交于
related cleanups, nearly finished Daniel
-
- 15 6月, 2006 3 次提交
-
-
由 Daniel Veillard 提交于
src/xs_internal.c: more cleanups for the driver architecture Daniel
-
由 Daniel P. Berrange 提交于
-
由 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
-