]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Filter CPU features returned by qemuConnectBaselineCPU
authorJiri Denemark <jdenemar@redhat.com>
Wed, 13 Sep 2017 15:28:48 +0000 (17:28 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 18 Sep 2017 08:40:12 +0000 (10:40 +0200)
commit2ba32a86ddfa8992ade9d04c5661c1780781c09f
tree18b1eeb35c9e403cb7b58d6c67e4f3a24d92ff92
parent399f91694f6e3245c0f6c8f37968266749964f2d
qemu: Filter CPU features returned by qemuConnectBaselineCPU

The host CPU definitions reported in the capabilities XML may contain
CPU features unknown to QEMU, but the result of virConnectBaselineCPU is
supposed to be directly usable as a guest CPU definition and thus it
should only contain features QEMU knows about.

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

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