qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 59/72] qapi: Extract BlockdevOptionsBlkdebug defi


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

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

diff --git a/qapi-schema.json b/qapi-schema.json
index ff85d1c..5f371c8 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3162,30 +3162,6 @@
   'returns': ['RxFilterInfo'] }
 
 ##
-# @BlockdevOptionsBlkdebug
-#
-# Driver specific block device options for blkdebug.
-#
-# @image:           underlying raw block device (or image file)
-#
-# @config:          #optional filename of the configuration file
-#
-# @align:           #optional required alignment for requests in bytes
-#
-# @inject-error:    #optional array of error injection descriptions
-#
-# @set-state:       #optional array of state-change descriptions
-#
-# Since: 2.0
-##
-{ 'type': 'BlockdevOptionsBlkdebug',
-  'data': { 'image': 'BlockdevRef',
-            '*config': 'str',
-            '*align': 'int',
-            '*inject-error': ['BlkdebugInjectErrorOptions'],
-            '*set-state': ['BlkdebugSetStateOptions'] } }
-
-##
 # @BlockdevOptionsBlkverify
 #
 # Driver specific block device options for blkverify.
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 82299b2..cb42a86 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1311,3 +1311,27 @@
             '*state': 'int',
             'new_state': 'int' } }
 
+##
+# @BlockdevOptionsBlkdebug
+#
+# Driver specific block device options for blkdebug.
+#
+# @image:           underlying raw block device (or image file)
+#
+# @config:          #optional filename of the configuration file
+#
+# @align:           #optional required alignment for requests in bytes
+#
+# @inject-error:    #optional array of error injection descriptions
+#
+# @set-state:       #optional array of state-change descriptions
+#
+# Since: 2.0
+##
+{ 'type': 'BlockdevOptionsBlkdebug',
+  'data': { 'image': 'BlockdevRef',
+            '*config': 'str',
+            '*align': 'int',
+            '*inject-error': ['BlkdebugInjectErrorOptions'],
+            '*set-state': ['BlkdebugSetStateOptions'] } }
+
-- 
1.9.1




reply via email to

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