qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH V5 08/28] qapi event: convert POWERDOWN


From: Wenchao Xia
Subject: [Qemu-devel] [PATCH V5 08/28] qapi event: convert POWERDOWN
Date: Wed, 30 Apr 2014 21:26:42 -0700

Signed-off-by: Wenchao Xia <address@hidden>
---
 vl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vl.c b/vl.c
index 9f78bd7..5dd30c9 100644
--- a/vl.c
+++ b/vl.c
@@ -1970,7 +1970,7 @@ void qemu_system_shutdown_request(void)
 
 static void qemu_system_powerdown(void)
 {
-    monitor_protocol_event(QEVENT_POWERDOWN, NULL);
+    qapi_event_send_powerdown(NULL);
     notifier_list_notify(&powerdown_notifiers, NULL);
 }
 
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]