From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCWog-0001KO-Kj for qemu-devel@nongnu.org; Wed, 30 Jul 2014 12:33:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCWoZ-0004Oa-JZ for qemu-devel@nongnu.org; Wed, 30 Jul 2014 12:33:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCWoZ-0004OS-Bx for qemu-devel@nongnu.org; Wed, 30 Jul 2014 12:33:19 -0400 Message-ID: <53D91E47.1060501@redhat.com> Date: Wed, 30 Jul 2014 10:33:11 -0600 From: Eric Blake MIME-Version: 1.0 References: <1406124453-12226-1-git-send-email-cnanakos@grnet.gr> <1406124453-12226-5-git-send-email-cnanakos@grnet.gr> In-Reply-To: <1406124453-12226-5-git-send-email-cnanakos@grnet.gr> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Nlrr7UXvpECnC9jUvGQBwPSAoiwkioIlu" Subject: Re: [Qemu-devel] [PATCH v7 4/5] 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) --Nlrr7UXvpECnC9jUvGQBwPSAoiwkioIlu Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/23/2014 08:07 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 > @segment: #optional The name of the shared memory segment > Archipelago stack is using. This is optional > and if not specified, QEMU will make Archipelago > use the default value, 'archipelago'. >=20 > Signed-off-by: Chrysostomos Nanakos > --- > qapi/block-core.json | 38 +++++++++++++++++++++++++++++++++++--- > 1 file changed, 35 insertions(+), 3 deletions(-) >=20 > diff --git a/qapi/block-core.json b/qapi/block-core.json > index e378653..0fa0c12 100644 > --- a/qapi/block-core.json > +++ b/qapi/block-core.json > @@ -190,8 +190,8 @@ > # @ro: true if the backing device was open read-only > # > # @drv: the name of the block format used to open the backing device. = As of > -# 0.14.0 this can be: 'blkdebug', 'bochs', 'cloop', 'cow', 'dmg'= , > -# 'file', 'file', 'ftp', 'ftps', 'host_cdrom', 'host_device', > +# 0.14.0 this can be: 'archipelago', 'blkdebug', 'bochs', 'cloop= ', 'cow', > +# 'dmg', 'file', 'file', 'ftp', 'ftps', 'host_cdrom', 'host_devi= ce', > # 'host_floppy', 'http', 'https', 'nbd', 'parallels', 'qcow', > # 'qcow2', 'raw', 'tftp', 'vdi', 'vmdk', 'vpc', 'vvfat' This comment is wrong; 'archipelago' did not exist in 0.14.0. Please split the list into: 0.14.0 ... existing 2.2 'archipelago' --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --Nlrr7UXvpECnC9jUvGQBwPSAoiwkioIlu 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 iQEcBAEBCAAGBQJT2R5HAAoJEKeha0olJ0NqRsQH+gKl4uEWLzRBpEILfTv/Z1Ht 6qKQJBpPcRnSQn/mVa/od11GNiOt7HIDX6Y7SCHOT5EwWixJFCgSpAOKXkmtX6c8 YXUpZQuacmvAQZkGGIKJYqbmYWarbreDjtyl6faxC01DCvL3oZ5rNPISSTWHtjAx jg9koWy1aCkgodJpx6KP6pYXVZV9dTXEUWgRZBqNKxHenrCluyuf5IXbmuh8xv2z Qz9Aex/NtppSksKR453O3yRGVU70LLD5kq1OhE2dL0pfbSknfOuAv5t6Ku3Lrkgy zJjLkfbjtCPeiLr2YpZt/g+hOmL+DDLDkWo02INkLZe4gJJFUl1WW2c3XdeUXHo= =4ULC -----END PGP SIGNATURE----- --Nlrr7UXvpECnC9jUvGQBwPSAoiwkioIlu--