Re: [libvirt] [PATCH] Fix virsh snapshot-list error reporting

2013-07-25 Thread Jim Fehlig
Eric Blake wrote: > On 07/25/2013 02:38 PM, Jim Fehlig wrote: > >> Noticed that the expected "not supported" error is dropped when >> invoking 'virsh snapshot-list dom' on a Xen installation running >> the libxl driver >> >> virsh snapshot-list test >> error: Invalid snapshot: virDomainSnapsho

Re: [libvirt] [PATCH] Fix virsh snapshot-list error reporting

2013-07-25 Thread Eric Blake
On 07/25/2013 02:38 PM, Jim Fehlig wrote: > Noticed that the expected "not supported" error is dropped when > invoking 'virsh snapshot-list dom' on a Xen installation running > the libxl driver > > virsh snapshot-list test > error: Invalid snapshot: virDomainSnapshotFree > > The error is overwr

[libvirt] [PATCH] Fix virsh snapshot-list error reporting

2013-07-25 Thread Jim Fehlig
Noticed that the expected "not supported" error is dropped when invoking 'virsh snapshot-list dom' on a Xen installation running the libxl driver virsh snapshot-list test error: Invalid snapshot: virDomainSnapshotFree The error is overwritten by a call to virDomainSnapshotFree in cleanup code w