mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-29 21:12:07 -06: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:
parent
1ea69c0e25
commit
8aba384298
3 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue