qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 47/72] qapi: Extract BlockdevAioOptions definitio


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

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

diff --git a/qapi-schema.json b/qapi-schema.json
index 04e2e5d..3eb5a13 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3162,19 +3162,6 @@
   'returns': ['RxFilterInfo'] }
 
 ##
-# @BlockdevAioOptions
-#
-# Selects the AIO backend to handle I/O requests
-#
-# @threads:     Use qemu's thread pool
-# @native:      Use native AIO backend (only Linux and Windows)
-#
-# Since: 1.7
-##
-{ 'enum': 'BlockdevAioOptions',
-  'data': [ 'threads', 'native' ] }
-
-##
 # @BlockdevCacheOptions
 #
 # Includes cache-related options for block devices
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 96013bf..f0b7bd2 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1069,3 +1069,16 @@
 { 'enum': 'BlockdevDetectZeroesOptions',
   'data': [ 'off', 'on', 'unmap' ] }
 
+##
+# @BlockdevAioOptions
+#
+# Selects the AIO backend to handle I/O requests
+#
+# @threads:     Use qemu's thread pool
+# @native:      Use native AIO backend (only Linux and Windows)
+#
+# Since: 1.7
+##
+{ 'enum': 'BlockdevAioOptions',
+  'data': [ 'threads', 'native' ] }
+
-- 
1.9.1




reply via email to

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