- 04 5月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
based on Chris Wright feedback Daniel
-
- 03 5月, 2007 4 次提交
-
-
由 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.
-
由 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).
-
- 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
-
- 18 4月, 2007 1 次提交
-
-
由 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 ("/").
-
- 17 4月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
* docs/apibuild.py: do not scan xen_unified for APIs. Daniel
-
- 16 4月, 2007 1 次提交
-
-
由 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 1 次提交
-
-
由 Daniel Veillard 提交于
Nikolay Sivov should fix #235904 Daniel
-
- 10 4月, 2007 2 次提交
-
-
由 Richard W.M. Jones 提交于
* src/xen_unified.c (xenUnifiedRegister): Comment the xenUnifiedRegister function to avoid error message when building docs/. Patch from Atsushi SAKAI.
-
由 Richard W.M. Jones 提交于
* src/xen_unified.h, src/xen_unified.c: Fix indentation.
-
- 06 4月, 2007 2 次提交
-
-
由 Daniel Veillard 提交于
* src/xml.c: fixed a return comment Daniel
-
由 Daniel Veillard 提交于
routines, only xml.c is cleaned up, other modules to follow. Daniel
-
- 04 4月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/xen_unified.c et al: Unified Xen driver. Architecture described here: https://www.redhat.com/archives/libvir-list/2007-March/msg00396.html
-
- 02 4月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
that memory values are in kilobytes Daniel
-
- 28 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
erroneous value of the hypercall XEN_V2_OP_SETMAXMEM * libvirt.spec.in: applies changes from Jeremy Katz for libvirt spec and also another fix from Michael Schwendt fixing rhbz#233874 Daniel
-
- 27 3月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 24 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
replaced all sprintf instances by snprintf ones Daniel
-
- 23 3月, 2007 2 次提交
-
-
由 Richard W.M. Jones 提交于
nul-terminate the token in the output XML and a couple of cleanups for determining structure sizes.
-
由 Daniel Veillard 提交于
src/virsh.c src/xm_internal.c: change malloc/memset(0) pairs to using calloc() Daniel
-
- 22 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
when using a wrong CPU number in vcpupin and report the error Daniel
-
- 21 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
routines documentation and fixes a couple of places where this was misused as pointed by Daniel Berrange. Daniel
-
- 20 3月, 2007 2 次提交
-
-
由 Daniel Veillard 提交于
pointed out by Masayuki Sunou Daniel
-
由 Daniel Veillard 提交于
direct hypervisor calls on some recent Xen versions Daniel
-
- 19 3月, 2007 4 次提交
-
-
由 Daniel Veillard 提交于
function checking in virsh.c and fix one warning raised Daniel
-
由 Daniel Veillard 提交于
removing global variables (using named enum instead). Daniel
-
由 Daniel Veillard 提交于
as root when libvirt_qemud is not running * TODO: updated Daniel
-
由 Daniel Veillard 提交于
values passed to virsh memory commands are positive. Daniel
-