]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Report the original CPU in migratable xml
authorJiri Denemark <jdenemar@redhat.com>
Fri, 19 May 2017 13:20:31 +0000 (15:20 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 7 Jun 2017 11:36:02 +0000 (13:36 +0200)
commit356a2161e293eaab57448a8e68f489e0841efe19
treeaeb8b50f7329751062ed1928970b60e983e4d549
parentea6d89831198ae1854dca15b2bcf081df2d866a2
qemu: Report the original CPU in migratable xml

The destination host may not be able to start a domain using the live
updated CPU definition because either libvirt or QEMU may not be new
enough. Thus we need to send the original guest CPU definition.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c