]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_map: Remove monitor feature from EPYC-Rome
authorJiri Denemark <jdenemar@redhat.com>
Wed, 7 Oct 2020 21:15:23 +0000 (23:15 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 8 Oct 2020 07:58:44 +0000 (09:58 +0200)
commit3bf6f9fe22dfbd3c1dcc614b31f2f4fe8b71a2f2
tree5df0d1e5a9ed2ae1ba1202ed8df5e8bf1946cfaf
parent1bbd33ecba21577c8e8d0233ad70488ee95d5e96
cpu_map: Remove monitor feature from EPYC-Rome

The feature is filtered by KVM and never automatically enabled. So even
though QEMU definition of EPYC-Rome contains this feature, the guest
won't see it. Also domain capabilities will show it as disabled for KVM
domains. Thus the feature should not really be included in our
definition of EPYC-Rome.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/cpu_map/x86_EPYC-Rome.xml
tests/cputestdata/x86_64-cpuid-EPYC-7502-32-Core-guest.xml
tests/cputestdata/x86_64-cpuid-EPYC-7502-32-Core-host.xml
tests/cputestdata/x86_64-cpuid-EPYC-7502-32-Core-json.xml
tests/cputestdata/x86_64-cpuid-Ryzen-9-3900X-12-Core-guest.xml
tests/cputestdata/x86_64-cpuid-Ryzen-9-3900X-12-Core-host.xml
tests/cputestdata/x86_64-cpuid-Ryzen-9-3900X-12-Core-json.xml
tests/domaincapsdata/qemu_5.1.0-q35.x86_64.xml
tests/domaincapsdata/qemu_5.1.0.x86_64.xml
tests/domaincapsdata/qemu_5.2.0-q35.x86_64.xml
tests/domaincapsdata/qemu_5.2.0.x86_64.xml