summary refs log tree commit diff stats
path: root/qemu-io-cmds.c
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2017-08-03 17:02:58 +0200
committerKevin Wolf <kwolf@redhat.com>2017-08-08 15:19:16 +0200
commit54a32bfec140e03ebb19863db944b1c81e4df25e (patch)
tree0864d8b41fb3d75889c8c588a5fc96b5cb890a80 /qemu-io-cmds.c
parent8aecf1d1bd250a7346165de154f5ccc150ad1aa7 (diff)
downloadfocaccia-qemu-54a32bfec140e03ebb19863db944b1c81e4df25e.tar.gz
focaccia-qemu-54a32bfec140e03ebb19863db944b1c81e4df25e.zip
block: Allow reopen rw without BDRV_O_ALLOW_RDWR
BDRV_O_ALLOW_RDWR is a flag that tells whether qemu can internally
reopen a node read-write temporarily because the user requested
read-write for the top-level image, but qemu decided that read-only is
enough for this node (a backing file).

bdrv_reopen() is different, it is also used for cases where the user
changed their mind and wants to update the options. There is no reason
to forbid making a node read-write in that case.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'qemu-io-cmds.c')
0 files changed, 0 insertions, 0 deletions