On 09/12/2016 09:08 AM, Stefan Hajnoczi wrote: > From: Wen Congyang <[email protected]> > > Signed-off-by: Wen Congyang <[email protected]> > Signed-off-by: Changlong Xie <[email protected]> > Signed-off-by: Wang WeiWei <[email protected]> > Signed-off-by: zhanghailiang <[email protected]> > Signed-off-by: Gonglei <[email protected]> > Reviewed-by: Eric Blake <[email protected]> > Message-id: [email protected] > Signed-off-by: Stefan Hajnoczi <[email protected]> > --- > qapi/block-core.json | 23 +++++++++++++++++++++-- > 1 file changed, 21 insertions(+), 2 deletions(-) >
> +++ b/qapi/block-core.json > @@ -252,6 +252,7 @@ > # 2.3: 'host_floppy' deprecated > # 2.5: 'host_floppy' dropped > # 2.6: 'luks' added > +# 2.8: 'replication' added You added documentation here... > # > # @backing_file: #optional the name of the backing file (for copy-on-write) > # > @@ -1712,8 +1713,8 @@ ...but not for the BlockdevDriver enum. > 'data': [ 'archipelago', 'blkdebug', 'blkverify', 'bochs', 'cloop', > 'dmg', 'file', 'ftp', 'ftps', 'gluster', 'host_cdrom', > 'host_device', 'http', 'https', 'luks', 'null-aio', 'null-co', > - 'parallels', 'qcow', 'qcow2', 'qed', 'quorum', 'raw', 'tftp', > - 'vdi', 'vhdx', 'vmdk', 'vpc', 'vvfat' ] } > + 'parallels', 'qcow', 'qcow2', 'qed', 'quorum', 'raw', > + 'replication', 'tftp', 'vdi', 'vhdx', 'vmdk', 'vpc', 'vvfat' ] } Also, I failed to notice that you added TAB damage here. Other patches are currently proposed to touch the same area (nfs, ssh, nbd), so hopefully one of them will correct it in the process. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
