qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Fam Zheng
Subject: [Qemu-block] [PATCH v3 0/2] block: Fix permission during reopen
Date: Tue, 13 Mar 2018 22:20:01 +0800

v3: Fix test case. [Max]

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     | 12 ++++++++++++
 tests/qemu-iotests/153.out |  5 +++++
 3 files changed, 24 insertions(+)

-- 
2.14.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]