]> git.proxmox.com Git - mirror_qemu.git/commit - block/throttle.c
block/throttle: Remove protocol-related fields
authorFabiano Rosas <farosas@linux.vnet.ibm.com>
Mon, 12 Mar 2018 22:07:51 +0000 (19:07 -0300)
committerKevin Wolf <kwolf@redhat.com>
Mon, 26 Mar 2018 10:16:00 +0000 (12:16 +0200)
commita7328ba55f4535613a54b4ad65a3eb8b1a47cbb7
tree0f145436136c627cb9bc02c24d574f632cf6bc44
parent65d2c3e2f64b116f6a25d38cde5919d38f36d26d
block/throttle: Remove protocol-related fields

The throttle 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. throttle:<filename:options:...>) will now fail gracefully:

  $ qemu-img info throttle:foo
  qemu-img: Could not open 'throttle:foo': Unknown protocol 'throttle'

Signed-off-by: Fabiano Rosas <farosas@linux.vnet.ibm.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/throttle.c