summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/common.qemu
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2017-11-16 13:00:01 +0100
committerKevin Wolf <kwolf@redhat.com>2017-11-17 18:06:12 +0100
commitdafe096057373d95847e1c99c2fece34be9fc5bb (patch)
tree53e829136ae173a7b68e1fafd3266e63d43508c5 /tests/qemu-iotests/common.qemu
parentf06033295b51d4868c2b4921ad2287e8f55eb688 (diff)
downloadqemu-dafe096057373d95847e1c99c2fece34be9fc5bb.zip
block: Fix permissions in image activation
Inactive images generally request less permissions for their image files than they would if they were active (in particular, write permissions). Activating the image involves extending the permissions, therefore. drv->bdrv_invalidate_cache() can already require write access to the image file, so we have to update the permissions earlier than that. The current code does it only later, so we have to move up this part. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/common.qemu')
0 files changed, 0 insertions, 0 deletions