[libvirt] [PATCH v2 2/3] qemu: Add support for parallel migration

Jiri Denemark jdenemar at redhat.com
Wed Mar 27 08:42:09 UTC 2019


On Wed, Feb 13, 2019 at 15:03:58 -0500, John Ferlan wrote:
> 
> 
> On 2/8/19 10:08 AM, Jiri Denemark wrote:
> > The VIR_MIGRATE_PARALLEL flag is implemented using QEMU's multifd
> > migration capability and the corresponding multifd-channels migration
> > parameter.
> > 
> > Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
> > ---
> > 
> > Notes:
> >     QEMU still uses the x- prefix for multifd capability and multifd-channels,
> >     but Juan already sent a series of patches to make multifd migration fully
> >     supported by dropping the experimental prefix.
> > 
> >  src/qemu/qemu_migration.c        |  9 ++++++---
> >  src/qemu/qemu_migration.h        |  5 ++++-
> >  src/qemu/qemu_migration_params.c | 18 ++++++++++++++++++
> >  src/qemu/qemu_migration_params.h |  2 ++
> >  4 files changed, 30 insertions(+), 4 deletions(-)
> > 
> 
> Standard practice is to wait for the x-* to hit the qemu.git tree before
> we push this...

Of course. The QEMU patches were finally applied yesterday, which is
just in time for this series to go in the upcoming 5.2.

Jirka




More information about the libvir-list mailing list