Re: [Qemu-devel] [PATCH v8 10/12] spapr: enable XIVE MMIOs at reset

2018-12-16 Thread David Gibson
On Tue, Dec 11, 2018 at 11:38:21PM +0100, Cédric Le Goater wrote: > Depending on the interrupt mode of the machine, enable or disable the > XIVE MMIOs. > > Signed-off-by: Cédric Le Goater > --- > > Changes since v7: > > - renamed spapr_xive_enable_mmio() to spapr_xive_mmio_set_enabled() > >

[Qemu-devel] [PATCH v8 10/12] spapr: enable XIVE MMIOs at reset

2018-12-11 Thread Cédric Le Goater
Depending on the interrupt mode of the machine, enable or disable the XIVE MMIOs. Signed-off-by: Cédric Le Goater --- Changes since v7: - renamed spapr_xive_enable_mmio() to spapr_xive_mmio_set_enabled() include/hw/ppc/spapr_xive.h | 1 + hw/intc/spapr_xive.c| 9 + hw/ppc/sp