[libvirt PATCH 00/15] Sync cpu features with qemu

Tim Wiederhake posted 15 patches 11 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230524085439.170480-1-twiederh@redhat.com
There is a newer version of this series
src/cpu_map/x86_features.xml                  | 48 +++++++++++++++++++
.../x86_64-cpuid-Atom-P5362-disabled.xml      |  2 +-
.../x86_64-cpuid-Atom-P5362-guest.xml         |  1 +
.../x86_64-cpuid-Atom-P5362-host.xml          |  1 +
.../x86_64-cpuid-Cooperlake-disabled.xml      |  2 +-
.../x86_64-cpuid-Cooperlake-guest.xml         |  1 +
.../x86_64-cpuid-Cooperlake-host.xml          |  1 +
.../x86_64-cpuid-Core-i7-7600U-disabled.xml   |  2 +-
.../x86_64-cpuid-Core-i7-7600U-guest.xml      |  1 +
.../x86_64-cpuid-Core-i7-7600U-host.xml       |  1 +
.../x86_64-cpuid-Core-i7-8550U-disabled.xml   |  2 +-
.../x86_64-cpuid-Core-i7-8550U-guest.xml      |  1 +
.../x86_64-cpuid-Core-i7-8550U-host.xml       |  1 +
.../x86_64-cpuid-Core-i7-8700-disabled.xml    |  2 +-
.../x86_64-cpuid-Core-i7-8700-guest.xml       |  1 +
.../x86_64-cpuid-Core-i7-8700-host.xml        |  1 +
.../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 +
.../x86_64-cpuid-Xeon-E3-1225-v5-disabled.xml |  2 +-
.../x86_64-cpuid-Xeon-E3-1225-v5-guest.xml    |  1 +
.../x86_64-cpuid-Xeon-E3-1225-v5-host.xml     |  1 +
.../x86_64-cpuid-Xeon-E5-2650-disabled.xml    |  1 +
.../x86_64-cpuid-Xeon-E5-2650-guest.xml       |  1 +
.../x86_64-cpuid-Xeon-E5-2650-host.xml        |  1 +
.../x86_64-cpuid-Xeon-E7540-disabled.xml      |  1 +
.../x86_64-cpuid-Xeon-E7540-guest.xml         |  1 +
.../x86_64-cpuid-Xeon-E7540-host.xml          |  1 +
.../x86_64-cpuid-Xeon-Gold-6130-disabled.xml  |  2 +-
.../x86_64-cpuid-Xeon-Gold-6130-guest.xml     |  1 +
.../x86_64-cpuid-Xeon-Gold-6130-host.xml      |  1 +
...6_64-cpuid-Xeon-Platinum-8268-disabled.xml |  2 +-
.../x86_64-cpuid-Xeon-Platinum-8268-guest.xml |  1 +
.../x86_64-cpuid-Xeon-Platinum-8268-host.xml  |  1 +
...6_64-cpuid-Xeon-Platinum-9242-disabled.xml |  2 +-
.../x86_64-cpuid-Xeon-Platinum-9242-guest.xml |  1 +
.../x86_64-cpuid-Xeon-Platinum-9242-host.xml  |  1 +
37 files changed, 84 insertions(+), 10 deletions(-)
[libvirt PATCH 00/15] Sync cpu features with qemu
Posted by Tim Wiederhake 11 months, 1 week ago
This brings libvirt in sync qith qemu commit
886c0453cbf10eebd42a9ccf89c3e46eb389c357.

