qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH v4 9/9] qapi: Add NVMe driver options to the sch


From: Fam Zheng
Subject: Re: [Qemu-block] [PATCH v4 9/9] qapi: Add NVMe driver options to the schema
Date: Fri, 12 Jan 2018 11:12:38 +0800
User-agent: Mutt/1.9.1 (2017-09-22)

On Wed, 01/10 08:41, Eric Blake wrote:
> On 01/10/2018 03:18 AM, Fam Zheng wrote:
> > Signed-off-by: Fam Zheng <address@hidden>
> > ---
> >  qapi/block-core.json | 16 +++++++++++++++-
> >  1 file changed, 15 insertions(+), 1 deletion(-)
> > 
> > diff --git a/qapi/block-core.json b/qapi/block-core.json
> > index e94a6881b2..fd6c94454d 100644
> > --- a/qapi/block-core.json
> > +++ b/qapi/block-core.json
> > @@ -2237,7 +2237,7 @@
> >    'data': [ 'blkdebug', 'blkverify', 'bochs', 'cloop',
> >              'dmg', 'file', 'ftp', 'ftps', 'gluster', 'host_cdrom',
> >              'host_device', 'http', 'https', 'iscsi', 'luks', 'nbd', 'nfs',
> > -            'null-aio', 'null-co', 'parallels', 'qcow', 'qcow2', 'qed',
> > +            'null-aio', 'null-co', 'nvme', 'parallels', 'qcow', 'qcow2', 
> > 'qed',
> >              'quorum', 'raw', 'rbd', 'replication', 'sheepdog', 'ssh',
> >              'throttle', 'vdi', 'vhdx', 'vmdk', 'vpc', 'vvfat', 'vxhs' ] }
> 
> Missing a doc line:
> @nvme: Since 2.12
> 

Will add, thanks!

Fam



reply via email to

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