]> git.proxmox.com Git - mirror_qemu.git/commit - blockdev.c
block: Remove qemu_root_bds_opts
authorKevin Wolf <kwolf@redhat.com>
Tue, 20 Sep 2016 18:48:52 +0000 (20:48 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 29 Sep 2016 12:13:39 +0000 (14:13 +0200)
commit74e1ae7c0b66d85d2b04c153ffdf6294e6a40798
treeece7615e1adfb6c32be8dfb484908794a66bf99f
parent818584a43ab0ef52c131865128ef110f867726cd
block: Remove qemu_root_bds_opts

The remaining options in qemu_root_bds_opts (aio and copy-on-read)
aren't used any more, the QAPI schema doesn't contain them. Therefore
all the code processing qemu_root_bds_opts options is dead and can be
removed.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
blockdev.c