mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
f0513d2c01
Provides a hotpluggable bus for APIC and CPU. * icc-bridge will serve as a parent for icc-bus and provide mmio mapping services to child icc-devices. * icc-device will replace SysBusDevice as a parent of APIC and IOAPIC devices. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
5 lines
159 B
Text
5 lines
159 B
Text
obj-$(CONFIG_ARM11MPCORE) += arm11mpcore.o
|
|
obj-$(CONFIG_ARM9MPCORE) += a9mpcore.o
|
|
obj-$(CONFIG_ARM15MPCORE) += a15mpcore.o
|
|
obj-$(CONFIG_ICC_BUS) += icc_bus.o
|
|
|