Re: [Qemu-devel] [PATCH 04/10] spapr/irq: Use the base ICP class for KVM

2019-02-17 Thread David Gibson
On Fri, Feb 15, 2019 at 12:40:06PM +0100, Greg Kurz wrote: > The base ICP class knows how to interact with KVM. Adapt sPAPR to use it > instead of the ICP KVM class. > > Signed-off-by: Greg Kurz Applied, thanks. > --- > hw/ppc/spapr_irq.c |4 +--- > include/hw/ppc/spapr.h |1 - > 2

Re: [Qemu-devel] [PATCH 04/10] spapr/irq: Use the base ICP class for KVM

2019-02-15 Thread Cédric Le Goater
On 2/15/19 12:40 PM, Greg Kurz wrote: > The base ICP class knows how to interact with KVM. Adapt sPAPR to use it > instead of the ICP KVM class. > > Signed-off-by: Greg Kurz ah. Good one ! Reviewed-by: Cédric Le Goater Thanks, C. > --- > hw/ppc/spapr_irq.c |4 +--- > include/hw/