[libvirt] [PATCH] qemu: Fix seamless SPICE migration

Martin Kletzander mkletzan at redhat.com
Fri Sep 20 16:02:15 UTC 2013


On Fri, Sep 20, 2013 at 05:37:58PM +0200, Ján Tomko wrote:
> On 09/20/2013 05:13 PM, Martin Kletzander wrote:
> > Since the wait is done during migration (still inside
> > QEMU_ASYNC_JOB_MIGRATION_OUT), the code should enter the monitor as such
> > in order to prohibit all other jobs from interfering in the meantime.
> > This patch fixes bug #1009886 in which qemuDomainGetBlockInfo was
> > waiting on the monitor condition and after GetSpiceMigrationStatus
> > mangled its internal data, the daemon crashed.
> >
> > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1009886
> > Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
> > ---
> >  src/qemu/qemu_migration.c | 5 ++++-
> >  1 file changed, 4 insertions(+), 1 deletion(-)
>
> ACK

Thanks, pushed.

Martin




More information about the libvir-list mailing list