From cff220056e78bad15a8addf9739f8a556b7a6ea2 Mon Sep 17 00:00:00 2001 Message-Id: From: Jiri Denemark Date: Thu, 8 Oct 2020 18:01:21 +0200 Subject: [PATCH] cpu_map: Add missing x86 features in 0x7 CPUID leaf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jiri Denemark Reviewed-by: Daniel P. Berrangé (cherry picked from commit 6ea3bb19c6fed39429c95eb284487b849cb12e2a) https://bugzilla.redhat.com/show_bug.cgi?id=1861506 Conflicts: tests/cputestdata/x86_64-cpuid-Ryzen-9-3900X-12-Core-enabled.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 - not present downstream Signed-off-by: Jiri Denemark Message-Id: <04da640b0fbbbcec9be63e552a3029f983bf879a.1602172344.git.jdenemar@redhat.com> Reviewed-by: Ján Tomko --- src/cpu_map/x86_features.xml | 12 ++++++++++++ .../x86_64-cpuid-Ice-Lake-Server-disabled.xml | 2 +- .../x86_64-cpuid-Ice-Lake-Server-guest.xml | 1 + .../x86_64-cpuid-Ice-Lake-Server-host.xml | 1 + 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml index 8525ae0fa5..364e45fb32 100644 --- a/src/cpu_map/x86_features.xml +++ b/src/cpu_map/x86_features.xml @@ -286,6 +286,9 @@ + + + @@ -310,9 +313,18 @@ + + + + + + + + + diff --git a/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-disabled.xml b/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-disabled.xml index 62c6bad612..ce65579bcc 100644 --- a/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-disabled.xml +++ b/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-disabled.xml @@ -1,7 +1,7 @@ - + diff --git a/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-guest.xml b/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-guest.xml index 4676f3aa7d..9b75ace710 100644 --- a/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-guest.xml +++ b/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-guest.xml @@ -23,6 +23,7 @@ + diff --git a/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-host.xml b/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-host.xml index 35b9e39629..efbf9d363b 100644 --- a/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-host.xml +++ b/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-host.xml @@ -24,6 +24,7 @@ + -- 2.29.2