Re: [Qemu-devel] [PATCH 5/6] save_block_hdr: we can recalculate the cont parameter here

2015-03-12 Thread Juan Quintela
Li, Liang Z liang.z...@intel.com wrote: -Original Message- From: Juan Quintela [mailto:quint...@redhat.com] Sent: Friday, February 13, 2015 6:03 AM To: qemu-devel@nongnu.org Cc: Li, Liang Z Subject: [PATCH 5/6] save_block_hdr: we can recalculate the cont parameter here No need to

[Qemu-devel] [PATCH 5/6] save_block_hdr: we can recalculate the cont parameter here

2015-02-12 Thread Juan Quintela
No need to pass it through all the callers. Once there, update last_sent_block here. Signed-off-by: Juan Quintela quint...@redhat.com --- arch_init.c | 47 --- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/arch_init.c b/arch_init.c