OSDN Git Service

acpi: factor out common cpu hotplug code for PIIX4/Q35
authorIgor Mammedov <imammedo@redhat.com>
Thu, 9 Jan 2014 16:36:31 +0000 (17:36 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 26 Jan 2014 11:11:44 +0000 (13:11 +0200)
commit81cea5e7f2aa61c6c5d33d28bceb81276603d3c9
tree1c081e95116d44d96d13105b1a9ca62a031464d9
parent99fd437dee468609de8218f0eb3b16621fb6a9c9
acpi: factor out common cpu hotplug code for PIIX4/Q35

.. so it could be used for adding CPU hotplug to Q35 machine

Add an additional header with that will be shared between
C and ASL code: include/hw/acpi/cpu_hotplug_defs.h

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>
hw/acpi/Makefile.objs
hw/acpi/cpu_hotplug.c [new file with mode: 0644]
hw/acpi/piix4.c
include/hw/acpi/cpu_hotplug.h [new file with mode: 0644]
include/hw/acpi/cpu_hotplug_defs.h [new file with mode: 0644]