cpu/apic: drop icc bus/bridge
After CPU hotplug has been converted to BUS-less hot-plug infrastructure, the only function ICC bus performs is to propagate reset to LAPICs. However LAPIC could be reset by registering its reset handler after all device are initialized. Do so and drop ~30LOC of not needed anymore ICCBus related code. Signed-off-by:Chen Fan <chen.fan.fnst@cn.fujitsu.com> Signed-off-by:
Zhu Guihua <zhugh.fnst@cn.fujitsu.com> Reviewed-by:
Igor Mammedov <imammedo@redhat.com> Signed-off-by:
Eduardo Habkost <ehabkost@redhat.com>
Showing
- hw/i386/pc.c 4 additions, 15 deletionshw/i386/pc.c
- hw/i386/pc_piix.c 1 addition, 8 deletionshw/i386/pc_piix.c
- hw/i386/pc_q35.c 1 addition, 8 deletionshw/i386/pc_q35.c
- hw/intc/apic_common.c 2 additions, 3 deletionshw/intc/apic_common.c
- include/hw/i386/apic_internal.h 4 additions, 3 deletionsinclude/hw/i386/apic_internal.h
- include/hw/i386/pc.h 1 addition, 1 deletioninclude/hw/i386/pc.h
- target-i386/cpu.c 1 addition, 8 deletionstarget-i386/cpu.c
Loading
Please register or sign in to comment