qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] migration: Simplify handling of zero pages
@ 2023-10-19  8:52 Juan Quintela
  2023-10-19  8:52 ` [PATCH 1/2] migration: Receiving a zero page non zero is an error Juan Quintela
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Juan Quintela @ 2023-10-19  8:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Li Zhijian, Juan Quintela, Leonardo Bras, Fabiano Rosas, Peter Xu

Hi

It has been more than a decade since we optimized pages filled of
anything except zeros.  Remove the reception support.

Review please.

Later, Juan.

Juan Quintela (2):
  migration: Receiving a zero page non zero is an error
  migration: Rename ram_handle_compressed() to ram_handle_zero()

 migration/ram.h  |  2 +-
 migration/ram.c  | 25 ++++++++++++++++---------
 migration/rdma.c |  8 ++++++--
 3 files changed, 23 insertions(+), 12 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2023-10-23 15:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-19  8:52 [PATCH 0/2] migration: Simplify handling of zero pages Juan Quintela
2023-10-19  8:52 ` [PATCH 1/2] migration: Receiving a zero page non zero is an error Juan Quintela
2023-10-19 21:22   ` Fabiano Rosas
2023-10-19  8:52 ` [PATCH 2/2] migration: Rename ram_handle_compressed() to ram_handle_zero() Juan Quintela
2023-10-19 21:23   ` Fabiano Rosas
2023-10-23 15:03 ` [PATCH 0/2] migration: Simplify handling of zero pages Peter Xu

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).