Re: [Qemu-devel] [PATCH 01/11] block: prepare write threshold code for thread safety

2017-07-10 Thread Eric Blake
On 07/10/2017 11:16 AM, Paolo Bonzini wrote: > On 10/07/2017 15:21, Stefan Hajnoczi wrote: >> On Thu, Jul 06, 2017 at 06:38:18PM +0200, Paolo Bonzini wrote: >>> Code refactoring only. >>> >>> Signed-off-by: Paolo Bonzini >>> --- >>> block/write-threshold.c | 28 >>> 1

Re: [Qemu-devel] [PATCH 01/11] block: prepare write threshold code for thread safety

2017-07-10 Thread Paolo Bonzini
On 10/07/2017 15:21, Stefan Hajnoczi wrote: > On Thu, Jul 06, 2017 at 06:38:18PM +0200, Paolo Bonzini wrote: >> Code refactoring only. >> >> Signed-off-by: Paolo Bonzini >> --- >> block/write-threshold.c | 28 >> 1 file changed, 16 insertions(+), 12 deletions(-) >> >>

Re: [Qemu-devel] [PATCH 01/11] block: prepare write threshold code for thread safety

2017-07-10 Thread Stefan Hajnoczi
On Thu, Jul 06, 2017 at 06:38:18PM +0200, Paolo Bonzini wrote: > Code refactoring only. > > Signed-off-by: Paolo Bonzini > --- > block/write-threshold.c | 28 > 1 file changed, 16 insertions(+), 12 deletions(-) > > diff --git a/block/write-threshold.c b/block/write-

Re: [Qemu-devel] [PATCH 01/11] block: prepare write threshold code for thread safety

2017-07-06 Thread Eric Blake
On 07/06/2017 11:38 AM, Paolo Bonzini wrote: > Code refactoring only. > > Signed-off-by: Paolo Bonzini > --- > block/write-threshold.c | 28 > 1 file changed, 16 insertions(+), 12 deletions(-) > Reviewed-by: Eric Blake -- Eric Blake, Principal Software Engineer

[Qemu-devel] [PATCH 01/11] block: prepare write threshold code for thread safety

2017-07-06 Thread Paolo Bonzini
Code refactoring only. Signed-off-by: Paolo Bonzini --- block/write-threshold.c | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/block/write-threshold.c b/block/write-threshold.c index 0bd1a01c86..c8ebc32b4d 100644 --- a/block/write-threshold.c +