- 06 7月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/proxy_internal.c, src/proxy_internal.h, src.xen_internal.c, src/xen_internal.h, src/xen_unified.c, src/xen_unified.h, src/xend_internal.c, src/xend_internal.h, src/xm_internal.c, src/xm_internal.h, src/xs_internal.c, src/xs_internal.h: The interface between xen_unified.c and its underlying driver now uses a custom structure (struct xenUnifiedDriver) instead of reusing virDriver. * src/xen_unified.c: virDomainLookup* functions in Xen now throw VIR_ERR_NO_DOMAIN if the domain does not exist. * src/xs_internal.c: Fix indentation.
-
- 05 7月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 26 6月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* include/libvirt/libvirt.h.in, src/libvirt.c: (and numerous other files) Added support for virConnectGetHostname and virConnectGetURI calls.
-
- 25 6月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* qemud/remote.c, src/remote_internal.c: Fix virDomainGetVcpus in the remote case. * src/libvirt.c: Allow virConnectListDomains, virConnectListDefinedDomains, virConnectListNetworks and virConnectListDefinedNetworks to work in the case where they are called with maxids/maxnames == 0. * src/remote_internal.c: Fix virDomainGetMaxVcpus in remote case so that it copies sufficient data. * src/xen_unified.c: Remove autostart functions.
-
- 21 6月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/libvirt.c, src/qemu_internal.c, src/test.c, src/xen_unified.c, src/xend_internal.c, src/libvirt.c, include/libvirt/virterror.h: VIR_ERR_NO_SUPPORT means the function is not supported by the hypervisor. VIR_ERR_NO_CONNECT means the connection failed. VIR_ERR_CALL_FAILED is deprecated. Drivers which decline a URI now no longer produce an error. Make xen_unified.c ignore naked URI strings like "foo".
-
- 20 6月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/libvirt.c src/test.c src/xen_unified.c: Fix URI processing so that local file URIs work again. Move remote driver to last in the list, and fix all drivers so they decline remote URIs (Daniel Berrange).
-
- 15 6月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* configure.in: Solaris header file fixes (Mark Johnson).
-
- 05 6月, 2007 1 次提交
-
-
由 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
-
- 03 5月, 2007 2 次提交
-
-
由 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 1 次提交
-
-
由 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.
-
- 17 4月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
* docs/apibuild.py: do not scan xen_unified for APIs. Daniel
-
- 13 4月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 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.
-
- 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
-