mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
b51d3c8818
commit
5bbb264186
3 changed files with 4 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue