- 11 5月, 2007 1 次提交
-
-
由 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 4 次提交
-
-
由 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.
-
由 Richard W.M. Jones 提交于
* src/libvirt.c (virConnectNumOfDefinedDomains): Documentation fix (thanks to Jan Michael).
-
- 27 4月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
-
- 26 4月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
- 24 4月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
and raising errors on memory shortage. Daniel
-
- 23 4月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
from Shigeki Sakamoto about large buffers. Daniel
-
- 19 4月, 2007 3 次提交
-
-
由 Mark McLoughlin 提交于
* docs/libvirt.rng: fix duplicate x86_64 arch
-
由 Richard W.M. Jones 提交于
* docs/libvir.html: Change to space.
-
由 Daniel Veillard 提交于
Daniel
-
- 18 4月, 2007 3 次提交
-
-
由 Richard W.M. Jones 提交于
* docs/libvir.html: Documentation for the remote patch.
-
由 Richard W.M. Jones 提交于
* src/test.c, src/libvirt.c, src/virterror.c, include/libvirt/virterror.h: Add a VIR_FROM_TEST error class and ensure that test driver errors are from this class. Tidy up the error messages generated by the test driver when user doesn't add a path to the URL and avoid open ("/").
-
由 Daniel Veillard 提交于
the remote page, added it to stylesheet and regenerated Daniel
-
- 17 4月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
* docs/apibuild.py: do not scan xen_unified for APIs. Daniel
-
- 16 4月, 2007 4 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 13 4月, 2007 3 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
and raised by Thomas Canniot Daniel
-
由 Daniel P. Berrange 提交于
-
- 12 4月, 2007 2 次提交
-
-
由 Richard W.M. Jones 提交于
* src/libvirt.c: set VIR_CONNECT_RO on read-only connections. Patch by S.Sakamoto.
-
由 Daniel Veillard 提交于
to handle CDRom devices with no device name * tests/sexpr2xmltest.c tests/xml2sexprtest.c tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.sexpr tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml tests/xml2sexprdata/xml2sexpr-no-source-cdrom.sexpr tests/xml2sexprdata/xml2sexpr-no-source-cdrom.xml: added regression tests for this case based on Nobuhiro Itou test inputs. Daniel
-
- 11 4月, 2007 3 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
Nikolay Sivov should fix #235904 Daniel
-
- 10 4月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/xen_unified.c (xenUnifiedRegister): Comment the xenUnifiedRegister function to avoid error message when building docs/. Patch from Atsushi SAKAI.
-