Re: [Qemu-devel] [PATCH 11/17] add argument ram_addr_t to hook_ram_load

2013-12-26 Thread Michael R. Hines
On 12/02/2013 05:19 PM, Lei Li wrote: Adds argument ram_addr_t to hook_ram_load, and replaces QEMURamHookFunc with QEMURamLoadHookFunc for it. With this new argument, it will allow cut almost half of the data transferred on the Unix socket using by page flipping migraton. Signed-off-by: Lei Li

[Qemu-devel] [PATCH 11/17] add argument ram_addr_t to hook_ram_load

2013-12-02 Thread Lei Li
Adds argument ram_addr_t to hook_ram_load, and replaces QEMURamHookFunc with QEMURamLoadHookFunc for it. With this new argument, it will allow cut almost half of the data transferred on the Unix socket using by page flipping migraton. Signed-off-by: Lei Li --- arch_init.c |

[Qemu-devel] [PATCH 11/17] add argument ram_addr_t to hook_ram_load

2013-11-29 Thread Lei Li
Adds argument ram_addr_t to hook_ram_load, and replaces QEMURamHookFunc with QEMURamLoadHookFunc for it. With this new argument, it will allows cut almost half of the data transferred on the Unix socket using by page flipping migraton. Signed-off-by: Lei Li --- arch_init.c |