Re: [libvirt] [PATCH 1/7] event: Add transition reason for PMSUSPENDED state from snapshot ops

2014-07-18 Thread Eric Blake
On 07/18/2014 10:11 AM, Peter Krempa wrote: > Add event reason to support transitions to PM suspended state from > snapshot revert operations. > --- > examples/object-events/event-test.c | 3 +++ > include/libvirt/libvirt.h.in| 3 +++ > tools/virsh-domain.c| 3 ++- > 3 file

[libvirt] [PATCH 1/7] event: Add transition reason for PMSUSPENDED state from snapshot ops

2014-07-18 Thread Peter Krempa
Add event reason to support transitions to PM suspended state from snapshot revert operations. --- examples/object-events/event-test.c | 3 +++ include/libvirt/libvirt.h.in| 3 +++ tools/virsh-domain.c| 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ex