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

Philipp Hahn posted 1 patch 5 years, 5 months ago
Failed in applying to current master (apply log)
examples/event-test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH libvirt-python] Add daemon to list of shutdown reasons
Posted by Philipp Hahn 5 years, 5 months ago
Add the support to work with libvirt commit 66a85cb13.

Signed-off-by: Philipp Hahn <hahn@univention.de>
---
 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
+++ b/examples/event-test.py
@@ -489,7 +489,7 @@ DOM_EVENTS = Description(
     ("Started", ("Booted", "Migrated", "Restored", "Snapshot", "Wakeup")),
     ("Suspended", ("Paused", "Migrated", "IOError", "Watchdog", "Restored", "Snapshot", "API error", "Postcopy", "Postcopy failed")),
     ("Resumed", ("Unpaused", "Migrated", "Snapshot", "Postcopy")),
-    ("Stopped", ("Shutdown", "Destroyed", "Crashed", "Migrated", "Saved", "Failed", "Snapshot")),
+    ("Stopped", ("Shutdown", "Destroyed", "Crashed", "Migrated", "Saved", "Failed", "Snapshot", "Daemon")),
     ("Shutdown", ("Finished", "On guest request", "On host request")),
     ("PMSuspended", ("Memory", "Disk")),
     ("Crashed", ("Panicked",)),
-- 
2.11.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH libvirt-python] Add daemon to list of shutdown reasons
Posted by Michal Privoznik 5 years, 4 months ago
On 11/16/18 6:17 AM, Philipp Hahn wrote:
> Add the support to work with libvirt commit 66a85cb13.
> 
> Signed-off-by: Philipp Hahn <hahn@univention.de>
> ---
>  examples/event-test.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACKed and pushed.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list