]> git.proxmox.com Git - qemu.git/commit
target-i386: Move APIC to ICC bus
authorIgor Mammedov <imammedo@redhat.com>
Mon, 29 Apr 2013 17:03:01 +0000 (19:03 +0200)
committerAndreas Färber <afaerber@suse.de>
Wed, 1 May 2013 11:06:07 +0000 (13:06 +0200)
commit53a89e262bd3e97b2da3afec0a60e5466770ae8c
treebaf6fba30104868f8a3a20f92b0d74b71aa9a4c6
parent62fc403f11523169eb4264de31279745f48e3ecc
target-i386: Move APIC to ICC bus

It allows APIC to be hotplugged.

 * map APIC's mmio at board level if it is present
 * do not register mmio region for each APIC, since
   only one is used/mapped

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/cpu/icc_bus.c
hw/i386/pc.c
hw/intc/apic_common.c
include/hw/cpu/icc_bus.h
include/hw/i386/apic_internal.h
target-i386/cpu.c