]> git.proxmox.com Git - mirror_qemu.git/commit - block.c
block: Require auto-read-only for existing fallbacks
authorKevin Wolf <kwolf@redhat.com>
Fri, 12 Oct 2018 09:27:41 +0000 (11:27 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 5 Nov 2018 14:09:55 +0000 (15:09 +0100)
commiteaa2410f1ea864609090c0a5fda9e0ce9499da79
tree68021063e0cf17887ba5cad0e7687dd485bd8ed5
parenta51b9c4862c29f427931f45ee1d39ac1663ba859
block: Require auto-read-only for existing fallbacks

Some block drivers have traditionally changed their node to read-only
mode without asking the user. This behaviour has been marked deprecated
since 2.11, expecting users to provide an explicit read-only=on option.

Now that we have auto-read-only=on, enable these drivers to make use of
the option.

This is the only use of bdrv_set_read_only(), so we can make it a bit
more specific and turn it into a bdrv_apply_auto_read_only() that is
more convenient for drivers to use.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block.c
block/bochs.c
block/cloop.c
block/dmg.c
block/rbd.c
block/vvfat.c
include/block/block.h