Re: [Qemu-devel] [PATCH] migration: reduce the count of strlen call
Liang Li wrote: > 'strlen' is called three times in 'save_page_header', it's > inefficient. > > Signed-off-by: Liang Li Reviewed-by: Juan Quintela Applied > --- > migration/ram.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/migration/ram.c b/migration/ra
Re: [Qemu-devel] [PATCH] migration: reduce the count of strlen call
On (Mon) 13 Jul 2015 [17:34:10], Liang Li wrote: > 'strlen' is called three times in 'save_page_header', it's > inefficient. > > Signed-off-by: Liang Li Reviewed-by: Amit Shah Amit