On 25/12/16 09:13AM, Caleb Schlossin wrote: > Addressing comments from V2 review: > > Updates in V3: > - pnv_psi: Remove PSI_DEBUG section as it was not used > - pnv_psi: Add missing post_load and vmstate info
Looks good to me now. Thanks for introducing this functionality in pnv devices. For the series: Reviewed-by: Aditya Gupta <[email protected]> Thanks, - Aditya G > > Updates in V2: > - Added new patch set for PnvPsi support as it fits with the rest > - Added vmstate support for Power8 and Power9 for LPC > - Fixed pnv_core.c commit message > > Tested: > passed make check > > Thanks, > Caleb > > Michael Kowal (2): > hw/ppc: Add VMSTATE information for LPC model > hw/ppc: Add VMSTATE information to PnvPsi > > Caleb Schlossin (2): > hw/ppc: Add pnv_spi vmstate support > hw/ppc: Add pnv_i2c vmstate support > > Angelo Jaramillo (3): > hw/ppc: pnv_adu.c added vmstate support > hw/ppc: pnv_core.c add vmstate support > hw/ppc: pnv_chiptod.c add vmstate support > > hw/ppc/pnv_adu.c | 12 +++++++++++ > hw/ppc/pnv_chiptod.c | 38 +++++++++++++++++++++++++++++++++ > hw/ppc/pnv_core.c | 22 +++++++++++++++++++ > hw/ppc/pnv_i2c.c | 11 ++++++++++ > hw/ppc/pnv_lpc.c | 41 ++++++++++++++++++++++++++++++++++++ > hw/ppc/pnv_psi.c | 36 +++++++++++++++++++++++++++++-- > hw/ssi/pnv_spi.c | 27 ++++++++++++++++++++++++ > include/hw/ppc/pnv_chiptod.h | 2 ++ > 8 files changed, 187 insertions(+), 2 deletions(-) > > -- > 2.47.3 >
