]> git.proxmox.com Git - qemu.git/commit - default-configs/x86_64-softmmu.mak
target-i386: Introduce ICC bus/device/bridge
authorIgor Mammedov <imammedo@redhat.com>
Mon, 29 Apr 2013 15:02:50 +0000 (17:02 +0200)
committerAndreas Färber <afaerber@suse.de>
Wed, 1 May 2013 11:06:06 +0000 (13:06 +0200)
commitf0513d2c0156799e0c75a108ab9a049eea4f9607
treea69f68cf77c2456110775fc132b71d0f5e19a870
parentc72bf468259935a80ea185f2cbe807c3da9c1bbd
target-i386: Introduce ICC bus/device/bridge

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>
MAINTAINERS
default-configs/i386-softmmu.mak
default-configs/x86_64-softmmu.mak
hw/cpu/Makefile.objs
hw/cpu/icc_bus.c [new file with mode: 0644]
hw/i386/pc_piix.c
hw/i386/pc_q35.c
include/hw/cpu/icc_bus.h [new file with mode: 0644]