On Mon, 08/08 21:13, Fam Zheng wrote: > v7: - Rebase. > - Address comments from Kevin and Max. > - Option rename: "exclusive" -> "auto". [Kevin] > - Option placement: "root BDS" -> "node". > It's still a bit controversy where the option should go, but so far it > seems per node is the safest. > - Assert in bdrv_open_common that lock flags don't conflict. [Kevin] > - Skip qemu_dup patches as they are already merged. > - Fix a wrong assertion in raw_reopen_to_unlock. > - Put "static int" to the same line in raw-posix.c. [Kevin] > - Remove superfluous blank lines. > - Add comment in raw posix's sophisticated reopen code. [Kevin] > - .bdrv_lockf is kept on the contrary to separate .bdrv_lock and > .bdrv_unlock, because having the BdrvLockfCmd in the interface makes > implementing the reopen logic as is done in this series much easier. > - Drop the unnecessary mirror target locking patch. [Max] > - Add a patch to let 130 work with image locking.
Ping?