search for: libvirtdomain

Displaying 4 results from an estimated 4 matches for "libvirtdomain".

2012 Oct 10
1
[PATCH] launch: show hint to resolve authentication failure from libvirt
Signed-off-by: Olaf Hering <olaf at aepfle.de> --- Switching from attach-method "appliance" to "libvirt" has surprising side effects, so show a hint how to resolve the "authentication failed" error from libvirt. Patch is not compile tested. src/libvirtdomain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libvirtdomain.c b/src/libvirtdomain.c index eecea26..110ee86 100644 --- a/src/libvirtdomain.c +++ b/src/libvirtdomain.c @@ -104,6 +104,8 @@ guestfs__add_domain (guestfs_h *g, const char *domain_name, err = virGetLastError (); err...
2012 Oct 08
5
[PATCH v4 0/5] Finish hotplugging support.
This rounds off hotplugging support by allowing you to add and remove drives at any stage (before and after launch). Rich.
2012 Jul 21
8
[PATCH libguestfs 0/4] Add a libvirt backend to libguestfs.
This preliminary patch series adds a libvirt backend to libguestfs. It's for review only because although it launches the guest OK, there are some missing features that need to be implemented. The meat of the patch is in part 4/4. To save you the trouble of interpreting libxml2 fragments, an example of the generated XML and the corresponding qemu command line are attached below. Note the
2012 Sep 16
3
Remaining syntax-check errors in libguestfs
..."'--format' option, or via the optional 'format' argument to 'add-drive'."), > src/launch.c-196- "This is a limitation of qemu.")); > src/launch.c-284- "This is a limitation of qemu.")); > src/libvirtdomain.c-571- "See ATTACHING TO RUNNING DAEMONS in guestfs(3) for further information.")); > maint.mk: found error message ending in period > make: *** [sc_error_message_period] Error 1 The PHP warning seems to be a bug in the script. The other cases are acceptable because...