]> Git Repo - qemu.git/commit
commit: Make base read-only if there is an early failure
authorAlberto Garcia <[email protected]>
Mon, 29 Apr 2019 13:51:08 +0000 (15:51 +0200)
committerKevin Wolf <[email protected]>
Tue, 30 Apr 2019 13:29:00 +0000 (15:29 +0200)
commit065abf9f2b4ed61017d31da8a94f1ddc6f54beb5
treeed5c3969ec02558d38867673b176af04c9beb75c
parent265a7e54efad246f4bde63f77aee6311f436f5f1
commit: Make base read-only if there is an early failure

You can reproduce this by passing an invalid filter-node-name (like
"1234") to block-commit. In this case the base image is put in
read-write mode but is never reset back to read-only.

Signed-off-by: Alberto Garcia <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/commit.c
This page took 0.023895 seconds and 4 git commands to generate.