Re: [libvirt] [PATCH] virsh-snapshot: Fix xpath query to determine snapshot state

2013-02-08 Thread Peter Krempa
On 02/08/13 14:34, Jiri Denemark wrote: On Fri, Feb 08, 2013 at 14:26:28 +0100, Peter Krempa wrote: The query didn't match the external state correctly for offline internal snapshots. --- tools/virsh-snapshot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ACK, I wonder what d

Re: [libvirt] [PATCH] virsh-snapshot: Fix xpath query to determine snapshot state

2013-02-08 Thread Jiri Denemark
On Fri, Feb 08, 2013 at 14:26:28 +0100, Peter Krempa wrote: > The query didn't match the external state correctly for offline internal > snapshots. > --- > tools/virsh-snapshot.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tools/virsh-snapshot.c b/tools/virsh-snap

[libvirt] [PATCH] virsh-snapshot: Fix xpath query to determine snapshot state

2013-02-08 Thread Peter Krempa
The query didn't match the external state correctly for offline internal snapshots. --- tools/virsh-snapshot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/virsh-snapshot.c b/tools/virsh-snapshot.c index ba57059..66776e2 100644 --- a/tools/virsh-snapshot.c +++ b/to