Re: [Qemu-devel] [PATCH v16 00/22] block: Image locking series

2017-05-02 Thread Kevin Wolf
Am 02.05.2017 um 10:18 hat Fam Zheng geschrieben: > v16: Rebase to the latest block-next branch of Kevin. > Address Kevin's comments: > - on/off => on/off/auto for file.locking option > - Add file.locking to QAPI schema > - Fall back to POSIX file lock if OFD lock not available

Re: [Qemu-devel] [PATCH v16 00/22] block: Image locking series

2017-05-02 Thread Kevin Wolf
Am 02.05.2017 um 10:18 hat Fam Zheng geschrieben: > v16: Rebase to the latest block-next branch of Kevin. For the next rebase, please note that the development branch is 'block' again now that the 2.10 tree is open and the first pull request went out. Kevin

[Qemu-devel] [PATCH v16 00/22] block: Image locking series

2017-05-02 Thread Fam Zheng
v16: Rebase to the latest block-next branch of Kevin. Address Kevin's comments: - on/off => on/off/auto for file.locking option - Add file.locking to QAPI schema - Fall back to POSIX file lock if OFD lock not available - Print warning when falling back, if locking=on specif