xemu/include
Alberto Garcia 543770bd2e block: Allow changing 'detect-zeroes' on reopen
'detect-zeroes' 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 detect-zeroes=on"
   Cannot change the option 'detect-zeroes'

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>
2018-10-01 12:51:12 +02:00
..
2018-08-23 13:32:50 +02:00
2018-03-07 08:30:28 +13:00
2018-08-28 11:31:23 +10:00
2018-09-24 15:43:33 +01:00
2018-09-26 08:55:54 -07:00
2018-08-23 18:46:25 +02:00
2018-08-24 08:40:11 +02:00