Re: [Qemu-devel] [PATCH v15 16/21] file-posix: Add 'locking' option

2017-04-26 Thread Fam Zheng
On Wed, 04/26 14:41, Kevin Wolf wrote: > Am 26.04.2017 um 05:34 hat Fam Zheng geschrieben: > > Making this option available even before implementing it will let > > converting tests easier: in coming patches they can specify the option > > already when necessary, before we actually write code to lo

Re: [Qemu-devel] [PATCH v15 16/21] file-posix: Add 'locking' option

2017-04-26 Thread Kevin Wolf
Am 26.04.2017 um 05:34 hat Fam Zheng geschrieben: > Making this option available even before implementing it will let > converting tests easier: in coming patches they can specify the option > already when necessary, before we actually write code to lock the > images. > > Signed-off-by: Fam Zheng

[Qemu-devel] [PATCH v15 16/21] file-posix: Add 'locking' option

2017-04-25 Thread Fam Zheng
Making this option available even before implementing it will let converting tests easier: in coming patches they can specify the option already when necessary, before we actually write code to lock the images. Signed-off-by: Fam Zheng --- block/file-posix.c | 5 + 1 file changed, 5 insertio