[libvirt PATCH 0/6] Sync cpu features with qemu

Tim Wiederhake posted 6 patches 9 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230713114603.113076-1-twiederh@redhat.com
src/cpu_map/sync_qemu_models_i386.py |  7 +++++++
src/cpu_map/x86_features.xml         | 16 ++++++++++++++++
2 files changed, 23 insertions(+)
[libvirt PATCH 0/6] Sync cpu features with qemu
Posted by Tim Wiederhake 9 months, 3 weeks ago
This brings libvirt in sync qith qemu commit
6f05a92ddc73ac8aa16cfd6188f907b30b0501e3.

Tim Wiederhake (6):
  cpu_map: Add missing feature "mcdt-no"
  cpu_map: Add missing feature "sbdr-ssdp-no"
  cpu_map: Add missing feature "fbsdp-no"
  cpu_map: Add missing feature "psdp-no"
  cpu_map: Add missing feature "pbrsb-no"
  sync_qemu_models_i386.py: Add missing features

 src/cpu_map/sync_qemu_models_i386.py |  7 +++++++
 src/cpu_map/x86_features.xml         | 16 ++++++++++++++++
 2 files changed, 23 insertions(+)

-- 
2.39.2
Re: [libvirt PATCH 0/6] Sync cpu features with qemu
Posted by Michal Prívozník 9 months, 2 weeks ago
On 7/13/23 13:45, Tim Wiederhake wrote:
> This brings libvirt in sync qith qemu commit
> 6f05a92ddc73ac8aa16cfd6188f907b30b0501e3.
> 
> Tim Wiederhake (6):
>   cpu_map: Add missing feature "mcdt-no"
>   cpu_map: Add missing feature "sbdr-ssdp-no"
>   cpu_map: Add missing feature "fbsdp-no"
>   cpu_map: Add missing feature "psdp-no"
>   cpu_map: Add missing feature "pbrsb-no"
>   sync_qemu_models_i386.py: Add missing features
> 
>  src/cpu_map/sync_qemu_models_i386.py |  7 +++++++
>  src/cpu_map/x86_features.xml         | 16 ++++++++++++++++
>  2 files changed, 23 insertions(+)
> 

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

Michal