All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] hw/ppc: Snapshot support for several ppc devices
@ 2025-12-16 15:13 Caleb Schlossin
  2025-12-16 15:13 ` [PATCH v3 1/7] hw/ppc: Add VMSTATE information for LPC model Caleb Schlossin
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Caleb Schlossin @ 2025-12-16 15:13 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-ppc, npiggin, adityag, milesg, alistair, kowal, chalapathi.v,
	calebs, angeloj

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

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



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2026-01-05 16:05 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-16 15:13 [PATCH v3 0/7] hw/ppc: Snapshot support for several ppc devices Caleb Schlossin
2025-12-16 15:13 ` [PATCH v3 1/7] hw/ppc: Add VMSTATE information for LPC model Caleb Schlossin
2025-12-16 16:50   ` Mike Kowal
2025-12-16 15:13 ` [PATCH v3 2/7] hw/ppc: Add pnv_spi vmstate support Caleb Schlossin
2025-12-16 16:51   ` Mike Kowal
2025-12-16 15:13 ` [PATCH v3 3/7] hw/ppc: Add pnv_i2c " Caleb Schlossin
2025-12-16 16:52   ` Mike Kowal
2025-12-16 15:13 ` [PATCH v3 4/7] hw/ppc: pnv_adu.c added " Caleb Schlossin
2025-12-16 16:53   ` Mike Kowal
2025-12-16 15:13 ` [PATCH v3 5/7] hw/ppc: pnv_core.c add " Caleb Schlossin
2025-12-16 16:20   ` Miles Glenn
2025-12-16 17:04   ` Mike Kowal
2025-12-16 15:13 ` [PATCH v3 6/7] hw/ppc: pnv_chiptod.c " Caleb Schlossin
2025-12-16 17:08   ` Mike Kowal
2025-12-16 15:13 ` [PATCH v3 7/7] hw/ppc: Add VMSTATE information to PnvPsi Caleb Schlossin
2025-12-16 16:24   ` Miles Glenn
2025-12-16 16:49     ` Mike Kowal
2025-12-16 17:08 ` [PATCH v3 0/7] hw/ppc: Snapshot support for several ppc devices Aditya Gupta
2025-12-22 11:01 ` Chalapathi V
2026-01-05  9:21   ` Harsh Prateek Bora
2026-01-05 15:54     ` Caleb Schlossin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.