qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] migration: Add support for mapped-ram with snapshots
@ 2025-10-01 16:18 Marco Cavenati
  2025-10-01 16:18 ` [PATCH 1/3] migration: add FEATURE_SEEKABLE to QIOChannelBlock Marco Cavenati
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Marco Cavenati @ 2025-10-01 16:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: peterx, farosas, ppandit, berrange, Marco Cavenati

Hello,

Add support for mapped-ram capability in combination with savevm/loadvm
snapshots.
Explicitly zero out memory pages since they are not guaranteed to be zero
(as they are for migration).
Add the flag and plumbings to QIOChannelBlock to support non-sequential
operations.

Part of this series was already submitted here https://lore.kernel.org/all/20250327141451.163744-3-Marco.Cavenati@eurecom.fr/
Thanks for all the feedbacks and guidance received there.


Marco Cavenati (3):
  migration: add FEATURE_SEEKABLE to QIOChannelBlock
  migration/ram: fix docs of ram_handle_zero
  migration: mapped-ram: handle zero pages

 migration/channel-block.c | 48 +++++++++++++++++++++++++++++++++
 migration/ram.c           | 57 +++++++++++++++++++++++++++++++++++++--
 2 files changed, 103 insertions(+), 2 deletions(-)

-- 
2.48.1



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

end of thread, other threads:[~2025-10-08  9:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-01 16:18 [PATCH 0/3] migration: Add support for mapped-ram with snapshots Marco Cavenati
2025-10-01 16:18 ` [PATCH 1/3] migration: add FEATURE_SEEKABLE to QIOChannelBlock Marco Cavenati
2025-10-02 14:45   ` Juraj Marcin
2025-10-03  9:47     ` Marco Cavenati
2025-10-01 16:18 ` [PATCH 2/3] migration/ram: fix docs of ram_handle_zero Marco Cavenati
2025-10-02 14:48   ` Juraj Marcin
2025-10-01 16:18 ` [PATCH 3/3] migration: mapped-ram: handle zero pages Marco Cavenati
2025-10-02  8:49   ` Marco Cavenati
2025-10-07 21:11     ` Peter Xu
2025-10-08  9:36       ` Marco Cavenati

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).