- 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 11 次提交
-
-
由 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.
-
由 Richard W.M. Jones 提交于
* docs/libvir.html, docs/remote.html: Updated docs to reflect access control lists now based on Distinguished Names.
-
由 Richard W.M. Jones 提交于
* configure.in: Add '--with-remote' flag. Add compatibility code for versions of libxml2 supporting xmlURI.query_raw. Check for GnuTLS library.
-
由 Richard W.M. Jones 提交于
* qemud/Makefile.am, qemud/dispatch.c, qemud/dispatch.h, qemud/internal.h, qemud/protocol.c, qemud/protocol.h, qemud/protocol.x, qemud/qemud.c: libvirt_qemud server-side modifications to use XDR-based protocol instead of homebrew (Dan Berrange). QEMUD server modified to dispatch calls from remote clients (Richard Jones). Added TLS support (Richard Jones). Added TCP & IPv6 support (Richard Jones). Additional configuration file, command-line handling, and usage (Richard Jones). * qemud/conf.c: Remove unnecessary header file.
-
由 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 提交于
* qemud/remote.c, qemud/remote_generate_stubs.pl, qemud/remote_dispatch_localvars.h, qemud/remote_dispatch_proc_switch.h, qemud/remote_dispatch_prototypes.h: Server side of the remote patch, deals with call dispatch.
-
由 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.
-
由 Richard W.M. Jones 提交于
* qemud/remote_protocol.x qemud/rpcgen_fix.pl qemud/remote_protocol.c qemud/remote_protocol.h: Client/server protocol used by remote.
-
- 08 6月, 2007 3 次提交
-
-
由 Daniel Veillard 提交于
docs/*: prepared release of 0.2.3 Daniel
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel P. Berrange 提交于
-