All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] move BlockdevRef definition before using it
@ 2013-10-30  6:52 ` Amos Kong
  0 siblings, 0 replies; 6+ messages in thread
From: Amos Kong @ 2013-10-30  6:52 UTC (permalink / raw)
  To: kwolf, qemu-trivial; +Cc: mjt, qemu-devel

From: Amos Kong <kongjianjun@gmail.com>

@BlockdevRef is used in @BlockdevOptionsGenericFormat and
@BlockdevOptionsGenericCOWFormat.

Signed-off-by: Amos Kong <kongjianjun@gmail.com>
---
 qapi-schema.json | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index 60f3fd1..8af8187 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -4061,6 +4061,23 @@
             '*rw': 'bool' } }
 
 ##
+# @BlockdevRef
+#
+# Reference to a block device.
+#
+# @definition:      defines a new block device inline
+# @reference:       references the ID of an existing block device. An
+#                   empty string means that no block device should be
+#                   referenced.
+#
+# Since: 1.7
+##
+{ 'union': 'BlockdevRef',
+  'discriminator': {},
+  'data': { 'definition': 'BlockdevOptions',
+            'reference': 'str' } }
+
+##
 # @BlockdevOptionsGenericFormat
 #
 # Driver specific block device options for image format that have no option
@@ -4162,23 +4179,6 @@
   } }
 
 ##
-# @BlockdevRef
-#
-# Reference to a block device.
-#
-# @definition:      defines a new block device inline
-# @reference:       references the ID of an existing block device. An
-#                   empty string means that no block device should be
-#                   referenced.
-#
-# Since: 1.7
-##
-{ 'union': 'BlockdevRef',
-  'discriminator': {},
-  'data': { 'definition': 'BlockdevOptions',
-            'reference': 'str' } }
-
-##
 # @blockdev-add:
 #
 # Creates a new block device.
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-10-30 18:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30  6:52 [Qemu-trivial] [PATCH] move BlockdevRef definition before using it Amos Kong
2013-10-30  6:52 ` [Qemu-devel] " Amos Kong
2013-10-30  7:04 ` [Qemu-trivial] " Amos Kong
2013-10-30  7:04   ` Amos Kong
2013-10-30 12:32   ` [Qemu-trivial] " Eric Blake
2013-10-30 12:32     ` Eric Blake

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.