qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 72/72] qapi: Extract nbd-server-stop definition i


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

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

diff --git a/qapi-schema.json b/qapi-schema.json
index 2ad42e4..14b498b 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2463,16 +2463,6 @@
 { 'command': 'screendump', 'data': {'filename': 'str'} }
 
 ##
-# @nbd-server-stop:
-#
-# Stop QEMU's embedded NBD server, and unregister all devices previously
-# added via @nbd-server-add.
-#
-# Since: 1.3.0
-##
-{ 'command': 'nbd-server-stop' }
-
-##
 # @ChardevFile:
 #
 # Configuration info for file chardevs.
diff --git a/qapi/block.json b/qapi/block.json
index dbe12e1..61c463a 100644
--- a/qapi/block.json
+++ b/qapi/block.json
@@ -154,3 +154,13 @@
 ##
 { 'command': 'nbd-server-add', 'data': {'device': 'str', '*writable': 'bool'} }
 
+##
+# @nbd-server-stop:
+#
+# Stop QEMU's embedded NBD server, and unregister all devices previously
+# added via @nbd-server-add.
+#
+# Since: 1.3.0
+##
+{ 'command': 'nbd-server-stop' }
+
-- 
1.9.1




reply via email to

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