Re: [Qemu-devel] [PATCH 2/6] ram_find_and_save_block: change calling convention

2015-02-24 Thread Amit Shah
On (Thu) 12 Feb 2015 [23:03:07], Juan Quintela wrote: Add a parameter to pass the number of bytes written, and make it return the number of pages written instead. Signed-off-by: Juan Quintela quint...@redhat.com --- arch_init.c | 44 ++-- 1 file

[Qemu-devel] [PATCH 2/6] ram_find_and_save_block: change calling convention

2015-02-12 Thread Juan Quintela
Add a parameter to pass the number of bytes written, and make it return the number of pages written instead. Signed-off-by: Juan Quintela quint...@redhat.com --- arch_init.c | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git