qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 20/26] monitor: Move qmp_rtc_reset_reinjection fr


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v2 20/26] monitor: Move qmp_rtc_reset_reinjection from monitor.c to monitor-system.c
Date: Fri, 15 Aug 2014 15:35:52 +0200

Signed-off-by: Benoît Canet <address@hidden>
---
 monitor-system.c | 7 +++++++
 monitor.c        | 7 -------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/monitor-system.c b/monitor-system.c
index 436dfad..ca0d0ff 100644
--- a/monitor-system.c
+++ b/monitor-system.c
@@ -2514,3 +2514,10 @@ void netdev_del_completion(ReadLineState *rs, int 
nb_args, const char *str)
         }
     }
 }
+
+#ifndef TARGET_I386
+void qmp_rtc_reset_reinjection(Error **errp)
+{
+    error_set(errp, QERR_FEATURE_DISABLED, "rtc-reset-reinjection");
+}
+#endif
diff --git a/monitor.c b/monitor.c
index ae788f8..37a20cc 100644
--- a/monitor.c
+++ b/monitor.c
@@ -2951,10 +2951,3 @@ QemuOptsList qemu_mon_opts = {
         { /* end of list */ }
     },
 };
-
-#ifndef TARGET_I386
-void qmp_rtc_reset_reinjection(Error **errp)
-{
-    error_set(errp, QERR_FEATURE_DISABLED, "rtc-reset-reinjection");
-}
-#endif
-- 
2.1.0.rc1




reply via email to

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