qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 60/72] qapi: Extract BlockdevOptionsBlkverify def


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

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

diff --git a/qapi-schema.json b/qapi-schema.json
index 5f371c8..2f5e0e2 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3162,21 +3162,6 @@
   'returns': ['RxFilterInfo'] }
 
 ##
-# @BlockdevOptionsBlkverify
-#
-# Driver specific block device options for blkverify.
-#
-# @test:    block device to be tested
-#
-# @raw:     raw image used for verification
-#
-# Since: 2.0
-##
-{ 'type': 'BlockdevOptionsBlkverify',
-  'data': { 'test': 'BlockdevRef',
-            'raw': 'BlockdevRef' } }
-
-##
 # @BlockdevOptionsQuorum
 #
 # Driver specific block device options for Quorum
diff --git a/qapi/block-core.json b/qapi/block-core.json
index cb42a86..ec563d1 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1335,3 +1335,18 @@
             '*inject-error': ['BlkdebugInjectErrorOptions'],
             '*set-state': ['BlkdebugSetStateOptions'] } }
 
+##
+# @BlockdevOptionsBlkverify
+#
+# Driver specific block device options for blkverify.
+#
+# @test:    block device to be tested
+#
+# @raw:     raw image used for verification
+#
+# Since: 2.0
+##
+{ 'type': 'BlockdevOptionsBlkverify',
+  'data': { 'test': 'BlockdevRef',
+            'raw': 'BlockdevRef' } }
+
-- 
1.9.1




reply via email to

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