Re: [Qemu-devel] [PATCH 00/23] block migration: Fixes, cleanups and speedups

2009-11-30 Thread Jan Kiszka
Pierre Riteau wrote: > On 30 nov. 2009, at 20:25, Jan Kiszka wrote: > >> Pierre Riteau wrote: >>> On 30 nov. 2009, at 19:34, Anthony Liguori wrote: >>> Jan Kiszka wrote: > This series is a larger rework of the block migration support qemu > recently gained. Besides lots of code refact

Re: [Qemu-devel] [PATCH 00/23] block migration: Fixes, cleanups and speedups

2009-11-30 Thread Pierre Riteau
On 30 nov. 2009, at 20:25, Jan Kiszka wrote: > Pierre Riteau wrote: >> On 30 nov. 2009, at 19:34, Anthony Liguori wrote: >> >>> Jan Kiszka wrote: This series is a larger rework of the block migration support qemu recently gained. Besides lots of code refactorings the major changes

Re: [Qemu-devel] [PATCH 00/23] block migration: Fixes, cleanups and speedups

2009-11-30 Thread Jan Kiszka
Pierre Riteau wrote: > On 30 nov. 2009, at 19:34, Anthony Liguori wrote: > >> Jan Kiszka wrote: >>> This series is a larger rework of the block migration support qemu >>> recently gained. Besides lots of code refactorings the major changes >>> are: >>> - Faster restore due to larger block sizes (e

Re: [Qemu-devel] [PATCH 00/23] block migration: Fixes, cleanups and speedups

2009-11-30 Thread Pierre Riteau
On 30 nov. 2009, at 19:50, Pierre Riteau wrote: > I'm currently testing these patches. Here are a few issues I noticed, before > I forget about them. > > - "migrate -d -b tcp:dest:port" works, but "migrate -b -d tcp:dest:port" > doesn't, although "help migrate" doesn't really specify ordering a

Re: [Qemu-devel] [PATCH 00/23] block migration: Fixes, cleanups and speedups

2009-11-30 Thread Jan Kiszka
Anthony Liguori wrote: > Jan Kiszka wrote: >> This series is a larger rework of the block migration support qemu >> recently gained. Besides lots of code refactorings the major changes >> are: >> - Faster restore due to larger block sizes (even if the target disk is >>unallocated) >> - Off-by

Re: [Qemu-devel] [PATCH 00/23] block migration: Fixes, cleanups and speedups

2009-11-30 Thread Pierre Riteau
On 30 nov. 2009, at 19:34, Anthony Liguori wrote: > Jan Kiszka wrote: >> This series is a larger rework of the block migration support qemu >> recently gained. Besides lots of code refactorings the major changes >> are: >> - Faster restore due to larger block sizes (even if the target disk is >>

Re: [Qemu-devel] [PATCH 00/23] block migration: Fixes, cleanups and speedups

2009-11-30 Thread Anthony Liguori
Jan Kiszka wrote: This series is a larger rework of the block migration support qemu recently gained. Besides lots of code refactorings the major changes are: - Faster restore due to larger block sizes (even if the target disk is unallocated) - Off-by-one fixes in the block dirty tracking co

[Qemu-devel] [PATCH 00/23] block migration: Fixes, cleanups and speedups

2009-11-30 Thread Jan Kiszka
This series is a larger rework of the block migration support qemu recently gained. Besides lots of code refactorings the major changes are: - Faster restore due to larger block sizes (even if the target disk is unallocated) - Off-by-one fixes in the block dirty tracking code - Allow for mult