From: "Benoît Canet" <benoit.canet@irqsave.net>
To: Fam Zheng <famz@redhat.com>
Cc: Kevin Wolf <kwolf@redhat.com>,
benoit.canet@irqsave.net, qemu-devel@nongnu.org,
armbru@redhat.com, Stefan Hajnoczi <stefanha@redhat.com>,
pbonzini@redhat.com
Subject: Re: [Qemu-devel] [PATCH v6 2/3] qapi: Sort BlockdevDriver enum data list
Date: Wed, 10 Sep 2014 15:29:35 +0200 [thread overview]
Message-ID: <20140910132935.GC12470@irqsave.net> (raw)
In-Reply-To: <1410318528-24433-3-git-send-email-famz@redhat.com>
The Wednesday 10 Sep 2014 à 11:08:47 (+0800), Fam Zheng wrote :
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
> 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 bf0cb23..35191b4 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -1147,11 +1147,11 @@
> # Since: 2.0
> ##
> { 'enum': 'BlockdevDriver',
> - 'data': [ 'archipelago', 'file', 'host_device', 'host_cdrom', 'host_floppy',
> - 'http', 'https', 'ftp', 'ftps', 'tftp', 'vvfat', 'blkdebug',
> - 'blkverify', 'bochs', 'cloop', 'cow', 'dmg', 'parallels', 'qcow',
> - 'qcow2', 'qed', 'raw', 'vdi', 'vhdx', 'vmdk', 'vpc', 'quorum',
> - 'null-aio', 'null-co' ] }
> + 'data': [ 'archipelago', 'blkdebug', 'blkverify', 'bochs', 'cloop', 'cow',
> + 'dmg', 'file', 'ftp', 'ftps', 'host_cdrom', 'host_device',
> + 'host_floppy', 'http', 'https', 'null-aio', 'null-co', 'parallels',
> + 'qcow', 'qcow2', 'qed', 'quorum', 'raw', 'tftp', 'vdi', 'vhdx',
> + 'vmdk', 'vpc', 'vvfat' ] }
Reviewed-by: Benoît Canet <benoit.canet@nodalink.com>
>
> ##
> # @BlockdevOptionsBase
> --
> 1.9.3
>
next prev parent reply other threads:[~2014-09-10 13:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-10 3:08 [Qemu-devel] [PATCH v6 0/3] block: Introduce "null" drivers Fam Zheng
2014-09-10 3:08 ` [Qemu-devel] [PATCH v6 1/3] " Fam Zheng
2014-09-10 13:27 ` Benoît Canet
2014-09-11 5:48 ` Fam Zheng
2014-09-10 3:08 ` [Qemu-devel] [PATCH v6 2/3] qapi: Sort BlockdevDriver enum data list Fam Zheng
2014-09-10 13:29 ` Benoît Canet [this message]
2014-09-10 3:08 ` [Qemu-devel] [PATCH v6 3/3] qapi: Sort items in BlockdevOptions definition Fam Zheng
2014-09-10 13:32 ` Benoît Canet
2014-09-11 5:47 ` Fam Zheng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140910132935.GC12470@irqsave.net \
--to=benoit.canet@irqsave.net \
--cc=armbru@redhat.com \
--cc=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.