Re: [libvirt] [PATCH] virsh: Use 'format' argument only when specified

2015-10-16 Thread Peter Krempa
On Fri, Oct 16, 2015 at 09:34:51 +0200, Martin Kletzander wrote: > On Fri, Oct 16, 2015 at 09:03:09AM +0200, Peter Krempa wrote: > >The condition checking whether --format was specified was incorrect. > >virsh crashed if the following format was used: > > > > virsh dump VM dump --format '' --memory

Re: [libvirt] [PATCH] virsh: Use 'format' argument only when specified

2015-10-16 Thread Martin Kletzander
On Fri, Oct 16, 2015 at 09:03:09AM +0200, Peter Krempa wrote: The condition checking whether --format was specified was incorrect. virsh crashed if the following format was used: virsh dump VM dump --format '' --memory-only Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1272301 --- tools

[libvirt] [PATCH] virsh: Use 'format' argument only when specified

2015-10-16 Thread Peter Krempa
The condition checking whether --format was specified was incorrect. virsh crashed if the following format was used: virsh dump VM dump --format '' --memory-only Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1272301 --- tools/virsh-domain.c | 2 +- 1 file changed, 1 insertion(+), 1 dele