Home
last modified time | relevance | path

Searched refs:BDRV_O_AUTO_RDONLY (Results 1 – 4 of 4) sorted by relevance

/qemu/include/block/
H A Dblock-common.h242 #define BDRV_O_AUTO_RDONLY 0x20000 /* degrade to read-only if opening macro
/qemu/block/
H A Dqapi-sysemu.c335 BDRV_O_PROTOCOL | BDRV_O_AUTO_RDONLY); in qmp_blockdev_change_medium()
H A Dfile-posix.c520 if (bdrv_flags & BDRV_O_AUTO_RDONLY) { in raw_parse_flags()
/qemu/
H A Dblock.c326 if (!(bs->open_flags & BDRV_O_AUTO_RDONLY)) { in bdrv_apply_auto_read_only()
1559 *flags &= ~(BDRV_O_CACHE_MASK | BDRV_O_RDWR | BDRV_O_AUTO_RDONLY); in update_flags_from_options()
1574 *flags |= BDRV_O_AUTO_RDONLY; in update_flags_from_options()
1593 flags & BDRV_O_AUTO_RDONLY); in update_options_from_flags()