Re: [Qemu-devel] [PATCH for-2.10 5/8] ppc/pnv: map the ICP memory regions

2017-03-14 Thread Cédric Le Goater
On 03/14/2017 06:52 AM, David Gibson wrote: > On Wed, Mar 08, 2017 at 11:52:48AM +0100, Cédric Le Goater wrote: >> and populate the device tree accordingly for the guest to start using >> interrupts. This also links the ICP object to its associated CPUState >> (only used by KVM to control the kerne

Re: [Qemu-devel] [PATCH for-2.10 5/8] ppc/pnv: map the ICP memory regions

2017-03-13 Thread David Gibson
On Wed, Mar 08, 2017 at 11:52:48AM +0100, Cédric Le Goater wrote: > and populate the device tree accordingly for the guest to start using > interrupts. This also links the ICP object to its associated CPUState > (only used by KVM to control the kernel vCPU). > > Signed-off-by: Cédric Le Goater >

[Qemu-devel] [PATCH for-2.10 5/8] ppc/pnv: map the ICP memory regions

2017-03-08 Thread Cédric Le Goater
and populate the device tree accordingly for the guest to start using interrupts. This also links the ICP object to its associated CPUState (only used by KVM to control the kernel vCPU). Signed-off-by: Cédric Le Goater --- hw/ppc/pnv.c | 55 ++