Re: [Qemu-devel] [v4 07/13] migration: Split the function ram_save_page

2015-02-06 Thread Dr. David Alan Gilbert
* Liang Li (liang.z...@intel.com) wrote: > Split the function ram_save_page for code reuse purpose. That's better, but I still think there is an XBZRLE problem; see below. > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > --- > arch_init.c | 102 > +--

[Qemu-devel] [v4 07/13] migration: Split the function ram_save_page

2015-02-02 Thread Liang Li
Split the function ram_save_page for code reuse purpose. Signed-off-by: Liang Li Signed-off-by: Yang Zhang --- arch_init.c | 102 +--- 1 file changed, 56 insertions(+), 46 deletions(-) diff --git a/arch_init.c b/arch_init.c index 500f299.