From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUzPT-0007ve-5N for qemu-devel@nongnu.org; Fri, 19 Sep 2014 10:43:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUzPO-0007H4-3E for qemu-devel@nongnu.org; Fri, 19 Sep 2014 10:43:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUzPN-0007G8-OB for qemu-devel@nongnu.org; Fri, 19 Sep 2014 10:43:38 -0400 From: Stefan Hajnoczi Date: Fri, 19 Sep 2014 15:41:48 +0100 Message-Id: <1411137738-31280-30-git-send-email-stefanha@redhat.com> In-Reply-To: <1411137738-31280-1-git-send-email-stefanha@redhat.com> References: <1411137738-31280-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 29/59] qapi: Sort BlockdevDriver enum data list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Fam Zheng , Stefan Hajnoczi From: Fam Zheng Reviewed-by: Beno=C3=AEt Canet Signed-off-by: Fam Zheng Reviewed-by: Eric Blake Message-id: 1410415798-20673-3-git-send-email-famz@redhat.com Signed-off-by: Stefan Hajnoczi --- qapi/block-core.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qapi/block-core.json b/qapi/block-core.json index a886b5d..c3eeab5 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1148,11 +1148,11 @@ # Since: 2.0 ## { 'enum': 'BlockdevDriver', - 'data': [ 'archipelago', 'file', 'host_device', 'host_cdrom', 'host_fl= oppy', - 'http', 'https', 'ftp', 'ftps', 'tftp', 'vvfat', 'blkdebug', - 'blkverify', 'bochs', 'cloop', 'cow', 'dmg', 'parallels', 'q= cow', - 'qcow2', 'qed', 'raw', 'vdi', 'vhdx', 'vmdk', 'vpc', 'quorum= ', - 'null-aio', 'null-co' ] } + 'data': [ 'archipelago', 'blkdebug', 'blkverify', 'bochs', 'cloop', 'c= ow', + 'dmg', 'file', 'ftp', 'ftps', 'host_cdrom', 'host_device', + 'host_floppy', 'http', 'https', 'null-aio', 'null-co', 'para= llels', + 'qcow', 'qcow2', 'qed', 'quorum', 'raw', 'tftp', 'vdi', 'vhd= x', + 'vmdk', 'vpc', 'vvfat' ] } =20 ## # @BlockdevOptionsBase --=20 1.9.3