[Qemu-devel] [PATCH v6 13/19] migration: Really use multiple pages at a time

2017-08-08 Thread Juan Quintela
We now send several pages at a time each time that we wakeup a thread. Signed-off-by: Juan Quintela -- Use iovec's instead of creating the equivalent. Clear memory used by pages (dave) Use g_new0(danp) define MULTIFD_CONTINUE --- migration/ram.c | 57 +++

[Qemu-devel] [PATCH v6 13/19] migration: Really use multiple pages at a time

2017-08-08 Thread Juan Quintela
We now send several pages at a time each time that we wakeup a thread. Signed-off-by: Juan Quintela -- Use iovec's instead of creating the equivalent. Clear memory used by pages (dave) Use g_new0(danp) define MULTIFD_CONTINUE --- migration/ram.c | 57 +++