[libvirt] [PATCH 3/3] virsh: Expose new VIR_DOMAIN_SNAPSHOT_CREATE_QUIESCE flag

2012-01-24 Thread Michal Privoznik
to cmdSnapshotCreate and cmdSnapshotCreateAs. --- tools/virsh.c |6 ++ tools/virsh.pod | 14 -- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index 5560988..41c 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -14662,6

Re: [libvirt] [PATCH 3/3] virsh: Expose new VIR_DOMAIN_SNAPSHOT_CREATE_QUIESCE flag

2012-01-24 Thread Jiri Denemark
On Tue, Jan 24, 2012 at 18:37:45 +0100, Michal Privoznik wrote: to cmdSnapshotCreate and cmdSnapshotCreateAs. --- tools/virsh.c |6 ++ tools/virsh.pod | 14 -- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index

Re: [libvirt] [PATCH 3/3] virsh: Expose new VIR_DOMAIN_SNAPSHOT_CREATE_QUIESCE flag

2012-01-24 Thread Michal Privoznik
On 24.01.2012 19:57, Jiri Denemark wrote: On Tue, Jan 24, 2012 at 18:37:45 +0100, Michal Privoznik wrote: to cmdSnapshotCreate and cmdSnapshotCreateAs. --- tools/virsh.c |6 ++ tools/virsh.pod | 14 -- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git