Re: [Qemu-devel] [PATCH v2 04/15] ppc/pnv: add a LPC Controller class model

2019-03-07 Thread David Gibson
On Thu, Mar 07, 2019 at 11:35:37PM +0100, Cédric Le Goater wrote: > It will ease the introduction of the LPC Controller model for POWER9. > > Signed-off-by: Cédric Le Goater > Reviewed-by: David Gibson Applied, thanks. > --- > include/hw/ppc/pnv_lpc.h | 15 +++ > hw/ppc/pnv.c

[Qemu-devel] [PATCH v2 04/15] ppc/pnv: add a LPC Controller class model

2019-03-07 Thread Cédric Le Goater
It will ease the introduction of the LPC Controller model for POWER9. Signed-off-by: Cédric Le Goater Reviewed-by: David Gibson --- include/hw/ppc/pnv_lpc.h | 15 +++ hw/ppc/pnv.c | 2 +- hw/ppc/pnv_lpc.c | 85 3 files changed, 7