qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 41/72] qapi: Extract block-job-pause definition i


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

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

diff --git a/qapi-schema.json b/qapi-schema.json
index 75d76f9..17d92df 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1621,29 +1621,6 @@
   'data': {'device': 'str', 'target': 'str', '*arg': 'str'} }
 
 ##
-# @block-job-pause:
-#
-# Pause an active background block operation.
-#
-# This command returns immediately after marking the active background block
-# operation for pausing.  It is an error to call this command if no
-# operation is in progress.  Pausing an already paused job has no cumulative
-# effect; a single block-job-resume command will resume the job.
-#
-# The operation will pause as soon as possible.  No event is emitted when
-# the operation is actually paused.  Cancelling a paused job automatically
-# resumes it.
-#
-# @device: the device name
-#
-# Returns: Nothing on success
-#          If no background operation is active on this device, DeviceNotActive
-#
-# Since: 1.3
-##
-{ 'command': 'block-job-pause', 'data': { 'device': 'str' } }
-
-##
 # @block-job-resume:
 #
 # Resume an active background block operation.
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 6a3de86..51c941a 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -938,3 +938,26 @@
 ##
 { 'command': 'block-job-cancel', 'data': { 'device': 'str', '*force': 'bool' } 
}
 
+##
+# @block-job-pause:
+#
+# Pause an active background block operation.
+#
+# This command returns immediately after marking the active background block
+# operation for pausing.  It is an error to call this command if no
+# operation is in progress.  Pausing an already paused job has no cumulative
+# effect; a single block-job-resume command will resume the job.
+#
+# The operation will pause as soon as possible.  No event is emitted when
+# the operation is actually paused.  Cancelling a paused job automatically
+# resumes it.
+#
+# @device: the device name
+#
+# Returns: Nothing on success
+#          If no background operation is active on this device, DeviceNotActive
+#
+# Since: 1.3
+##
+{ 'command': 'block-job-pause', 'data': { 'device': 'str' } }
+
-- 
1.9.1




reply via email to

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