- 27 6月, 2007 3 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 26 6月, 2007 2 次提交
-
-
由 Richard W.M. Jones 提交于
* src/remote_internal.c, python/Makefile.am: Python bindings fixed, and now building virConnect.getHostname and virConnect.getURI. Fixed a problem which stopped libvirt.py from being (re-)built. Rearranged python/Makefile.am to make it cleaner and clearer.
-
由 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 5 次提交
-
-
由 Richard W.M. Jones 提交于
* include/libvirt/libvirt.h.in, src/libvirt.c, src/libvirt_sym.version, python/generator.py: Added virDomainGetConnect and virNetworkGetConnect to allow us to get the "hidden" connection associated with each domain or network.
-
由 Richard W.M. Jones 提交于
* include/libvirt/libvirt.h, include/libvirt/libvirt.h.in, src/test.c: Remove unused virDomainKernel structure.
-
由 Richard W.M. Jones 提交于
* src/remote_internal.c: Partial revert - defining enum transport as a typedef broke the build.
-
由 Richard W.M. Jones 提交于
* src/remote_internal.c: Made cosmetic changes to the code and comments to allow 'make -C docs rebuild' to succeed parsing this file.
-
由 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.
-
- 22 6月, 2007 2 次提交
-
-
由 Richard W.M. Jones 提交于
* qemud/remote.c, qemud/remote_protocol.x, src/remote_internal.c: Add support for setting scheduler parameters over remote connections.
-
由 Richard W.M. Jones 提交于
* src/internal.h: Added STREQ and STRCASEEQ macros for clearer equality testing of strings. * src/xen_internal.c: Fix handling of the scheduler parameters field string so that the field doesn't contain garbage after the string.
-
- 21 6月, 2007 4 次提交
-
-
由 Richard W.M. Jones 提交于
* src/remote_internal.c: Fix virConnectGetMaxVcpus in the remote case when type parameter is NULL. * src/xend_internal.c: Proper error reporting in xenDaemonDomainDumpXML function.
-
由 Daniel P. Berrange 提交于
-
由 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".
-
由 Richard W.M. Jones 提交于
* src/virsh.c: 'virsh help command' now works even if we could not get a connection to the hypervisor. Rearranged the list of commands to be in alphabetical order.
-
- 20 6月, 2007 2 次提交
-
-
由 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).
-
由 Richard W.M. Jones 提交于
* src/xend_internal.c: Recognise xen:/// as the standard URI for connecting to a local Xen hypervisor.
-
- 19 6月, 2007 2 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virsh.c: vcpupin command now documented properly and gives clearer error messages if the cpulist is wrong (Masayuki Sunou).
-
由 Daniel Veillard 提交于
is usually garbage ending up polluting minor and major numbers. * src/virsh.c: applied patch from Masayuki Sunou providing a pair of alternate attach/detach commands Daniel
-
- 18 6月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
- 15 6月, 2007 4 次提交
-
-
由 Richard W.M. Jones 提交于
* configure.in: Solaris header file fixes (Mark Johnson).
-
由 Richard W.M. Jones 提交于
* src/test.c, src/virsh.c, src/xend_internal.c, src/xm_internal.c: Replace calls to deprecated {,r}index with str{,r}chr.
-
由 Richard W.M. Jones 提交于
* src/internal.h, src/virsh.c: Replace _N with N_ so that Solaris builds work (Mark Johnson). * src/virsh.c: Add a couple of missing error messages (Mark Johnson). * python/types.c: Fix NULL pointer deref on DEBUG build (Mark Johnson). * src/virsh.c: Spelling fix (Mark Johnson).
-
由 Daniel P. Berrange 提交于
-
- 13 6月, 2007 2 次提交
-
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
* *.po: updated with the patch from Saori Fukuta and merge from the i18n CVS base. Daniel
-
- 11 6月, 2007 2 次提交
-
-
由 Richard W.M. Jones 提交于
* src/qemu_internal.c: QEMU client-side modifications to use XDR-based protocol instead of homebrew. (Dan Berrange)
-
由 Richard W.M. Jones 提交于
* src/remote_internal.c, src/remote_internal.h, src/driver.h, src/libvirt.c, src/Makefile.am: Client side of the remote patch - adds a remote driver.
-
- 08 6月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 07 6月, 2007 3 次提交
-
-
由 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 3 次提交
-
-
由 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 提交于
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
-