diff options
| author | Igor Mammedov | 2016-05-17 16:43:00 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2016-06-07 14:36:54 +0200 |
| commit | 96e3e12bff14a16e27072619f571bc7b400145c3 (patch) | |
| tree | 842e17f2c4a18e2fbacb0c75dc70f4867d1d8c10 /include | |
| parent | pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_tab... (diff) | |
| download | qemu-96e3e12bff14a16e27072619f571bc7b400145c3.tar.gz qemu-96e3e12bff14a16e27072619f571bc7b400145c3.tar.xz qemu-96e3e12bff14a16e27072619f571bc7b400145c3.zip | |
pc: acpi: mark current CPU hotplug functions as legacy
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/acpi/cpu_hotplug.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/hw/acpi/cpu_hotplug.h b/include/hw/acpi/cpu_hotplug.h index 565f96c951..241b50f8f7 100644 --- a/include/hw/acpi/cpu_hotplug.h +++ b/include/hw/acpi/cpu_hotplug.h @@ -21,12 +21,12 @@ typedef struct AcpiCpuHotplug { uint8_t sts[ACPI_GPE_PROC_LEN]; } AcpiCpuHotplug; -void acpi_cpu_plug_cb(ACPIREGS *ar, qemu_irq irq, - AcpiCpuHotplug *g, DeviceState *dev, Error **errp); +void legacy_acpi_cpu_plug_cb(ACPIREGS *ar, qemu_irq irq, + AcpiCpuHotplug *g, DeviceState *dev, Error **errp); -void acpi_cpu_hotplug_init(MemoryRegion *parent, Object *owner, - AcpiCpuHotplug *gpe_cpu, uint16_t base); +void legacy_acpi_cpu_hotplug_init(MemoryRegion *parent, Object *owner, + AcpiCpuHotplug *gpe_cpu, uint16_t base); -void build_cpu_hotplug_aml(Aml *ctx, MachineState *machine, - uint16_t io_base, uint16_t io_len); +void build_legacy_cpu_hotplug_aml(Aml *ctx, MachineState *machine, + uint16_t io_base, uint16_t io_len); #endif |
