[libvirt] [PATCH 0/8] Fix PowerPC CPU driver

Jiri Denemark jdenemar at redhat.com
Fri Dec 21 00:01:49 UTC 2012


Current PowerPC driver is too complicated and mostly wrong as it was
apparently created from x86 driver and not properly addapted for PowerPC
architecture. More details about the issues are described in individual
patches.

Jiri Denemark (8):
  cpu: Introduce cpuModelIsAllowed internal API
  cpu: Make comparing PowerPC CPUs easier to read
  cpu: Fix PowerPCNodeData
  cpu: Fix loading PowerPC vendor from cpu_map.xml
  cpu: Reimplement PowerPCBaseline
  cpu: Reimplement PowerPCDecode
  cpu: Remove hardcoded list of PowerPC models
  cpu: Rename PowerPCUpdate and PowerPCDataFree functions

 src/cpu/cpu.c         |  17 ++
 src/cpu/cpu.h         |   5 +
 src/cpu/cpu_generic.c |  19 +--
 src/cpu/cpu_map.xml   |  12 +-
 src/cpu/cpu_powerpc.c | 462 +++++++++++++++++---------------------------------
 src/cpu/cpu_x86.c     |  11 +-
 6 files changed, 193 insertions(+), 333 deletions(-)

-- 
1.8.0.2




More information about the libvir-list mailing list