Re: [libvirt PATCH 2/7] cpu_map: Add support for fsrm CPU feature

2021-01-07 Thread Jiri Denemark
On Wed, Jan 06, 2021 at 11:05:06 +0100, Tim Wiederhake wrote:
> Signed-off-by: Tim Wiederhake 
> ---
>  src/cpu_map/x86_features.xml | 3 +++
>  tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-guest.xml | 1 +
>  tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-host.xml  | 1 +
>  3 files changed, 5 insertions(+)

While not always required, it's a good idea to run

tests/cputestdata/cpu-gather.py diff \
tests/cputestdata/x86_64-cpuid-*.json

after adding new features to the CPU map (as mentioned at the top of
x86_features.xml file).

Jirka



[libvirt PATCH 2/7] cpu_map: Add support for fsrm CPU feature

2021-01-06 Thread Tim Wiederhake
Signed-off-by: Tim Wiederhake 
---
 src/cpu_map/x86_features.xml | 3 +++
 tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-guest.xml | 1 +
 tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-host.xml  | 1 +
 3 files changed, 5 insertions(+)

diff --git a/src/cpu_map/x86_features.xml b/src/cpu_map/x86_features.xml
index a55f52b16c..b0bf22d916 100644
--- a/src/cpu_map/x86_features.xml
+++ b/src/cpu_map/x86_features.xml
@@ -339,6 +339,9 @@
   
 
   
+  
+
+  

 
   
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 9b75ace710..3a71b28cfb 100644
--- a/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-guest.xml
+++ b/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-guest.xml
@@ -24,6 +24,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 efbf9d363b..1582de0422 100644
--- a/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-host.xml
+++ b/tests/cputestdata/x86_64-cpuid-Ice-Lake-Server-host.xml
@@ -25,6 +25,7 @@
   
   
   
+  
   
   
   
-- 
2.26.2