Re: [Qemu-devel] [PATCH 4/6] tests: Add migration xbzrle test

2017-10-19 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> Signed-off-by: Juan Quintela > > > +static void test_xbzrle(const char *uri) > >> +{ > >> +QTestState *from, *to; > >> + > >> +test_migrate_start(&from, &t

Re: [Qemu-devel] [PATCH 4/6] tests: Add migration xbzrle test

2017-10-18 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Signed-off-by: Juan Quintela > +static void test_xbzrle(const char *uri) >> +{ >> +QTestState *from, *to; >> + >> +test_migrate_start(&from, &to, uri); >> + >> +/* We want to pick a speed slow enough th

Re: [Qemu-devel] [PATCH 4/6] tests: Add migration xbzrle test

2017-10-16 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Signed-off-by: Juan Quintela > --- > tests/migration-test.c | 80 > ++ > 1 file changed, 80 insertions(+) > > diff --git a/tests/migration-test.c b/tests/migration-test.c > index 8549e4c2c6..f0734e4ba

[Qemu-devel] [PATCH 4/6] tests: Add migration xbzrle test

2017-10-04 Thread Juan Quintela
Signed-off-by: Juan Quintela --- tests/migration-test.c | 80 ++ 1 file changed, 80 insertions(+) diff --git a/tests/migration-test.c b/tests/migration-test.c index 8549e4c2c6..f0734e4ba0 100644 --- a/tests/migration-test.c +++ b/tests/migration-te