Re: [PATCH 00/23] Migration: Transmit and detect zero pages in the multifd threads

2021-11-24 Thread Juan Quintela
Juan Quintela wrote: > Hi Nack myself. For some reasons my mail server decided to only sent part of the series. Sorry, Juan. > > Since Friday version: > - More cleanups on the code > - Remove repeated calls to qemu_target_page_size() > - Establish normal pages and zero pages > - detect zero p

[PATCH 00/23] Migration: Transmit and detect zero pages in the multifd threads

2021-11-23 Thread Juan Quintela
Hi Since Friday version: - More cleanups on the code - Remove repeated calls to qemu_target_page_size() - Establish normal pages and zero pages - detect zero pages on the multifd threads - send zero pages through the multifd channels. - reviews by Richard addressed. It pases migration-test, so it