From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsAkf-0005DF-92 for qemu-devel@nongnu.org; Wed, 04 Jun 2014 08:57:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsAka-0005zr-53 for qemu-devel@nongnu.org; Wed, 04 Jun 2014 08:57:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsAkZ-0005zg-TE for qemu-devel@nongnu.org; Wed, 04 Jun 2014 08:57:04 -0400 Message-ID: <538F1798.2000001@redhat.com> Date: Wed, 04 Jun 2014 06:56:56 -0600 From: Eric Blake MIME-Version: 1.0 References: <1401881404-15823-1-git-send-email-cnanakos@grnet.gr> <1401881404-15823-4-git-send-email-cnanakos@grnet.gr> In-Reply-To: <1401881404-15823-4-git-send-email-cnanakos@grnet.gr> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ONE2Njhd4DFHD7vhXQiTGmEDROcMNnhXa" Subject: Re: [Qemu-devel] [PATCH 3/3] QMP: Add support for Archipelago List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chrysostomos Nanakos , qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ONE2Njhd4DFHD7vhXQiTGmEDROcMNnhXa Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06/04/2014 05:30 AM, Chrysostomos Nanakos wrote: > Introduce new enum BlockdevOptionsArchipelago. >=20 > @volume: #Name of the Archipelago volume image >=20 > @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 por= t. >=20 > @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 por= t. >=20 > Signed-off-by: Chrysostomos Nanakos > --- > qapi-schema.json | 31 +++++++++++++++++++++++++++++-- > 1 file changed, 29 insertions(+), 2 deletions(-) >=20 > + > +## > +# @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 i= s > +# listening. This is optional > +# and if not specified, QEMU will make Archipela= go 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 Archipela= go 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' > } } > =20 >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --ONE2Njhd4DFHD7vhXQiTGmEDROcMNnhXa Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTjxeYAAoJEKeha0olJ0NqW70H/R7+bkZLG4vXxyNqefAu3l3r O1YCP+RvZni6Gdy3kQjD8xq/AmBtFR09Lu/0y/WeAdFRtYsIKbikw/XATh/Arktr V/d1UyUbIjVk6nJ4TxEe39OCn57lD/hvfrHMribvdvs2QifcNmPSD4C89bGDqIKF q0iB/6p+q5XyTn9zFTnFFv3+OydpRktnhi3lhIW+bVVMca8iM4wDcftg4yuvah7N HuPcph08AHaLK46ONUw749j+Ozvqok/WEUoSYy+4bEmUuPNFBco/GERjta0gnO8i FbrzayI6Fs8c8RdZcIUD4Gsi4vQR+nqwDbTAxTGVvmf2xmX1O0CqnTBd2kmGVNI= =KfTv -----END PGP SIGNATURE----- --ONE2Njhd4DFHD7vhXQiTGmEDROcMNnhXa--