- 11 6月, 2007 8 次提交
-
-
由 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 提交于
-
- 07 6月, 2007 5 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 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 4 次提交
-
-
由 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 提交于
ran 'make update-po' Daniel
-
由 Daniel Veillard 提交于
with -Werror after the previous patch Daniel
-
- 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
-
- 04 6月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
string when attaching a device Daniel
-
- 01 6月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
for interfaces on xen 3.1 as pointed by Saori Fukuta Daniel
-
- 29 5月, 2007 3 次提交
-
-
由 Richard W.M. Jones 提交于
+ + * python/generator.py, python/libvir.c, python/libvir.py: + Wrap the virGetVersion call as Python libvirt.getVersion. + + * src/libvirt.c: Change virGetVersion so that the driver name + is case insensitive. +
-
由 Richard W.M. Jones 提交于
+ + * TODO: Added a note about requiring C++ compiler because of a + possible problem with libtool autoconf macros. + * docs/examples/Makefile.am, proxy/Makefile.am, qemud/Makefile.am, + src/Makefile.am, tests/Makefile.am: Pass $(WARN_CFLAGS) when + linking, so if -fstack-protector is there, gcc will link to + the stack protector library. + * tests/xencapstest.c: Allow this test to compile when Xen + libraries are not enabled. +
-
由 Daniel Veillard 提交于
fixed by a patch from Masayuki Sunou Daniel
-
- 23 5月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virsh.c: Add attach-device and detach-device commands to virsh, and tidy up the way it reads whole files. Patch from Masayuki Sunou, Mark McLoughlin, Richard Jones.
-
- 22 5月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 19 5月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 14 5月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 11 5月, 2007 4 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Richard W.M. Jones 提交于
* .cvsignore, qemud/uuid.c: Add some generated files to .cvsignore. Remove an unused #include from uuid.c.
-
- 10 5月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* docs/libvir.html, docs/libvirt.css, docs/remote.html: Added documentation for TLS certificates and libvirtd.conf. CSS changes makes the tables look nicer. remote.html is a generated file.
-
- 08 5月, 2007 2 次提交
-
-
由 Richard W.M. Jones 提交于
* src/hash.c, src/internal.h, src/libvirt_sym.version: Export __virGetDomain and __virGetNetwork for use by the libvirtd. The double underscores indicate that these interfaces are not officially supported parts of the libvirt API or ABI.
-
由 Richard W.M. Jones 提交于
* src/hash.c, src/internal.h, src/xs_internal.c: Remove unused fields from internal _virDomain structure.
-
- 04 5月, 2007 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
based on Chris Wright feedback Daniel
-
- 03 5月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virterror.c, include/libvirt/virterror.h: Added VIR_FROM_REMOTE, VIR_ERR_RPC, VIR_ERR_GNUTLS_ERROR for remote errors.
-