Re: [Qemu-devel] [PATCH 36/38] ram: split function that synchronizes a range

2013-12-19 Thread Orit Wasserman
On 12/17/2013 05:26 PM, Juan Quintela wrote: This function is the only bit where we care about speed. Signed-off-by: Juan Quintela --- arch_init.c | 34 -- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/arch_init.c b/arch_init.c index 0e8c8b5.

[Qemu-devel] [PATCH 36/38] ram: split function that synchronizes a range

2013-12-17 Thread Juan Quintela
This function is the only bit where we care about speed. Signed-off-by: Juan Quintela --- arch_init.c | 34 -- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/arch_init.c b/arch_init.c index 0e8c8b5..2cd3d00 100644 --- a/arch_init.c +++ b/arch_init