Re: [Qemu-devel] [PATCH for-3.0 8/9] tests: add postcopy recovery test

2018-07-05 Thread Juan Quintela
Peter Xu wrote: > Test the postcopy recovery procedure by emulating a network failure > using migrate-pause command. > > Signed-off-by: Peter Xu Reviewed-by: Juan Quintela

Re: [Qemu-devel] [PATCH for-3.0 8/9] tests: add postcopy recovery test

2018-07-05 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > Test the postcopy recovery procedure by emulating a network failure > using migrate-pause command. > > Signed-off-by: Peter Xu OK, that's nice. Reviewed-by: Dr. David Alan Gilbert > --- > tests/migration-test.c | 71 +++

[Qemu-devel] [PATCH for-3.0 8/9] tests: add postcopy recovery test

2018-07-04 Thread Peter Xu
Test the postcopy recovery procedure by emulating a network failure using migrate-pause command. Signed-off-by: Peter Xu --- tests/migration-test.c | 71 ++ 1 file changed, 71 insertions(+) diff --git a/tests/migration-test.c b/tests/migration-test.c inde