Re: [Qemu-devel] [PATCH v3 3/6] tests: Add migration precopy test

2017-12-26 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Signed-off-by: Juan Quintela > > OK, although you seem to have chosen a bandwidth 10x what I use > in the postcopy test but for the same reason. I tried to make it as fast as possible while making sure that we wait

Re: [Qemu-devel] [PATCH v3 3/6] tests: Add migration precopy test

2017-12-08 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Signed-off-by: Juan Quintela OK, although you seem to have chosen a bandwidth 10x what I use in the postcopy test but for the same reason. Reviewed-by: Dr. David Alan Gilbert > --- > tests/migration-test.c | 44 ++

[Qemu-devel] [PATCH v3 3/6] tests: Add migration precopy test

2017-12-01 Thread Juan Quintela
Signed-off-by: Juan Quintela --- tests/migration-test.c | 44 ++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/tests/migration-test.c b/tests/migration-test.c index 51f49c74e9..3f3f056be6 100644 --- a/tests/migration-test.c +++ b/tests/mi