Re: [Qemu-devel] [PATCH 05/11] migration: Move constants to savevm.h
On 01/06/2017 23:29, Juan Quintela wrote: > Signed-off-by: Juan Quintela Reviewed-by: Laurent Vivier > --- > include/migration/migration.h | 15 --- > migration/savevm.h| 15 +++ > migration/vmstate.c | 1 + > tests/test-vmstate.c | 1 +
[Qemu-devel] [PATCH 05/11] migration: Move constants to savevm.h
Signed-off-by: Juan Quintela --- include/migration/migration.h | 15 --- migration/savevm.h| 15 +++ migration/vmstate.c | 1 + tests/test-vmstate.c | 1 + 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/include/migration/m