[libvirt PATCH 0/5] cpu_map: Sync with Qemu

Tim Wiederhake posted 5 patches 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210222122010.47752-1-twiederh@redhat.com
src/cpu_map/sync_qemu_i386.py                              | 3 +++
src/cpu_map/x86_features.xml                               | 6 ++++++
tests/cputestdata/x86_64-cpuid-EPYC-7502-32-Core-guest.xml | 1 +
tests/cputestdata/x86_64-cpuid-EPYC-7502-32-Core-host.xml  | 1 +
4 files changed, 11 insertions(+)
[libvirt PATCH 0/5] cpu_map: Sync with Qemu
Posted by Tim Wiederhake 3 years, 2 months ago
Qemu updated its list of known cpu features. Follow suit.

Tim Wiederhake (5):
  cpu_map/sync_qemu_i386.py: Add mapping for amd-ssbd
  cpu_map/sync_qemu_i386.py: Add mapping for ibrs
  cpu_map/sync_qemu_i386.py: Add mapping for svme-addr-check
  cpumap: Add support for ibrs CPU feature
  cpumap: Add support for svme-addr-check CPU feature

 src/cpu_map/sync_qemu_i386.py                              | 3 +++
 src/cpu_map/x86_features.xml                               | 6 ++++++
 tests/cputestdata/x86_64-cpuid-EPYC-7502-32-Core-guest.xml | 1 +
 tests/cputestdata/x86_64-cpuid-EPYC-7502-32-Core-host.xml  | 1 +
 4 files changed, 11 insertions(+)

-- 
2.26.2


Re: [libvirt PATCH 0/5] cpu_map: Sync with Qemu
Posted by Jiri Denemark 3 years, 1 month ago
On Mon, Feb 22, 2021 at 13:20:05 +0100, Tim Wiederhake wrote:
> Qemu updated its list of known cpu features. Follow suit.
> 
> Tim Wiederhake (5):
>   cpu_map/sync_qemu_i386.py: Add mapping for amd-ssbd
>   cpu_map/sync_qemu_i386.py: Add mapping for ibrs
>   cpu_map/sync_qemu_i386.py: Add mapping for svme-addr-check
>   cpumap: Add support for ibrs CPU feature
>   cpumap: Add support for svme-addr-check CPU feature
> 
>  src/cpu_map/sync_qemu_i386.py                              | 3 +++
>  src/cpu_map/x86_features.xml                               | 6 ++++++
>  tests/cputestdata/x86_64-cpuid-EPYC-7502-32-Core-guest.xml | 1 +
>  tests/cputestdata/x86_64-cpuid-EPYC-7502-32-Core-host.xml  | 1 +
>  4 files changed, 11 insertions(+)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>

and pushed, thanks.