- 06 12月, 2007 2 次提交
-
-
由 Jim Meyering 提交于
* qemud/event.c: Likewise. * src/buf.c: Likewise. * src/hash.c: Likewise. * src/nodeinfo.c: Likewise. * src/openvz_conf.c: Likewise. * src/proxy_internal.c: Likewise. * src/virterror.c: Likewise. * src/xmlrpc.c: Likewise. * src/xs_internal.c: Likewise. * tests/conftest.c: Likewise. * tests/xmlrpctest.c: Likewise. This fixes a mingw build failure reported by Rich Jones. Author: Jim Meyering <meyering@redhat.com>
-
由 Daniel P. Berrange 提交于
-
- 03 12月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
src/xend_internal.c src/xm_internal.c src/xs_internal.c: cleanup the xen subdriver table, remove the type entry and always return "Xen" from the unified entry point. Daniel
-
- 27 11月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
prefix as the installed libvirt, use the same localstatedir /var (instead of /usr/var) and sysconfdir /etc (instead of /usr/etc) to be able to connect to the system daemon, and use the system local options * src/xs_internal.c: avoid error message when non-root cannot open xenstore * src/xend_internal.c: avoid error message when non-root cannot directly access xend, in those 2 cases the proxy (or remote code) should implement the access so there is no need to raise the error there. Daniel
-
- 21 11月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
-
- 14 11月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/libvirt.c and all internal driver interfaces: Parse the URI only once and pass it to virDrvOpen instead of the unparsed name string.
-
- 12 11月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
Patch from Jim Meyering * src/internal.h: Include <errno.h>. Define new static inline function, xstrtol_i. * src/virsh.c: Detect integer overflow in domain ID number in vshCommandOptDomainBy. Detect overflow and invalid port number suffix in cmdVNCDisplay. * src/xend_internal.c: Parse CPU number more carefully in xenDaemonDomainGetVcpus. * tests/int-overflow: New script. Test for the above-fixed bug. * tests/Makefile.am: Add int-overflow to TESTS. Define TESTS_ENVIRONMENT, to propagate $abs_top_* variables into the int-overflow script. Adapt the "valgrind" rule not to clobber new TESTS_ENVIRONMENT. Daniel
-
- 07 11月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
remove the domainDumpXML entry when changing the driver structure Daniel
-
- 06 11月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
from Masayuki Sunou to fix xend errors when adding disk devices, due to improper device id lookup. Daniel
-
- 30 9月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 21 8月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
* src/virsh.c: another memory leaks of virsh schedinfo cleanup from Saori Fukuta * po/*: string localization merge/update Daniel
-
- 11 8月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 06 7月, 2007 2 次提交
-
-
由 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.
-
由 Richard W.M. Jones 提交于
* src/hash.c, src/internal.h: Remove virGetDomainByID function as it is not used or exported. * src/proxy_internal.c, src/qemu_driver.c, src/remote_internal.c, src/test.c, src/xend_internal.c, src/xs_internal.c: Fix all callers to virGetDomain and virGetNetwork functions - the callers do not need to set virterror since it is already set inside the functions.
-
- 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.
-
- 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
-
- 08 5月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/hash.c, src/internal.h, src/xs_internal.c: Remove unused fields from internal _virDomain structure.
-
- 03 5月, 2007 1 次提交
-
-
由 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.
-
- 01 5月, 2007 1 次提交
-
-
由 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.
-
- 13 4月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 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
-
- 24 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
replaced all sprintf instances by snprintf ones Daniel
-
- 16 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
proxy/libvirt_proxy.c qemud/Makefile.am qemud/conf.c qemud/conf.h qemud/dispatch.c qemud/internal.h qemud/protocol.h src/driver.h src/internal.h src/libvirt.c src/libvirt_sym.version src/proxy_internal.c src/proxy_internal.h src/qemu_internal.c src/test.c src/virsh.c src/virterror.c src/xen_internal.c src/xen_internal.h src/xend_internal.c src/xm_internal.c src/xml.h src/xs_internal.c: applied patch from Richard Jones adding virConnectGetCapabilities(), plus various small little fixes * docs/*: fixed the api extractor script and regenerated Daniel
-
- 15 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
src/Makefile.am src/libvirt.c src/qemu_internal.c src/test.c src/xen_internal.c src/xen_internal.h src/xend_internal.c src/xm_internal.c src/xml.c src/xs_internal.c tests/Makefile.am tests/sexpr2xmltest.c tests/xmconfigtest.c: allow selective compilation of Xen,QEmu/KVM and test support in or out at configure time. Also allows to compile on a system without Xen development installed. All drivers are selected by default. Daniel
-
- 08 3月, 2007 2 次提交
-
-
由 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/xend_internal.c src/xm_internal.c src/xs_internal.c: applied patch from Masayuki Sunou to add and entry point to check the maximum number of virtual CPU supported by a virtualization mechanism * doc/*.html doc/libvirt-*.xml: regenerated the interfaces descriptions and associated docs. Daniel
-
- 23 2月, 2007 2 次提交
-
-
由 Mark McLoughlin 提交于
* include/libvirt/libvirt.h.in, src/libvirt.c add virDomainGetAutostart(), virDomainSetAutostart(), virNetworkGetAutostart() and virNetworkSetAutostart(). * src/libvirt_sym.version: export the API * src/driver.h: add methods to the driver vtables. * src/proxy_internal.c, src/qemu_internal.c, src/test.c, src/xen_internal.c, src/xend_internal.c, src/xm_internal.c, src/xs_internal.c: set those methods to NULL
-
由 Daniel P. Berrange 提交于
-
- 17 2月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 14 2月, 2007 1 次提交
-
-
由 Mark McLoughlin 提交于
Note: potential ABI break here, but people should only really be using virError structs returned from libvirt itself. * include/libvirt/virterror.h: add virNetwork to virError * src/internal.h, src/virterror.c: add network param to __virRaiseError() * src/conf.c, src/hash.c, src/libvirt.c, src/proxy_internal.c, src/qemu_internal.c, src/sexpr.c, src/test.c, src/xen_internal.c, src/xend_internal.c, src/xm_internal.c, src/xml.c, src/xmlrpc.c, src/xs_internal.c: update.
-
- 23 1月, 2007 2 次提交
-
-
由 Mark McLoughlin 提交于
* src/internal.h: virDomain.handle refers to the "id" in the API, so re-name to virDomain.id to avoid confusion. * src/hash.c, src/libvirt.c, src/proxy_internal.c, src/test.c, src/xen_internal.c, src/xend_internal.c, src/xm_internal.c, src/xml.c, src/xs_internal.c: update for rename.
-
由 Mark McLoughlin 提交于
* src/driver.h: remove Free(), GetName(), GetID() and GetUUID() driver methods. * src/proxy_internal.c, src/test.c, src/xen_internal.c, src/xend_internal.c, src/xm_internal.c, src/xs_internal.c: Update driver vtables.
-
- 23 11月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in src/driver.h src/libvirt.c src/proxy_internal.c src/test.c src/virsh.c src/xen_internal.c src/xend_internal.c src/xm_internal.c src/xs_internal.c: added support for dumping core of domains assuming a xend with the latest patch to do so. Daniel
-
- 22 11月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
xenStoreDomainGetNetworkID refactoring Daniel
-
- 21 11月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
dynamic device code to isolate as a separate function xenStoreDomainGetNetworkID() the access to the XenStore Daniel
-
- 17 11月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/driver.h src/libvirt.c src/libvirt_sym.version src/proxy_internal.c src/test.c src/xen_internal.c src/xend_internal.c src/xml.c src/xml.h src/xs_internal.c: intagrated patch from Michel Ponceau to add hot-plug devices support to the API, integrated in driver API and fixed a few small things. Still a TODO in src/xml.c about moving xenstore direct accesses to a new routine. Daniel
-
- 16 11月, 2006 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 08 11月, 2006 2 次提交
-
-
由 Daniel Veillard 提交于
patch for rhbz#214264 in the case of Domain 0 on Xen and push the defaulting to "linux" down to the xen specific parts. Daniel
-
由 Daniel Veillard 提交于
* proxy/libvirt_proxy.c src/libvirt.c src/proxy_internal.[ch] src/xs_internal.[ch]: the virtGetOsType entry point was calling the xenstore directly instead of going though driver, refactored and implemented a specific new RPC with the proxy when this is called as non-root fixes rhbz#214264 . Daniel
-
- 21 9月, 2006 1 次提交
-
-
由 Daniel P. Berrange 提交于
-