mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Revert "hw/acpi: Update ACPI _STA
method with QOM vCPU ACPI Hotplug states"
This reverts commitbf1ecc8dad
which broke cpu hotplug in x86 after migration to older QEMU Fixes:bf1ecc8dad
(w/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states) Signed-off-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20241112170258.2996640-3-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
ef5e7aeaa6
commit
cb36e2573a
2 changed files with 4 additions and 35 deletions
|
@ -159,7 +159,6 @@ struct CPUClass {
|
|||
void (*query_cpu_fast)(CPUState *cpu, CpuInfoFast *value);
|
||||
int64_t (*get_arch_id)(CPUState *cpu);
|
||||
bool (*cpu_persistent_status)(CPUState *cpu);
|
||||
bool (*cpu_enabled_status)(CPUState *cpu);
|
||||
void (*set_pc)(CPUState *cpu, vaddr value);
|
||||
vaddr (*get_pc)(CPUState *cpu);
|
||||
int (*gdb_read_register)(CPUState *cpu, GByteArray *buf, int reg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue