[libvirt] net-info doc for virsh commands references

2010-11-17 Thread Osier Yang
Hi Justin It's a rough doc, I'm not good at it. :-) any problem please let me known. Regards - Osier net-info.doc Description: MS-Word document -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] OpenSource-Management of private Clouds and Virtualisation

2010-11-17 Thread Justin Clift
Taking a look through the site and docs, I didn't see anything related to libvirt. Arno-Can, what does this have to do with the libvirt project? Kind of seems like spam. :( Regards, Justin Clift -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH] support sheepdog volumes

2010-11-17 Thread MORITA Kazutaka
Sheepdog is a distributed storage system for QEMU. It provides highly available block level storage volumes to VMs like Amazon EBS. This patch adds support for Sheepdog; we can create VMs with sheepdog volumes, and attach sheepdog volumes to running machines via the attach-device command.

Re: [libvirt] net-info doc for virsh commands references

2010-11-17 Thread Justin Clift
On 17/11/2010, at 7:42 PM, Osier Yang wrote: Hi Justin It's a rough doc, I'm not good at it. :-) any problem please let me known. Thanks Osier, how's this: http://justinclift.fedorapeople.org/virshcmdref/chap-Virsh_Command_Reference-Command_Listing.html and:

[libvirt] [PATCH] docs: added compiling page and significantly expanded windows page

2010-11-17 Thread Justin Clift
Also added an additional menu placement for the windows page, in order to attract further potential testers. --- docs/compiling.html.in | 48 docs/downloads.html.in | 41 + docs/sitemap.html.in | 10 + docs/windows.html.in | 95

Re: [libvirt] net-info doc for virsh commands references

2010-11-17 Thread Osier Yang
于 2010年11月17日 18:03, Justin Clift 写道: On 17/11/2010, at 7:42 PM, Osier Yang wrote: Hi Justin It's a rough doc, I'm not good at it. :-) any problem please let me known. Thanks Osier, how's this:

Re: [libvirt] [PATCH] docs: added compiling page and significantly expanded windows page

2010-11-17 Thread Matthias Bolte
2010/11/17 Justin Clift jcl...@redhat.com: Also added an additional menu placement for the windows page, in order to attract further potential testers. --- +      li +        The working connection types at the moment are very limited.  Only +        bqemu+tcp:///b is known to work for

Re: [libvirt] [PATCH] docs: added compiling page and significantly expanded windows page

2010-11-17 Thread Daniel P. Berrange
On Wed, Nov 17, 2010 at 02:53:15PM +0100, Matthias Bolte wrote: 2010/11/17 Justin Clift jcl...@redhat.com: Also added an additional menu placement for the windows page, in order to attract further potential testers. --- +      li +        The working connection types at the moment are

Re: [libvirt] [PATCH] docs: added compiling page and significantly expanded windows page

2010-11-17 Thread Daniel P. Berrange
On Wed, Nov 17, 2010 at 02:53:15PM +0100, Matthias Bolte wrote: 2010/11/17 Justin Clift jcl...@redhat.com: Also added an additional menu placement for the windows page, in order to attract further potential testers. --- +      li +        The working connection types at the moment are

[libvirt] [PATCH] doc: update virsh manual

