]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-img.c
qemu-img: Expand all BDRV_O_FLAGS uses
authorKevin Wolf <kwolf@redhat.com>
Tue, 15 Mar 2016 12:03:11 +0000 (13:03 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 30 Mar 2016 10:16:01 +0000 (12:16 +0200)
commite699614341cd9ed5676fe24c4f73f20497c28059
treedb8492f4efb37bf10360a8dc5e2a7bce18a0c9df
parente151fc16dd2a5615c31b54a051d831c4e38fa88a
qemu-img: Expand all BDRV_O_FLAGS uses

It always only set the BDRV_O_CACHE_WB flag, which is going to go away.
In order to make the next changes more local for better reviewability
this patches expands the macro.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
qemu-img.c