diff options
| author | Fabiano Rosas <farosas@linux.vnet.ibm.com> | 2018-03-12 19:07:49 -0300 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2018-03-26 12:16:00 +0200 |
| commit | cb83d2efe1f591cdc7ff2e8fbc67544155f264d6 (patch) | |
| tree | 65ab39600e50c02d256e88a1668acc0bdaea9dbc /scripts/qapi/types.py | |
| parent | 71b74b25444ed3ddfe7b025d059ca882916a4b02 (diff) | |
| download | focaccia-qemu-cb83d2efe1f591cdc7ff2e8fbc67544155f264d6.tar.gz focaccia-qemu-cb83d2efe1f591cdc7ff2e8fbc67544155f264d6.zip | |
block/replication: Remove protocol_name field
The protocol_name field is used when selecting a driver via protocol syntax (i.e. <protocol_name>:<filename:options:...>). Drivers that are only selected explicitly (e.g. driver=replication,mode=primary,...) should not have a protocol_name. This patch removes the protocol_name field from the brdv_replication structure so that attempts to invoke this driver using protocol syntax will fail gracefully: $ qemu-img info replication:foo qemu-img: Could not open 'replication:': Unknown protocol 'replication' Buglink: https://bugs.launchpad.net/qemu/+bug/1726733 Signed-off-by: Fabiano Rosas <farosas@linux.vnet.ibm.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts/qapi/types.py')
0 files changed, 0 insertions, 0 deletions