- 07 6月, 2007 4 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
for arguments to bootloader, patch from Hugh Brock * tests/sexpr2xmltest.c tests/xml2sexprtest.c tests/sexpr2xmldata/sexpr2xml-pv-bootloader.sexpr tests/sexpr2xmldata/sexpr2xml-pv-bootloader.xml tests/xml2sexprdata/xml2sexpr-pv-bootloader.sexpr tests/xml2sexprdata/xml2sexpr-pv-bootloader.xml: add specific regression tests Daniel
-
由 Daniel Veillard 提交于
system (shows up as root only) and emit a warning instead * src/virterror.c include/libvirt/virterror.h docs/*: add the new warning. Daniel
-
- 06 6月, 2007 4 次提交
-
-
由 Daniel Veillard 提交于
on Xen-3.1 and HVM guests devices to avoid breaking paravirt drivers there Daniel
-
由 Daniel Veillard 提交于
Nobuhiro Itou patch * src/xen_internal.c: small TODO comment from Atsushi SAKAI Daniel
-
由 Daniel Veillard 提交于
ran 'make update-po' Daniel
-
由 Daniel Veillard 提交于
with -Werror after the previous patch Daniel
-
- 05 6月, 2007 3 次提交
-
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
src/driver.h src/libvirt.c src/libvirt_sym.version src/proxy_internal.c src/qemu_internal.c src/test.c src/virsh.c src/xen_internal.c src/xen_internal.h src/xen_unified.c src/xend_internal.c src/xm_internal.c src/xs_internal.c: Applied patches from Atsushi SAKAI to add the scheduler API, with patch from Rich Jones for error handing, and a number of cleanups and more error checking from me Daniel
-
- 04 6月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
string when attaching a device Daniel
-
- 01 6月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
for interfaces on xen 3.1 as pointed by Saori Fukuta Daniel
-
- 29 5月, 2007 4 次提交
-
-
由 Richard W.M. Jones 提交于
+ + * python/generator.py, python/libvir.c, python/libvir.py: + Wrap the virGetVersion call as Python libvirt.getVersion. + + * src/libvirt.c: Change virGetVersion so that the driver name + is case insensitive. +
-
由 Richard W.M. Jones 提交于
+ + * TODO: Added a note about requiring C++ compiler because of a + possible problem with libtool autoconf macros. + * docs/examples/Makefile.am, proxy/Makefile.am, qemud/Makefile.am, + src/Makefile.am, tests/Makefile.am: Pass $(WARN_CFLAGS) when + linking, so if -fstack-protector is there, gcc will link to + the stack protector library. + * tests/xencapstest.c: Allow this test to compile when Xen + libraries are not enabled. +
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
fixed by a patch from Masayuki Sunou Daniel
-
- 23 5月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virsh.c: Add attach-device and detach-device commands to virsh, and tidy up the way it reads whole files. Patch from Masayuki Sunou, Mark McLoughlin, Richard Jones.
-
- 22 5月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 19 5月, 2007 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 14 5月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 11 5月, 2007 4 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Richard W.M. Jones 提交于
* .cvsignore, qemud/uuid.c: Add some generated files to .cvsignore. Remove an unused #include from uuid.c.
-
- 10 5月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* docs/libvir.html, docs/libvirt.css, docs/remote.html: Added documentation for TLS certificates and libvirtd.conf. CSS changes makes the tables look nicer. remote.html is a generated file.
-
- 08 5月, 2007 2 次提交
-
-
由 Richard W.M. Jones 提交于
* src/hash.c, src/internal.h, src/libvirt_sym.version: Export __virGetDomain and __virGetNetwork for use by the libvirtd. The double underscores indicate that these interfaces are not officially supported parts of the libvirt API or ABI.
-
由 Richard W.M. Jones 提交于
* src/hash.c, src/internal.h, src/xs_internal.c: Remove unused fields from internal _virDomain structure.
-
- 04 5月, 2007 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
based on Chris Wright feedback Daniel
-
- 03 5月, 2007 5 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virterror.c, include/libvirt/virterror.h: Added VIR_FROM_REMOTE, VIR_ERR_RPC, VIR_ERR_GNUTLS_ERROR for remote errors.
-
由 Richard W.M. Jones 提交于
* src/libvirt.c, src/qemu_internal.c: Allow network drivers to DECLINE to take accept a call. Only fail outright if the network driver reports an error. * src/qemu_internal.c (qemuNetworkOpen): Fix path to driver used in the non-root case.
-
由 Richard W.M. Jones 提交于
* src/proxy_internal.c, src/qemu_internal.c, src/test.c, src/xen_unified.c, src/xend_internal.c, src/xs_internal.c: During virConnectOpen, be careful to call __virRaiseError with conn = NULL so that the error message is not discarded.
-
由 Mark McLoughlin 提交于
* qemud/libvirtd.in: synchronously restart the daemon in order to avoid https://bugzilla.redhat.com/238492
-
由 Daniel P. Berrange 提交于
-
- 02 5月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 01 5月, 2007 3 次提交
-
-
由 Richard W.M. Jones 提交于
* src/libvirt.c, src/driver.h, src/proxy_internal.c, src/qemu_internal.c, src/test.c, src/xen_internal.c, src/xend_internal.c, src/xs_internal.c, proxy/libvirt_proxy.c: Remove VIR_DRV_OPEN_QUIET.
-
由 Richard W.M. Jones 提交于
* src/proxy_internal.c (xenProxyGetCapabilities): Add support for virConnectGetCapabilities across Xen proxy.
-
由 Richard W.M. Jones 提交于
* src/xen_unified.c: In the non-root case keep track of the Xen underlying drivers which opened correctly and only try methods on those opened drivers.
-