qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 32/72] qapi: Extract blockdev-snapshot-sync into


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 32/72] qapi: Extract blockdev-snapshot-sync into qapi/block-core.json
Date: Sat, 31 May 2014 13:51:11 +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 a03125f..09b864f 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1263,21 +1263,6 @@
   'data': { 'actions': [ 'TransactionAction' ] } }
 
 ##
-# @blockdev-snapshot-sync
-#
-# Generates a synchronous snapshot of a block device.
-#
-# For the arguments, see the documentation of BlockdevSnapshot.
-#
-# Returns: nothing on success
-#          If @device is not a valid block device, DeviceNotFound
-#
-# Since 0.14.0
-##
-{ 'command': 'blockdev-snapshot-sync',
-  'data': 'BlockdevSnapshot' }
-
-##
 # @blockdev-snapshot-internal-sync
 #
 # Synchronously take an internal snapshot of a block device, when the format
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 992fa7b..1f482f1 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -664,3 +664,18 @@
             '*on-source-error': 'BlockdevOnError',
             '*on-target-error': 'BlockdevOnError' } }
 
+##
+# @blockdev-snapshot-sync
+#
+# Generates a synchronous snapshot of a block device.
+#
+# For the arguments, see the documentation of BlockdevSnapshot.
+#
+# Returns: nothing on success
+#          If @device is not a valid block device, DeviceNotFound
+#
+# Since 0.14.0
+##
+{ 'command': 'blockdev-snapshot-sync',
+  'data': 'BlockdevSnapshot' }
+
-- 
1.9.1




reply via email to

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