Re: [Qemu-devel] [PATCH v2 06/10] tests: Add migration precopy test

2017-10-29 Thread Peter Xu
On Thu, Oct 26, 2017 at 09:52:18AM +0200, Juan Quintela wrote: > Signed-off-by: Juan Quintela I am not sure whether some numbers below are the best, but I believe it should pass your smoke test at least, and I really want to have some migration unit tests there in master sonner or later (even, I

[Qemu-devel] [PATCH v2 06/10] tests: Add migration precopy test

2017-10-26 Thread Juan Quintela
Signed-off-by: Juan Quintela --- tests/migration-test.c | 68 -- 1 file changed, 66 insertions(+), 2 deletions(-) diff --git a/tests/migration-test.c b/tests/migration-test.c index be598d3257..a8718770c9 100644 --- a/tests/migration-test.c +++ b/te