mbox series

[0/2] migration: Simplify handling of zero pages

Message ID 20231019085259.13307-1-quintela@redhat.com
Headers show
Series migration: Simplify handling of zero pages | expand

Message

Juan Quintela Oct. 19, 2023, 8:52 a.m. UTC
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(-)

Comments

Peter Xu Oct. 23, 2023, 3:03 p.m. UTC | #1
On Thu, Oct 19, 2023 at 10:52:57AM +0200, Juan Quintela wrote:
> Hi
> 
> It has been more than a decade since we optimized pages filled of
> anything except zeros.  Remove the reception support.
> 
> Review please.

Reviewed-by: Peter Xu <peterx@redhat.com>