Re: [libvirt] [PATCH libvirt-python] Add daemon to list of shutdown reasons

2018-11-26 Thread Michal Privoznik
On 11/16/18 6:17 AM, Philipp Hahn wrote: > Add the support to work with libvirt commit 66a85cb13. > > Signed-off-by: Philipp Hahn > --- > examples/event-test.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ACKed and pushed. Michal -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH libvirt-python] Add daemon to list of shutdown reasons

2018-11-15 Thread Philipp Hahn
Add the support to work with libvirt commit 66a85cb13. Signed-off-by: Philipp Hahn --- examples/event-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/event-test.py b/examples/event-test.py index 709277b..81ebfc1 100755 --- a/examples/event-test.py +++