qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/3] QMP: Add support for Archipelago


From: Chrysostomos Nanakos
Subject: Re: [Qemu-devel] [PATCH 3/3] QMP: Add support for Archipelago
Date: Wed, 04 Jun 2014 16:02:18 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.4.0

On 06/04/2014 03:56 PM, Eric Blake wrote:
On 06/04/2014 05:30 AM, Chrysostomos Nanakos wrote:
Introduce new enum BlockdevOptionsArchipelago.

@volume:              #Name of the Archipelago volume image

@mport:               #'mport' is the port number on which mapperd is
                       listening. This is optional and if not specified,
                       QEMU will make Archipelago to use the default port.

@vport:               #'vport' is the port number on which vlmcd is
                       listening. This is optional and if not specified,
                       QEMU will make Archipelago to use the default port.

Signed-off-by: Chrysostomos Nanakos <address@hidden>
---
  qapi-schema.json |   31 +++++++++++++++++++++++++++++--
  1 file changed, 29 insertions(+), 2 deletions(-)

+
+##
+# @BlockdevOptionsArchipelago
+#
+# Driver specific block device options for Archipelago.
+#
+# @volume:              #Name of the Archipelago volume image
+#
s/#Name/Name/ (we only use # for the initial comment, and for the
special marking '#optional' that designates when a parameter is optional)

+#
+# @mport:               #'mport' is the port number on which mapperd is
+#                       listening. This is optional
+#                       and if not specified, QEMU will make Archipelago to
+#                       use the default port.
@mport: #optional The port number ...

s/to use/use/


+#
+# @vport:               #'vport' is the port number on which vlmcd is
+#                       listening. This is optional
+#                       and if not specified, QEMU will make Archipelago to
+#                       use the default port.
@vport: #optional The port number...

s/to use/use/

+# Since: 2.0
2.1

+##
+{ 'type': 'BlockdevOptionsArchipelago',
+  'data': { 'volume': 'str',
+            '*mport': 'int',
+            '*vport': 'int' } }
+
  ##
  # @BlkdebugEvent
  #
@@ -4616,6 +4642,7 @@
        'vhdx':       'BlockdevOptionsGenericFormat',
        'vmdk':       'BlockdevOptionsGenericCOWFormat',
        'vpc':        'BlockdevOptionsGenericFormat',
+      'archipelago': 'BlockdevOptionsArchipelago',
        'quorum':     'BlockdevOptionsQuorum'
    } }

Fixed everything for v4 series.

Thanks!



reply via email to

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