• M
    qemu: wait for SPICE to migrate · 3521cd1c
    Michal Privoznik 提交于
    Recently, there have been some improvements made to qemu so it
    supports seamless migration or something very close to it.
    However, it requires libvirt interaction. Once qemu is migrated,
    the SPICE server needs to send its internal state to the destination.
    Once it's done, it fires SPICE_MIGRATE_COMPLETED event and this
    fact is advertised in 'query-spice' output as well.
    We must not kill qemu until SPICE server finishes the transfer.
    3521cd1c
qemu_monitor.h 22.2 KB