Re: [Qemu-devel] [PATCH v4 09/11] tests: Create migrate-start-postcopy command

2018-01-11 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > This way, it is like the rest of commands > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert > --- > tests/migration-test.c | 14 ++ > 1 file changed, 10 insertions(+), 4 deletions(-) > > diff --git a/tests/migratio

[Qemu-devel] [PATCH v4 09/11] tests: Create migrate-start-postcopy command

2018-01-05 Thread Juan Quintela
This way, it is like the rest of commands Signed-off-by: Juan Quintela --- tests/migration-test.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/tests/migration-test.c b/tests/migration-test.c index c25c9dd7b1..70b3c0870b 100644 --- a/tests/migration-test.c +