- 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 6 次提交
-
-
由 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 提交于
* docs/site.xsl: Added link to OCaml bindings.
-
由 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 3 次提交
-
-
由 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.
-
由 Daniel Veillard 提交于
failure without leaking. Daniel
-
- 21 6月, 2007 8 次提交
-
-
由 Richard W.M. Jones 提交于
* docs/virsh.pod: Fixed a few typos and POD directives.
-
由 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 Veillard 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
to reflect the current set of commands, added a rule in the Makefile to regenerate the man page, and regenerated. Daniel
-
由 Daniel Veillard 提交于
from Andrew Puch April 2006 Daniel
-
由 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 4 次提交
-
-
由 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).
-
由 Daniel Veillard 提交于
-
由 Richard W.M. Jones 提交于
* src/xend_internal.c: Recognise xen:/// as the standard URI for connecting to a local Xen hypervisor.
-
由 Richard W.M. Jones 提交于
* docs/libvir.html docs/remote.html docs/uri.html: Documented all supported URI formats.
-
- 19 6月, 2007 5 次提交
-
-
由 Daniel Veillard 提交于
adding a placeholder for the new URIs page, update the stylesheet to generate a new page, rebuilt. Daniel
-
由 Richard W.M. Jones 提交于
* docs/remote.html: Check in the updated documentation file for the web site.
-
由 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
-
由 Richard W.M. Jones 提交于
* docs/libvir.html (Remote): Updated certificate documentation to use GnuTLS certtool instead of CA.pl / openssl.
-
- 18 6月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
- 15 6月, 2007 6 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 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 提交于
-
由 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 4 次提交
-
-
由 Richard W.M. Jones 提交于
* docs/examples/index.py: Autogenerate Makefile.am and .cvsignore in this directory with corrected LDADDS and including some generated subdirectories which CVS should ignore.
-
由 Richard W.M. Jones 提交于
Mon Jun 11 14:10:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> * libvirt.spec.in: BuildRequires gnutls-devel and set the remote PIDfile when configuring. * qemud/Makefile.am: Distribute the Perl scripts. * qemud/qemud.c: Only use QEMUD_DEBUG when ENABLE_DEBUG is defined.
-
由 Richard W.M. Jones 提交于
* RENAMES: Suggested list of file renames.
-
由 Richard W.M. Jones 提交于
* docs/examples/.cvsignore: Ignore .deps and .libs subdirectories.
-