qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] remove icc bus/bridge
@ 2015-04-10  8:18 Chen Fan
  2015-04-10  8:18 ` [Qemu-devel] [PATCH v3 1/2] apic: move apic mmio register to each apic realizefn Chen Fan
  2015-04-10  8:18 ` [Qemu-devel] [PATCH v3 2/2] cpu/apic: drop icc bus/bridge/ Chen Fan
  0 siblings, 2 replies; 7+ messages in thread
From: Chen Fan @ 2015-04-10  8:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: guz.fnst, imammedo, zhugh.fnst, afaerber, isimatu.yasuaki

ICC Bus was used for providing a hotpluggable bus for APIC and CPU,
but new we use HotplugHandler to make hotplug. so ICC Bus is
unnecessary.

this codes has passed the new pc-cpu-test.
and I have tested with kvm along with kernel_irqchip=on/off,
It works fine.

v2-v3:
  1. replace init apic by object_new()
  2. add reset apic at the time of CPU reset

Chen Fan (2):
  apic: move apic mmio register to each apic realizefn
  cpu/apic: drop icc bus/bridge/

 default-configs/i386-softmmu.mak   |   1 -
 default-configs/x86_64-softmmu.mak |   1 -
 hw/cpu/Makefile.objs               |   2 -
 hw/cpu/icc_bus.c                   | 118 -------------------------------------
 hw/i386/pc.c                       |  26 ++------
 hw/i386/pc_piix.c                  |   9 +--
 hw/i386/pc_q35.c                   |   9 +--
 hw/intc/apic.c                     |   6 +-
 hw/intc/apic_common.c              |  16 +++--
 include/hw/cpu/icc_bus.h           |  82 --------------------------
 include/hw/i386/apic_internal.h    |   5 +-
 include/hw/i386/pc.h               |   2 +-
 target-i386/cpu.c                  |  13 ++--
 13 files changed, 29 insertions(+), 261 deletions(-)
 delete mode 100644 hw/cpu/icc_bus.c
 delete mode 100644 include/hw/cpu/icc_bus.h

-- 
1.9.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-04-14 13:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-10  8:18 [Qemu-devel] [PATCH v3 0/2] remove icc bus/bridge Chen Fan
2015-04-10  8:18 ` [Qemu-devel] [PATCH v3 1/2] apic: move apic mmio register to each apic realizefn Chen Fan
2015-04-14 12:41   ` Igor Mammedov
2015-04-14 12:47     ` Andreas Färber
2015-04-10  8:18 ` [Qemu-devel] [PATCH v3 2/2] cpu/apic: drop icc bus/bridge/ Chen Fan
2015-04-14 13:27   ` Igor Mammedov
2015-04-14 13:41     ` Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).