mirror of
https://github.com/mii443/qemu.git
synced 2025-09-02 23:29:21 +00:00
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:
committed by
David Gibson
parent
1ea69c0e25
commit
8aba384298
@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user