change CPUArchId.cpu type to Object*

so it could be reused for SPAPR cores as well

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
Igor Mammedov 2017-02-09 12:08:36 +01:00 committed by David Gibson
parent 1ea69c0e25
commit 8aba384298
3 changed files with 6 additions and 6 deletions

View file

@ -51,7 +51,7 @@ void machine_register_compat_props(MachineState *machine);
typedef struct {
uint64_t arch_id;
CpuInstanceProperties props;
struct CPUState *cpu;
Object *cpu;
} CPUArchId;
/**