Hi Alex, The CPUListState generalization has been merged now. Here's a rebased version of PowerPCCPU subclasses, intended for v1.4.
Available from: git://github.com/afaerber/qemu-cpu.git qom-cpu-ppc-classes.v2 https://github.com/afaerber/qemu-cpu/commits/qom-cpu-ppc-classes.v2 Thanks, Andreas v1 -> v2: * Fixed type name for TYPE_POWERPC_CPU subclasses. * Improved error message for -cpu host, suggested by Alex. >From original subclasses series: * Redone from scratch * Adopted name-<arch>-cpu type name scheme Cc: Alexander Graf <ag...@suse.de> Cc: qemu-ppc <qemu-...@nongnu.org> Cc: David Gibson <da...@gibson.dropbear.id.au> Andreas Färber (2): target-ppc: Slim conversion of model definitions to QOM subclasses target-ppc: Error out for -cpu host on unknown PVR target-ppc/Makefile.objs | 3 +- target-ppc/cpu-qom.h | 5 + target-ppc/cpu.h | 4 - target-ppc/helper.c | 50 ------- target-ppc/kvm.c | 45 +++++- target-ppc/kvm_ppc.h | 8 +- target-ppc/translate_init.c | 345 +++++++++++++++++++++++++++++-------------- 7 Dateien geändert, 284 Zeilen hinzugefügt(+), 176 Zeilen entfernt(-) delete mode 100644 target-ppc/helper.c -- 1.7.10.4