Tim Wiederhake (15):
  cpu_map: Add missing feature "amd-psfd"
  cpu_map: Add missing feature "amx-fp16"
  cpu_map: Add missing feature "auto-ibrs"
  cpu_map: Add missing feature "avx-ifma"
  cpu_map: Add missing feature "avx-ne-convert"
  cpu_map: Add missing feature "avx-vnni-int8"
  cpu_map: Add missing feature "cmpccxadd"
  cpu_map: Add missing feature "fb-clear"
  cpu_map: Add missing feature "flush-l1d"
  cpu_map: Add missing feature "lfence-always-serializing"
  cpu_map: Add missing feature "no-nested-data-bp"
  cpu_map: Add missing feature "null-sel-clr-base"
  cpu_map: Add missing feature "prefetchiti"
  cpu_map: Add missing feature "stibp-always-on"
  cpu_map: Add missing feature "vnmi"

 src/cpu_map/x86_features.xml                  | 48 +++++++++++++++++++
 .../x86_64-cpuid-Atom-P5362-disabled.xml      |  2 +-
 .../x86_64-cpuid-Atom-P5362-guest.xml         |  1 +
 .../x86_64-cpuid-Atom-P5362-host.xml          |  1 +
 .../x86_64-cpuid-Cooperlake-disabled.xml      |  2 +-
 .../x86_64-cpuid-Cooperlake-guest.xml         |  1 +
 .../x86_64-cpuid-Cooperlake-host.xml          |  1 +
 .../x86_64-cpuid-Core-i7-7600U-disabled.xml   |  2 +-
 .../x86_64-cpuid-Core-i7-7600U-guest.xml      |  1 +
 .../x86_64-cpuid-Core-i7-7600U-host.xml       |  1 +
 .../x86_64-cpuid-Core-i7-8550U-disabled.xml   |  2 +-
 .../x86_64-cpuid-Core-i7-8550U-guest.xml      |  1 +
 .../x86_64-cpuid-Core-i7-8550U-host.xml       |  1 +
 .../x86_64-cpuid-Core-i7-8700-disabled.xml    |  2 +-
 .../x86_64-cpuid-Core-i7-8700-guest.xml       |  1 +
 .../x86_64-cpuid-Core-i7-8700-host.xml        |  1 +
 .../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 +
 .../x86_64-cpuid-Xeon-E3-1225-v5-disabled.xml |  2 +-
 .../x86_64-cpuid-Xeon-E3-1225-v5-guest.xml    |  1 +
 .../x86_64-cpuid-Xeon-E3-1225-v5-host.xml     |  1 +
 .../x86_64-cpuid-Xeon-E5-2650-disabled.xml    |  1 +
 .../x86_64-cpuid-Xeon-E5-2650-guest.xml       |  1 +
 .../x86_64-cpuid-Xeon-E5-2650-host.xml        |  1 +
 .../x86_64-cpuid-Xeon-E7540-disabled.xml      |  1 +
 .../x86_64-cpuid-Xeon-E7540-guest.xml         |  1 +
 .../x86_64-cpuid-Xeon-E7540-host.xml          |  1 +
 .../x86_64-cpuid-Xeon-Gold-6130-disabled.xml  |  2 +-
 .../x86_64-cpuid-Xeon-Gold-6130-guest.xml     |  1 +
 .../x86_64-cpuid-Xeon-Gold-6130-host.xml      |  1 +
 ...6_64-cpuid-Xeon-Platinum-8268-disabled.xml |  2 +-
 .../x86_64-cpuid-Xeon-Platinum-8268-guest.xml |  1 +
 .../x86_64-cpuid-Xeon-Platinum-8268-host.xml  |  1 +
 ...6_64-cpuid-Xeon-Platinum-9242-disabled.xml |  2 +-
 .../x86_64-cpuid-Xeon-Platinum-9242-guest.xml |  1 +
 .../x86_64-cpuid-Xeon-Platinum-9242-host.xml  |  1 +
 37 files changed, 84 insertions(+), 10 deletions(-)

