qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 58/72] qapi: Extract BlkdebugSetStateOptions defi


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 58/72] qapi: Extract BlkdebugSetStateOptions definition into qapi/block-core.json
Date: Sat, 31 May 2014 13:51:37 +0200

Signed-off-by: Benoit Canet <address@hidden>
---
 qapi-schema.json     | 20 --------------------
 qapi/block-core.json | 20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index d2a25c4..ff85d1c 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3162,26 +3162,6 @@
   'returns': ['RxFilterInfo'] }
 
 ##
-# @BlkdebugSetStateOptions
-#
-# Describes a single state-change event for blkdebug.
-#
-# @event:       trigger event
-#
-# @state:       #optional the current state identifier blkdebug needs to be in;
-#               defaults to "any"
-#
-# @new_state:   the state identifier blkdebug is supposed to assume if
-#               this event is triggered
-#
-# Since: 2.0
-##
-{ 'type': 'BlkdebugSetStateOptions',
-  'data': { 'event': 'BlkdebugEvent',
-            '*state': 'int',
-            'new_state': 'int' } }
-
-##
 # @BlockdevOptionsBlkdebug
 #
 # Driver specific block device options for blkdebug.
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 5aba01d..82299b2 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1291,3 +1291,23 @@
             '*once': 'bool',
             '*immediately': 'bool' } }
 
+##
+# @BlkdebugSetStateOptions
+#
+# Describes a single state-change event for blkdebug.
+#
+# @event:       trigger event
+#
+# @state:       #optional the current state identifier blkdebug needs to be in;
+#               defaults to "any"
+#
+# @new_state:   the state identifier blkdebug is supposed to assume if
+#               this event is triggered
+#
+# Since: 2.0
+##
+{ 'type': 'BlkdebugSetStateOptions',
+  'data': { 'event': 'BlkdebugEvent',
+            '*state': 'int',
+            'new_state': 'int' } }
+
-- 
1.9.1




reply via email to

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