[libvirt PATCH 0/5] Add virCPUDataIsIdentical

Tim Wiederhake posted 5 patches 2 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20211011110228.46312-1-twiederh@redhat.com
src/cpu/cpu.c            | 29 +++++++++++++++++
src/cpu/cpu.h            |  9 ++++++
src/cpu/cpu_arm.c        | 34 +++++++++++++++++---
src/cpu/cpu_ppc64.c      | 26 +++++++++++++++
src/cpu/cpu_x86.c        | 69 ++++++++++++++++++++++++++++++++++++++++
src/libvirt_private.syms |  1 +
6 files changed, 164 insertions(+), 4 deletions(-)
[libvirt PATCH 0/5] Add virCPUDataIsIdentical
Posted by Tim Wiederhake 2 years, 6 months ago
A function to compare two `virCPUData` objects. This is a prerequisite
for a later series, that will add the host's cpuid information to the
cpu flag cache as per [1], to solve BZ 1953389 [2].

[1] https://listman.redhat.com/archives/libvir-list/2021-August/msg00293.html
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1953389

Tim Wiederhake (5):
  cpu_arm: No need to protect macro definitions
  cpu: Add virCPUDataIsIdentical
  cpu_x86: Implement virCPUDataIsIdentical for x86
  cpu_arm: Implement virCPUDataIsIdentical for arm
  cpu_ppc64: Implement virCPUDataIsIdentical for ppc64

 src/cpu/cpu.c            | 29 +++++++++++++++++
 src/cpu/cpu.h            |  9 ++++++
 src/cpu/cpu_arm.c        | 34 +++++++++++++++++---
 src/cpu/cpu_ppc64.c      | 26 +++++++++++++++
 src/cpu/cpu_x86.c        | 69 ++++++++++++++++++++++++++++++++++++++++
 src/libvirt_private.syms |  1 +
 6 files changed, 164 insertions(+), 4 deletions(-)

-- 
2.31.1