-- 
2.39.2
Re: [libvirt PATCH 00/15] Sync cpu features with qemu
Posted by Michal Prívozník 11 months ago
On 5/24/23 10:54, Tim Wiederhake wrote:
> This brings libvirt in sync qith qemu commit
> 886c0453cbf10eebd42a9ccf89c3e46eb389c357.
> 
> Tim Wiederhake (15):
>   cpu_map: Add missing feature "amd-psfd"
>   cpu_map: Add missing feature "amx-fp16"
>   cpu_map: Add missing feature "auto-ibrs"
>   cpu_map: Add missing feature "avx-ifma"
>   cpu_map: Add missing feature "avx-ne-convert"
>   cpu_map: Add missing feature "avx-vnni-int8"
>   cpu_map: Add missing feature "cmpccxadd"
>   cpu_map: Add missing feature "fb-clear"
>   cpu_map: Add missing feature "flush-l1d"
>   cpu_map: Add missing feature "lfence-always-serializing"
>   cpu_map: Add missing feature "no-nested-data-bp"
>   cpu_map: Add missing feature "null-sel-clr-base"
>   cpu_map: Add missing feature "prefetchiti"
>   cpu_map: Add missing feature "stibp-always-on"
>   cpu_map: Add missing feature "vnmi"
> 
>  src/cpu_map/x86_features.xml                  | 48 +++++++++++++++++++
>  .../x86_64-cpuid-Atom-P5362-disabled.xml      |  2 +-
>  .../x86_64-cpuid-Atom-P5362-guest.xml         |  1 +
>  .../x86_64-cpuid-Atom-P5362-host.xml          |  1 +
>  .../x86_64-cpuid-Cooperlake-disabled.xml      |  2 +-
>  .../x86_64-cpuid-Cooperlake-guest.xml         |  1 +
>  .../x86_64-cpuid-Cooperlake-host.xml          |  1 +
>  .../x86_64-cpuid-Core-i7-7600U-disabled.xml   |  2 +-
>  .../x86_64-cpuid-Core-i7-7600U-guest.xml      |  1 +
>  .../x86_64-cpuid-Core-i7-7600U-host.xml       |  1 +
>  .../x86_64-cpuid-Core-i7-8550U-disabled.xml   |  2 +-
>  .../x86_64-cpuid-Core-i7-8550U-guest.xml      |  1 +
>  .../x86_64-cpuid-Core-i7-8550U-host.xml       |  1 +
>  .../x86_64-cpuid-Core-i7-8700-disabled.xml    |  2 +-
>  .../x86_64-cpuid-Core-i7-8700-guest.xml       |  1 +
>  .../x86_64-cpuid-Core-i7-8700-host.xml        |  1 +
>  .../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 +
>  .../x86_64-cpuid-Xeon-E3-1225-v5-disabled.xml |  2 +-
>  .../x86_64-cpuid-Xeon-E3-1225-v5-guest.xml    |  1 +
>  .../x86_64-cpuid-Xeon-E3-1225-v5-host.xml     |  1 +
>  .../x86_64-cpuid-Xeon-E5-2650-disabled.xml    |  1 +
>  .../x86_64-cpuid-Xeon-E5-2650-guest.xml       |  1 +
>  .../x86_64-cpuid-Xeon-E5-2650-host.xml        |  1 +
>  .../x86_64-cpuid-Xeon-E7540-disabled.xml      |  1 +
>  .../x86_64-cpuid-Xeon-E7540-guest.xml         |  1 +
>  .../x86_64-cpuid-Xeon-E7540-host.xml          |  1 +
>  .../x86_64-cpuid-Xeon-Gold-6130-disabled.xml  |  2 +-
>  .../x86_64-cpuid-Xeon-Gold-6130-guest.xml     |  1 +
>  .../x86_64-cpuid-Xeon-Gold-6130-host.xml      |  1 +
>  ...6_64-cpuid-Xeon-Platinum-8268-disabled.xml |  2 +-
>  .../x86_64-cpuid-Xeon-Platinum-8268-guest.xml |  1 +
>  .../x86_64-cpuid-Xeon-Platinum-8268-host.xml  |  1 +
>  ...6_64-cpuid-Xeon-Platinum-9242-disabled.xml |  2 +-
>  .../x86_64-cpuid-Xeon-Platinum-9242-guest.xml |  1 +
>  .../x86_64-cpuid-Xeon-Platinum-9242-host.xml  |  1 +
>  37 files changed, 84 insertions(+), 10 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal