summary refs log tree commit diff stats
path: root/fsdev/qemu-fsdev.c
diff options
context:
space:
mode:
authorAlberto Garcia <berto@igalia.com>2018-09-06 12:37:08 +0300
committerKevin Wolf <kwolf@redhat.com>2018-10-01 12:51:12 +0200
commit593b30719713cfad98b869693095893f8edf76c1 (patch)
treedb6c0723ee55cc5151abcfda74c8343d29b853d9 /fsdev/qemu-fsdev.c
parent8d3245750be30f3191f710f52fbe53ca10e78bfc (diff)
downloadfocaccia-qemu-593b30719713cfad98b869693095893f8edf76c1.tar.gz
focaccia-qemu-593b30719713cfad98b869693095893f8edf76c1.zip
block: Allow changing 'discard' on reopen
'discard' is one of the basic BlockdevOptions available for all
drivers, but it's not handled by bdrv_reopen_prepare() so any attempt
to change it results in an error:

   (qemu) qemu-io virtio0 "reopen -o discard=on"
   Cannot change the option 'discard'

Since there's no reason why we shouldn't allow changing it and the
implementation is simple let's just do it.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'fsdev/qemu-fsdev.c')
0 files changed, 0 insertions, 0 deletions