Re: [Qemu-devel] [PATCH for-2.7 v2 04/17] block: Introduce image file locking

2016-04-25 Thread Fam Zheng
On Tue, 04/26 01:55, Laszlo Ersek wrote: > On 04/15/16 05:27, Fam Zheng wrote: > > Block drivers can implement this new operation .bdrv_lockf to actually lock > > the > > image in the protocol specific way. > > > > Signed-off-by: Fam Zheng > > --- > > block.c | 42

Re: [Qemu-devel] [PATCH for-2.7 v2 04/17] block: Introduce image file locking

2016-04-25 Thread Laszlo Ersek
On 04/15/16 05:27, Fam Zheng wrote: > Block drivers can implement this new operation .bdrv_lockf to actually lock > the > image in the protocol specific way. > > Signed-off-by: Fam Zheng > --- > block.c | 42 ++ > include/block/block_int

Re: [Qemu-devel] [PATCH for-2.7 v2 04/17] block: Introduce image file locking

2016-04-20 Thread Denis V. Lunev
On 04/19/2016 10:14 PM, Max Reitz wrote: On 18.04.2016 07:34, Denis V. Lunev wrote: On 04/18/2016 04:33 AM, Fam Zheng wrote: On Sun, 04/17 01:29, Max Reitz wrote: On 15.04.2016 05:27, Fam Zheng wrote: Block drivers can implement this new operation .bdrv_lockf to actually lock the image in the

Re: [Qemu-devel] [PATCH for-2.7 v2 04/17] block: Introduce image file locking

2016-04-19 Thread Max Reitz
On 18.04.2016 07:34, Denis V. Lunev wrote: > On 04/18/2016 04:33 AM, Fam Zheng wrote: >> On Sun, 04/17 01:29, Max Reitz wrote: >>> On 15.04.2016 05:27, Fam Zheng wrote: Block drivers can implement this new operation .bdrv_lockf to actually lock the image in the protocol specific way.

Re: [Qemu-devel] [PATCH for-2.7 v2 04/17] block: Introduce image file locking

2016-04-19 Thread Max Reitz
On 18.04.2016 03:33, Fam Zheng wrote: > On Sun, 04/17 01:29, Max Reitz wrote: >> On 15.04.2016 05:27, Fam Zheng wrote: >>> Block drivers can implement this new operation .bdrv_lockf to actually lock >>> the >>> image in the protocol specific way. >>> >>> Signed-off-by: Fam Zheng >>> --- >>> bloc

Re: [Qemu-devel] [PATCH for-2.7 v2 04/17] block: Introduce image file locking

2016-04-17 Thread Denis V. Lunev
On 04/18/2016 04:33 AM, Fam Zheng wrote: On Sun, 04/17 01:29, Max Reitz wrote: On 15.04.2016 05:27, Fam Zheng wrote: Block drivers can implement this new operation .bdrv_lockf to actually lock the image in the protocol specific way. Signed-off-by: Fam Zheng --- block.c | 4

Re: [Qemu-devel] [PATCH for-2.7 v2 04/17] block: Introduce image file locking

2016-04-17 Thread Fam Zheng
On Sat, 04/16 16:22, Denis V. Lunev wrote: > On 04/15/2016 06:27 AM, Fam Zheng wrote: > >Block drivers can implement this new operation .bdrv_lockf to actually lock > >the > >image in the protocol specific way. > > > >Signed-off-by: Fam Zheng > >--- > > block.c | 42 +++

Re: [Qemu-devel] [PATCH for-2.7 v2 04/17] block: Introduce image file locking

2016-04-17 Thread Fam Zheng
On Sun, 04/17 01:29, Max Reitz wrote: > On 15.04.2016 05:27, Fam Zheng wrote: > > Block drivers can implement this new operation .bdrv_lockf to actually lock > > the > > image in the protocol specific way. > > > > Signed-off-by: Fam Zheng > > --- > > block.c | 42 +

Re: [Qemu-devel] [PATCH for-2.7 v2 04/17] block: Introduce image file locking

2016-04-16 Thread Max Reitz
On 15.04.2016 05:27, Fam Zheng wrote: > Block drivers can implement this new operation .bdrv_lockf to actually lock > the > image in the protocol specific way. > > Signed-off-by: Fam Zheng > --- > block.c | 42 ++ > include/block/block_i

Re: [Qemu-devel] [PATCH for-2.7 v2 04/17] block: Introduce image file locking

2016-04-16 Thread Denis V. Lunev
On 04/15/2016 06:27 AM, Fam Zheng wrote: Block drivers can implement this new operation .bdrv_lockf to actually lock the image in the protocol specific way. Signed-off-by: Fam Zheng --- block.c | 42 ++ include/block/block_int.h | 12

[Qemu-devel] [PATCH for-2.7 v2 04/17] block: Introduce image file locking

2016-04-14 Thread Fam Zheng
Block drivers can implement this new operation .bdrv_lockf to actually lock the image in the protocol specific way. Signed-off-by: Fam Zheng --- block.c | 42 ++ include/block/block_int.h | 12 2 files changed, 54 insertions(