2010-11-17 Thread Osier Yang
* tools/virsh.pod (change things like edit domain.xml into vi domain.xml, so that it's more clear for user) --- tools/virsh.pod | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 8032256..ca8ba74 100644 ---

Re: [libvirt] [PATCH] maint: use gnulib configmake rather than open-coding things

2010-11-17 Thread Daniel P. Berrange
On Tue, Nov 16, 2010 at 10:53:03AM -0700, Eric Blake wrote: In some cases, we were just plain confusing (BINDIR expanded to $(libexecdir), GETTEXT_PACKAGE redefined PACKAGE for no apparant reason); in other cases, we might as well benefit from gnulib doing the work for us (PKGDATADIR),

Re: [libvirt] [PATCH 1/3] maint: improve i18n on non-Linux

2010-11-17 Thread Daniel P. Berrange
On Tue, Nov 16, 2010 at 03:35:16PM -0700, Eric Blake wrote: Per the gettext developer: http://lists.gnu.org/archive/html/bug-gnu-utils/2010-10/msg00019.html http://lists.gnu.org/archive/html/bug-gnu-utils/2010-10/msg00021.html gettext() doesn't work correctly on all platforms unless you have

Re: [libvirt] [PATCH 3/3] virt-aa-helper: translate error messages

2010-11-17 Thread Daniel P. Berrange
On Tue, Nov 16, 2010 at 03:35:18PM -0700, Eric Blake wrote: These messages are visible to the user, so they should be consistently translated. * cfg.mk (msg_gen_function): Add vah_error, vah_warning. * src/security/virt-aa-helper.c: Translate messages. (catchXMLError): Fix capitalization.

Re: [libvirt] [PATCH 2/3] maint: update to latest gnulib

2010-11-17 Thread Daniel P. Berrange
On Tue, Nov 16, 2010 at 03:35:17PM -0700, Eric Blake wrote: Allows bootstrap to work on FreeBSD, where gzip doesn't have a '.' in its version; and silences false positives in the new 'make syntax-check' rule. * .gnulib: Update to latest. * bootstrap: Synchronize to upstream. *

Re: [libvirt] [PATCH v2] replace last instances of close()

2010-11-17 Thread Daniel P. Berrange
On Tue, Nov 16, 2010 at 09:58:21PM -0500, Stefan Berger wrote: v2: - added comments about the monitor lock being used to protect the file descriptor 'fd' - eofcb is not set anywhere, so also removing it; the if statement checking on it seems dead code I am replacing the last

Re: [libvirt] [PATCH] docs: added compiling page and significantly expanded windows page

2010-11-17 Thread Matthias Bolte
2010/11/17 Daniel P. Berrange berra...@redhat.com: On Wed, Nov 17, 2010 at 02:53:15PM +0100, Matthias Bolte wrote: 2010/11/17 Justin Clift jcl...@redhat.com: Also added an additional menu placement for the windows page, in order to attract further potential testers. --- +      li +    

Re: [libvirt] [PATCH] docs: added compiling page and significantly expanded windows page

2010-11-17 Thread Daniel P. Berrange
On Wed, Nov 17, 2010 at 03:42:18PM +0100, Matthias Bolte wrote: 2010/11/17 Daniel P. Berrange berra...@redhat.com: On Wed, Nov 17, 2010 at 02:53:15PM +0100, Matthias Bolte wrote: 2010/11/17 Justin Clift jcl...@redhat.com: Also added an additional menu placement for the windows page, in

Re: [libvirt] [PATCH v2] replace last instances of close()

2010-11-17 Thread Stefan Berger
On 11/17/2010 09:36 AM, Daniel P. Berrange wrote: On Tue, Nov 16, 2010 at 09:58:21PM -0500, Stefan Berger wrote: v2: - added comments about the monitor lock being used to protect the file descriptor 'fd' - eofcb is not set anywhere, so also removing it; the if statement checking on it

Re: [libvirt] [PATCHv3] maint: avoid remaining sprintf uses

2010-11-17 Thread Daniel P. Berrange
On Tue, Nov 16, 2010 at 04:16:40PM -0700, Eric Blake wrote: * cfg.mk (sc_prohibit_sprintf): New rule. (sc_prohibit_asprintf): Avoid false positives. * docs/hacking.html.in (Printf-style functions): Document the policy. * HACKING: Regenerate. * .x-sc_prohibit_sprintf: New exemptions. *

Re: [libvirt] [PATCH] docs: added compiling page and significantly expanded windows page

2010-11-17 Thread Matthias Bolte
2010/11/17 Daniel P. Berrange berra...@redhat.com: On Wed, Nov 17, 2010 at 03:42:18PM +0100, Matthias Bolte wrote: 2010/11/17 Daniel P. Berrange berra...@redhat.com: On Wed, Nov 17, 2010 at 02:53:15PM +0100, Matthias Bolte wrote: 2010/11/17 Justin Clift jcl...@redhat.com: Also added an

Re: [libvirt] [PATCH 3/3] virt-aa-helper: translate error messages

2010-11-17 Thread Eric Blake
On 11/17/2010 07:34 AM, Daniel P. Berrange wrote: On Tue, Nov 16, 2010 at 03:35:18PM -0700, Eric Blake wrote: These messages are visible to the user, so they should be consistently translated. * cfg.mk (msg_gen_function): Add vah_error, vah_warning. * src/security/virt-aa-helper.c: Translate

Re: [libvirt] [PATCHv3] maint: avoid remaining sprintf uses

2010-11-17 Thread Eric Blake
On 11/17/2010 09:09 AM, Daniel P. Berrange wrote: On Tue, Nov 16, 2010 at 04:16:40PM -0700, Eric Blake wrote: * cfg.mk (sc_prohibit_sprintf): New rule. (sc_prohibit_asprintf): Avoid false positives. * docs/hacking.html.in (Printf-style functions): Document the policy. * HACKING: Regenerate.

Re: [libvirt] [PATCH] maint: use gnulib configmake rather than open-coding things

2010-11-17 Thread Eric Blake
On 11/17/2010 07:32 AM, Daniel P. Berrange wrote: On Tue, Nov 16, 2010 at 10:53:03AM -0700, Eric Blake wrote: In some cases, we were just plain confusing (BINDIR expanded to $(libexecdir), GETTEXT_PACKAGE redefined PACKAGE for no apparant reason); in other cases, we might as well benefit from

Re: [libvirt] [PATCH] doc: update virsh manual

2010-11-17 Thread Eric Blake
On 11/17/2010 07:15 AM, Osier Yang wrote: * tools/virsh.pod (change things like edit domain.xml into vi domain.xml, so that it's more clear for user) --- tools/virsh.pod | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/virsh.pod

Re: [libvirt] [PATCH] maint: use gnulib configmake rather than open-coding things

2010-11-17 Thread Daniel P. Berrange
On Wed, Nov 17, 2010 at 10:19:22AM -0700, Eric Blake wrote: On 11/17/2010 07:32 AM, Daniel P. Berrange wrote: On Tue, Nov 16, 2010 at 10:53:03AM -0700, Eric Blake wrote: In some cases, we were just plain confusing (BINDIR expanded to $(libexecdir), GETTEXT_PACKAGE redefined PACKAGE for no

Re: [libvirt] [PATCH] docs: added compiling page and significantly expanded windows page

2010-11-17 Thread jclift
On 18/11/2010, at 12:53 AM, Matthias Bolte matthias.bo...@googlemail.com wrote: 2010/11/17 Justin Clift jcl...@redhat.com: snip a bug involving +GnuTLS, which should be fixed in the next release. + /li Don't blame GnuTLS here. Heh. Wasn't blaming GnuTLS in this page. It

Re: [libvirt] [PATCH] docs: added compiling page and significantly expanded windows page

2010-11-17 Thread jclift
On 18/11/2010, at 1:02 AM, Daniel P. Berrange berra...@redhat.com wrote:. Also this is mixing up two different drivers, the remote driver vs the ESX driver. The remote driver with TLS should in fact work, and is indeed the *only* transport for the driver which we can recommend using from

Re: [libvirt] [PATCH] docs: added compiling page and significantly expanded windows page

2010-11-17 Thread Matthias Bolte
2010/11/17 jcl...@redhat.com: On 18/11/2010, at 12:53 AM, Matthias Bolte matthias.bo...@googlemail.com wrote: 2010/11/17 Justin Clift jcl...@redhat.com: snip a bug involving +        GnuTLS, which should be fixed in the next release. +      /li Don't blame GnuTLS here. Heh.  Wasn't

[libvirt] [PATCH] build: fix autobuild failures on gcov upgrade

2010-11-17 Thread Eric Blake
* autobuild.sh: Avoid syntax error on failed test. * tools/Makefile.am (CLEANFILES): Clean coverage files. --- Pushing under the build-breaker rule. Last time I ran ./autobuild.sh was on F13; and upgrading to F14 exposed these leftovers due to a newer gcov than what was in the stale files, in

[libvirt] [PATCH 0/6] [RFC] Add disk streaming support to libvirt

2010-11-17 Thread Adam Litke
( Those on Cc: sorry for any duplicated messages. git was configured to use the wrong smtp relay ) I've been working with Anthony Liguori and Stefan Hajnoczi to enable data streaming to copy-on-read disk images in qemu. This work is working its way through review and I expect it to be upstream

[libvirt] [PATCH 1/6] Add new API virDomainStreamDisk[Info] to header and drivers

2010-11-17 Thread Adam Litke
Set up the types for the disk streaming functions and insert it into the virDriver structure definition. Because of static initializers, update every driver and set the new field to NULL. * include/libvirt/libvirt.h.in: new API * src/driver.h src/*/*_driver.c src/vbox/vbox_tmpl.c: add the new

[libvirt] [PATCH 5/6] Add new disk streaming commands to virsh

2010-11-17 Thread Adam Litke
Define two new virsh commands: one to control disk streaming and one to print the status of active disk streams. * tools/virsh.c: implement the new commands Signed-off-by: Adam Litke a...@us.ibm.com --- tools/virsh.c | 157 + 1 files

[libvirt] [PATCH 6/6] python: Add python bindings for virDomainStreamDisk[Info]

2010-11-17 Thread Adam Litke
Enable virDomainStreamDiskInfo in the python API. dom.StreamDiskInfo() will return a list containing a dictionary for each active stream. Each dictionary contains items to report: the disk alias, the current stream offset, and the total disk size. virDomainStreamDisk() works with the automatic

[libvirt] [PATCH 3/6] Implement disk streaming in the qemu driver

2010-11-17 Thread Adam Litke
Add support for: starting/stopping full device streaming, streaming a single sector, and getting the status of streaming. These operations are done by using the 'stream' and 'info stream' qemu monitor commands. * src/qemu/qemu_driver.c src/qemu/qemu_monitor_text.[ch]: implement disk streaming

[libvirt] [PATCH 2/6] virDomainStreamDisk: Add public symbols to libvirt API

2010-11-17 Thread Adam Litke
* src/libvirt.c: implement the main entry points * src/libvirt_public.syms: add them to the exported symbols Signed-off-by: Adam Litke a...@us.ibm.com --- src/libvirt.c | 121 +++ src/libvirt_public.syms |6 ++ 2 files changed, 127

[libvirt] [PATCH 4/6] Add disk streaming support to the remote driver

2010-11-17 Thread Adam Litke
* src/remote/remote_protocol.x: provide defines for the new entry points * src/remote/remote_driver.c daemon/remote.c: implement the client and server side * daemon/remote_dispatch_args.h daemon/remote_dispatch_prototypes.h daemon/remote_dispatch_ret.h daemon/remote_dispatch_table.h

[libvirt] [PATCH 1/2] QED: Basic support for QED images

2010-11-17 Thread Adam Litke
Add an entry in fileTypeInfo for QED image files. Signed-off-by: Adam Litke a...@us.ibm.com Cc: Stefan Hajnoczi stefan.hajno...@uk.ibm.com Cc: Anthony Liguori aligu...@linux.vnet.ibm.com --- src/util/storage_file.c |9 - src/util/storage_file.h |1 + 2 files changed, 9

[libvirt] [PATCH 0/2] Support the QED disk image format

2010-11-17 Thread Adam Litke
Qemu is about to gain support for a new disk image format: QED. Details on this format (including specification) can be found here: http://wiki.qemu.org/Features/QED. This short series of patches allows QED images to be used with libvirt. Adam Litke (2): QED: Basic support for QED images

[libvirt] [PATCH 2/2] Support for probing qed image metadata

2010-11-17 Thread Adam Litke
Implement getBackingStore() for QED images. The header format is defined in the QED spec: http://wiki.qemu.org/Features/QED . Signed-off-by: Adam Litke a...@us.ibm.com Cc: Stefan Hajnoczi stefan.hajno...@uk.ibm.com Cc: Anthony Liguori aligu...@linux.vnet.ibm.com --- src/util/storage_file.c |

[libvirt] [PATCH] virt-aa-helper: Fix several compile errors

2010-11-17 Thread Matthias Bolte
Include locale.h for setlocale(). Revert the usage string back to it's original form. Use puts() instead of fputs(), as fputs() expects a FILE*. Add closing parenthesis to some vah_error() calls. Use argv[0] instead of an undefined argv0. --- src/security/virt-aa-helper.c | 39

Re: [libvirt] [PATCH] virt-aa-helper: Fix several compile errors

2010-11-17 Thread Eric Blake
On 11/17/2010 01:39 PM, Matthias Bolte wrote: Include locale.h for setlocale(). Revert the usage string back to it's original form. Use puts() instead of fputs(), as fputs() expects a FILE*. Add closing parenthesis to some vah_error() calls. Use argv[0] instead of an undefined argv0.

Re: [libvirt] [PATCH] virt-aa-helper: Fix several compile errors

2010-11-17 Thread Matthias Bolte
2010/11/17 Eric Blake ebl...@redhat.com: On 11/17/2010 01:39 PM, Matthias Bolte wrote: Include locale.h for setlocale(). Revert the usage string back to it's original form. Use puts() instead of fputs(), as fputs() expects a FILE*. Add closing parenthesis to some vah_error() calls. Use

Re: [libvirt] VMware Workstation/Player support

2010-11-17 Thread Matthias Bolte
2010/11/15 Jean-Baptiste Rouault jean-baptiste.roua...@diateam.net: On Sunday 14 November 2010 23:11:22 Matthias Bolte wrote: 2010/11/12 Jean-Baptiste Rouault jean-baptiste.roua...@diateam.net: On Tuesday 27 July 2010 20:42:01 Matthias Bolte wrote: We'll need to move the VMX handling code

Re: [libvirt] VMware Workstation/Player support

2010-11-17 Thread Eric Blake
On 11/17/2010 03:32 PM, Matthias Bolte wrote: + +#include config.h + +#include sys/utsname.h So this driver is going to be Linux-only. Any intention to make it work on Windows too? gnulib provides sys/utsname.h for mingw +uname(utsname); + +if ((caps =

Re: [libvirt] rbd storage pool support for libvirt

2010-11-17 Thread Josh Durgin
Hi Daniel, On 11/08/2010 05:16 AM, Daniel P. Berrange wrote: In any case, before someone goes off and implements something, does this look like the right general approach to adding rbd support to libvirt? I think this looks reasonable. I'd be inclined to get the storage pool stuff working

Re: [libvirt] rbd storage pool support for libvirt

2010-11-17 Thread Josh Durgin
On 11/17/2010 04:33 PM, Josh Durgin wrote: Hi Daniel, On 11/08/2010 05:16 AM, Daniel P. Berrange wrote: In any case, before someone goes off and implements something, does this look like the right general approach to adding rbd support to libvirt? I think this looks reasonable. I'd be

[libvirt] [PATCH 00/10] virCommand

2010-11-17 Thread Eric Blake
This revives a couple of patch series from the past, and rebases them on top of the current tree. I've tested that the daemon hook on SIGHUP works with this rewrite, so I'm fairly confident that it is in decent shape, but there's still a lot more to do for both converting VIR_REALLOC_N to newer

[libvirt] [PATCH 04/10] capabilities, cpu: use new array API

2010-11-17 Thread Eric Blake
* src/conf/capabilities.h (_virCaps, _virCapsHost, _virCapsGuest) (_virCapsGuestArch): Add additional fields. * src/conf/cpu_conf.h (_virCPUDef): Likewise. * src/conf/capabilities.c (virCapabilitiesFormatXML): Reflect updated type. (virCapabilitiesAddGuest, virCapabilitiesAddHostFeature)

[libvirt] [PATCH 03/10] daemon: use safer memory growth macros

2010-11-17 Thread Eric Blake
* daemon/libvirtd.h (qemud_server): Change types of members tracking array sizes, and add allocation trackers. * daemon/event.c (virEventLoop): Likewise. (virEventAddHandleImpl, virEventAddTimeoutImpl) (virEventCleanupTimeouts, virEventCleanupHandles): Use VIR_RESIZE_N instead of VIR_REALLOC_N.

[libvirt] [PATCH 01/10] memory: make it safer to expand arrays

2010-11-17 Thread Eric Blake
* src/util/memory.h (VIR_REALLOC_N): Update docs. (VIR_EXPAND_N, VIR_SHRINK_N): New macros. (virAlloc, virAllocN, virReallocN, virAllocVar, virFree): Add some gcc attributes. * src/util/memory.c (virExpandN, virShrinkN): New functions. (virReallocN): Update docs. * docs/hacking.html.in: Prefer

[libvirt] [PATCH 05/10] Fix bug in setting up child stderr/out with /dev/null

2010-11-17 Thread Eric Blake
From: Daniel P. Berrange berra...@redhat.com --- src/util/util.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/util/util.c b/src/util/util.c index 2d6485f..f2fe58a 100644 --- a/src/util/util.c +++ b/src/util/util.c @@ -463,7 +463,7 @@ __virExec(const char

[libvirt] [PATCH 02/10] memory: make it easier to avoid quadratic scaling of arrays

2010-11-17 Thread Eric Blake
* src/util/memory.h (VIR_RESIZE_N): New macro. * src/util/memory.c (virResizeN): New function. * docs/hacking.html.in: Document it. * HACKING: Regenerate. * src/libvirt_private.syms: Export new helper. --- HACKING | 43 +

[libvirt] [PATCH 07/10] Remove bogus includes

2010-11-17 Thread Eric Blake
From: Daniel P. Berrange berra...@redhat.com --- src/conf/domain_conf.c |1 - src/util/hooks.c |1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 30c27db..dc6f198 100644 --- a/src/conf/domain_conf.c +++

[libvirt] [PATCH 06/10] maint: tighten strncmp syntax check

2010-11-17 Thread Eric Blake
Using 'int ret = strcmp(a, b)' in a qsort function is a valid use of str[n]cmp that should _not_ be turned to STREQ, but it was falling foul of our specific syntax-check. Meanwhile, gnulib's maint.mk already has a tighter bound for strcmp, so we can copy that regex and just check for strncmp,

[libvirt] [PATCH 10/10] Port hooks and iptables code to new command execution APIs

2010-11-17 Thread Eric Blake
From: Daniel P. Berrange berra...@redhat.com This proof of concept shows how two existing uses of virExec and virRun can be ported to the new virCommand APIs, and how much simpler the code becomes --- src/util/hooks.c| 216 +++

[libvirt] [PATCH 09/10] virCommand: docs for usage of new command APIs

2010-11-17 Thread Eric Blake
From: Daniel P. Berrange berra...@redhat.com --- docs/Makefile.am | 11 +- docs/internals.html.in |9 + docs/internals/command.html.in | 491 docs/sitemap.html.in |4 + docs/subsite.xsl | 25 ++ 5

[libvirt] polkit auth issue

2010-11-17 Thread Jim Fehlig
I'm trying to debug a PolicyKit auth issue in libvirt and looking for some suggestions. Server has the following policy for user ski52 in /etc/PolicyKit/PolicyKit.conf : match action=org.libvirt.unix.manage match user=ski52 return result=auth_self_keep_always/ /match /match I can authenticate

[libvirt] Interesting Mobile apps food for thought

2010-11-17 Thread Justin Clift
Just came across this. There's a Linux distribution based off of Centos, called ClearOS, that's targeted at a router/gateway/vpn/etc. They've designed their own API for managing things (nice looking site), and people are creating nifty looking visual mobile apps for it.

[libvirt] [PATCH] virsh: tell if domain is updated in dominfo

2010-11-17 Thread Osier Yang
* tools/virsh.c (introduce new information 'Updated' for 'dominfo', standsfor if a domain is updated via operations like 'update-device', 'update-disk', etc.) --- tools/virsh.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index

Re: [libvirt] [PATCH] virsh: tell if domain is updated in dominfo

2010-11-17 Thread Osier Yang
This patch is based on following 4 patches: https://www.redhat.com/archives/libvir-list/2010-November/msg00661.html https://www.redhat.com/archives/libvir-list/2010-November/msg00662.html https://www.redhat.com/archives/libvir-list/2010-November/msg00663.html

[libvirt] [PATCH] doc: add doc for missed parameters of attach-disk

2010-11-17 Thread Osier Yang
* tools/virsh.pod (add docs for --persistent and --sourcetype of attach-disk, break the long lines in the meantime) --- tools/virsh.pod | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index b4644d8..c4a5803 100644 ---