From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZplu-0000KW-Dp for qemu-devel@nongnu.org; Thu, 11 Jan 2018 22:12:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZplt-00035c-LF for qemu-devel@nongnu.org; Thu, 11 Jan 2018 22:12:46 -0500 Date: Fri, 12 Jan 2018 11:12:38 +0800 From: Fam Zheng Message-ID: <20180112031238.GE29151@lemon.usersys.redhat.com> References: <20180110091846.10699-1-famz@redhat.com> <20180110091846.10699-10-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v4 9/9] qapi: Add NVMe driver options to the schema List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, Paolo Bonzini , Keith Busch , qemu-block@nongnu.org, Kevin Wolf , Max Reitz , Markus Armbruster , Stefan Hajnoczi , Karl Rister On Wed, 01/10 08:41, Eric Blake wrote: > On 01/10/2018 03:18 AM, Fam Zheng wrote: > > Signed-off-by: Fam Zheng > > --- > > 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