diff options
| author | Fabiano Rosas | 2018-03-12 23:07:52 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2018-03-26 12:16:00 +0200 |
| commit | 8140e786f045a074928070640e20914873aeb396 (patch) | |
| tree | 741824e2372d6256de93fcf1c754a1389cc8f3f4 /scripts/modules | |
| parent | block/throttle: Remove protocol-related fields (diff) | |
| download | qemu-8140e786f045a074928070640e20914873aeb396.tar.gz qemu-8140e786f045a074928070640e20914873aeb396.tar.xz qemu-8140e786f045a074928070640e20914873aeb396.zip | |
block/blkreplay: Remove protocol-related fields
The blkreplay driver is not a protocol so it should implement bdrv_open
instead of bdrv_file_open and not provide a protocol_name.
Attempts to invoke this driver using protocol syntax
(i.e. blkreplay:<filename:options:...>) will now fail gracefully:
$ qemu-img info blkreplay:foo
qemu-img: Could not open 'blkreplay:foo': Unknown protocol 'blkreplay'
Signed-off-by: Fabiano Rosas <farosas@linux.vnet.ibm.com>
Reviewed-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts/modules')
0 files changed, 0 insertions, 0 deletions
