Re: [Qemu-devel] [PATCH v2 08/10] tests: Add precopy test using deprecated commands

2017-10-29 Thread Peter Xu
On Thu, Oct 26, 2017 at 09:52:20AM +0200, Juan Quintela wrote: > Once there, make postcopy test to use the new commands now that we > have other test for deprecated ones > > Signed-off-by: Juan Quintela > --- > tests/migration-test.c | 48 ++-- > 1 fil

[Qemu-devel] [PATCH v2 08/10] tests: Add precopy test using deprecated commands

2017-10-26 Thread Juan Quintela
Once there, make postcopy test to use the new commands now that we have other test for deprecated ones Signed-off-by: Juan Quintela --- tests/migration-test.c | 48 ++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/tests/migration-tes