diff options
| author | Igor Mammedov | 2017-10-09 21:51:02 +0200 |
|---|---|---|
| committer | David Gibson | 2017-10-17 01:34:00 +0200 |
| commit | 5bbb2641861934e1ba52151cb9eb4cfac581346c (patch) | |
| tree | 8fb61d9b8f6277328f4f037d90151f99bc9fee42 /include | |
| parent | ppc: spapr: use cpu type name directly (diff) | |
| download | qemu-5bbb2641861934e1ba52151cb9eb4cfac581346c.tar.gz qemu-5bbb2641861934e1ba52151cb9eb4cfac581346c.tar.xz qemu-5bbb2641861934e1ba52151cb9eb4cfac581346c.zip | |
ppc: spapr: register 'host' core type along with the rest of core types
consolidate 'host' core type registration by moving it from
KVM specific code into spapr_cpu_core.c, similar like it's
done in x86 target.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/ppc/spapr_cpu_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/ppc/spapr_cpu_core.h b/include/hw/ppc/spapr_cpu_core.h index 264ce68785..42765de392 100644 --- a/include/hw/ppc/spapr_cpu_core.h +++ b/include/hw/ppc/spapr_cpu_core.h @@ -38,5 +38,4 @@ typedef struct sPAPRCPUCoreClass { } sPAPRCPUCoreClass; char *spapr_get_cpu_core_type(const char *model); -void spapr_cpu_core_class_init(ObjectClass *oc, void *data); #endif |
