On 01/25/2017 11:42 AM, Jeff Cody wrote: > From: Kevin Wolf <[email protected]> > > This adds blockdev-add support for iscsi devices. > > Reviewed-by: Daniel P. Berrange <[email protected]> > Signed-off-by: Kevin Wolf <[email protected]> > Signed-off-by: Jeff Cody <[email protected]> > --- > block/iscsi.c | 14 ++++++---- > qapi/block-core.json | 74 > ++++++++++++++++++++++++++++++++++++++++++++++++---- > 2 files changed, 78 insertions(+), 10 deletions(-)
> +++ b/qapi/block-core.json
> @@ -2116,10 +2116,10 @@
> { 'enum': 'BlockdevDriver',
> 'data': [ 'archipelago', 'blkdebug', 'blkverify', 'bochs', 'cloop',
> 'dmg', 'file', 'ftp', 'ftps', 'gluster', 'host_cdrom',
> - 'host_device', 'http', 'https', 'luks', 'nbd', 'nfs', 'null-aio',
> - 'null-co', 'parallels', 'qcow', 'qcow2', 'qed', 'quorum', 'raw',
> - 'replication', 'ssh', 'vdi', 'vhdx', 'vmdk', 'vpc',
> - 'vvfat' ] }
> + 'host_device', 'http', 'https', 'iscsi', 'luks', 'nbd', 'nfs',
> + 'null-aio', 'null-co', 'parallels', 'qcow', 'qcow2', 'qed',
> + 'quorum', 'raw', 'replication', 'ssh', 'vdi', 'vhdx', 'vmdk',
> + 'vpc', 'vvfat' ] }
Are we missing a since 2.9 documentation designation here?
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
