Re: [Qemu-devel] [PATCH 20/36] migration: Make all posible migration functions static
On 10/11/2011 05:00 AM, Juan Quintela wrote: I have to move two functions postions to avoid forward declarations Signed-off-by: Juan Quintela Reviewed-by: Anthony Liguori Regards, Anthony Liguori --- migration.c | 72 +- migrati
[Qemu-devel] [PATCH 20/36] migration: Make all posible migration functions static
I have to move two functions postions to avoid forward declarations Signed-off-by: Juan Quintela --- migration.c | 72 +- migration.h | 12 - 2 files changed, 36 insertions(+), 48 deletions(-) diff --git a/migration.c b/migrati