commit | b8622725cf0196f672f272922b0941dc8ba1c408 | [log] [tgz] |
---|---|---|
author | Igor Mammedov <imammedo@redhat.com> | Thu Apr 25 16:05:25 2013 +0200 |
committer | Andreas Färber <afaerber@suse.de> | Wed May 01 13:04:18 2013 +0200 |
tree | f33cacb399cb67622dd53a98240ac7073ceb0ad4 | |
parent | 69e5ff067ae724155fd7465119ee6db5721288b6 [diff] |
acpi_piix4: Add infrastructure to send CPU hot-plug GPE to guest * introduce processor status bitmask visible to guest at 0xaf00 addr, where ACPI asl code expects it * set bit corresponding to APIC ID in processor status bitmask on receiving CPU hot-plug notification * trigger CPU hot-plug SCI, to notify guest about CPU hot-plug event Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>