pc: acpi: consolidate legacy CPU hotplug in one file
commit672a28722758bd4754a1bb31ee497b5d007d1be6
authorIgor Mammedov <imammedo@redhat.com>
Tue, 17 May 2016 14:43:01 +0000 (17 16:43 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 7 Jun 2016 12:36:54 +0000 (7 15:36 +0300)
tree52cb5a39ef3d6610b77958888f017cebfaa7e620
parent96e3e12bff14a16e27072619f571bc7b400145c3
pc: acpi: consolidate legacy CPU hotplug in one file

Since AML part of CPU hotplug is tightly coupled with
its hardware part (IO port layout/protocol), move
build_legacy_cpu_hotplug_aml() to cpu_hotplug.c
and remove empty cpu_hotplug_acpi_table.c

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>
hw/acpi/Makefile.objs
hw/acpi/cpu_hotplug.c [moved from hw/acpi/cpu_hotplug_acpi_table.c with 80% similarity]