Re: [Qemu-devel] [PATCH 05/11] migration: Move constants to savevm.h

2017-06-12 Thread Laurent Vivier
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

2017-06-01 Thread Juan Quintela
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