]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use correct host model for updating guest cpu
authorJiri Denemark <jdenemar@redhat.com>
Fri, 30 Jun 2017 15:05:22 +0000 (17:05 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 21 Sep 2017 13:27:39 +0000 (15:27 +0200)
commit7e874326a3eca1233017ab91774d845b99869af1
treee9cec733a85ba12b90170c226852df21f55469d7
parent43a90eb7e81a73fe43a296dc3b38092455d5ffcc
qemu: Use correct host model for updating guest cpu

When a user requested a domain XML description with
VIR_DOMAIN_XML_UPDATE_CPU flag, libvirt would use the host CPU
definition from host capabilities rather than the one which will
actually be used once the domain is started.

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

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_domain.c