Re: [Qemu-devel] [PATCH V3] Introduce a new bus "ICC" to connect APIC

2011-11-08 Thread Jan Kiszka
On 2011-11-08 02:44, liu ping fan wrote: > On Sun, Nov 06, 2011 at 07:06:29PM +0100, Jan Kiszka wrote: >> On 2011-11-03 10:30, pingf...@linux.vnet.ibm.com wrote: >>> From: Liu Ping Fan >>> >>> Introduce a new structure CPUS as the controller of ICC (INTERRUPT >>> CONTROLLER COMMUNICATIONS), and ne

Re: [Qemu-devel] [PATCH V3] Introduce a new bus "ICC" to connect APIC

2011-11-07 Thread liu ping fan
On Sun, Nov 06, 2011 at 07:06:29PM +0100, Jan Kiszka wrote: > On 2011-11-03 10:30, pingf...@linux.vnet.ibm.com wrote: > > From: Liu Ping Fan > > > > Introduce a new structure CPUS as the controller of ICC (INTERRUPT > > CONTROLLER COMMUNICATIONS), and new bus "ICC" to hold APIC,instead > > of sys

Re: [Qemu-devel] [PATCH V3] Introduce a new bus "ICC" to connect APIC

2011-11-06 Thread Jan Kiszka
On 2011-11-03 10:30, pingf...@linux.vnet.ibm.com wrote: > From: Liu Ping Fan > > Introduce a new structure CPUS as the controller of ICC (INTERRUPT > CONTROLLER COMMUNICATIONS), and new bus "ICC" to hold APIC,instead > of sysbus. So we can support APIC hot-plug feature. > > Signed-off-by: liu pi

[Qemu-devel] [PATCH V3] Introduce a new bus "ICC" to connect APIC

2011-11-03 Thread pingfank
From: Liu Ping Fan Introduce a new structure CPUS as the controller of ICC (INTERRUPT CONTROLLER COMMUNICATIONS), and new bus "ICC" to hold APIC,instead of sysbus. So we can support APIC hot-plug feature. Signed-off-by: liu ping fan --- Makefile.target |1 + hw/apic.c | 24