]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Ignore fallback CPU attribute on reconnect
authorJiri Denemark <jdenemar@redhat.com>
Wed, 10 Jan 2018 14:56:21 +0000 (15:56 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 12 Jan 2018 09:45:31 +0000 (10:45 +0100)
commit237f045d9a9d84a52e645b490d14ad0b66e5b8ed
treefc63e726ca3c2e15ed9d1470506290a798495eb1
parent72ac507f42664f6eb26c623c48495e3ef681975d
qemu: Ignore fallback CPU attribute on reconnect

When reconnecting to a running domain with host-model CPU started by old
libvirt which did not store the actual CPU in the status XML, we need to
ignore the fallback attribute to make sure we can translate the detected
host CPU model to a model which is supported by the running QEMU.

https://bugzilla.redhat.com/show_bug.cgi?id=1532980

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