Re: [Qemu-devel] [PATCH 2/3] block: mirror - split out part of mirror_run()

2015-09-28 Thread Kevin Wolf
Am 28.09.2015 um 05:29 hat Jeff Cody geschrieben: > This is code relocation, to pull the part of mirror_run() that > calls mirror_iteration out into a separate function. > > Signed-off-by: Jeff Cody > --- > block/mirror.c | 206 > ++--- > 1 fi

Re: [Qemu-devel] [PATCH 2/3] block: mirror - split out part of mirror_run()

2015-09-28 Thread Paolo Bonzini
On 28/09/2015 05:29, Jeff Cody wrote: > This is code relocation, to pull the part of mirror_run() that > calls mirror_iteration out into a separate function. > > Signed-off-by: Jeff Cody > --- > block/mirror.c | 206 > ++--- > 1 file changed

[Qemu-devel] [PATCH 2/3] block: mirror - split out part of mirror_run()

2015-09-27 Thread Jeff Cody
This is code relocation, to pull the part of mirror_run() that calls mirror_iteration out into a separate function. Signed-off-by: Jeff Cody --- block/mirror.c | 206 ++--- 1 file changed, 110 insertions(+), 96 deletions(-) diff --git a/block/