[Qemu-devel] [PATCH v2 0/2] block: Fix permission during reopen

Fam Zheng posted 2 patches 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180313115814.23774-1-famz@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test s390x passed
There is a newer version of this series
block.c                    | 7 +++++++
tests/qemu-iotests/153     | 8 ++++++++
tests/qemu-iotests/153.out | 4 ++++
3 files changed, 19 insertions(+)
[Qemu-devel] [PATCH v2 0/2] block: Fix permission during reopen
Posted by Fam Zheng 6 years, 1 month ago
v2: Use update_flags_from_options. [Kevin]

We write open the whole backing chain during reopen. It is not necessary and
will cause image locking problems if the backing image is shared.

Fam Zheng (2):
  block: Fix flags in reopen queue
  iotests: Add regression test for commit base locking

 block.c                    | 7 +++++++
 tests/qemu-iotests/153     | 8 ++++++++
 tests/qemu-iotests/153.out | 4 ++++
 3 files changed, 19 insertions(+)

-- 
2.14.3