Re: [Qemu-devel] [PATCH v8 3/8] tests: Add migration xbzrle test

2018-05-08 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 > >> Reviewed-by: Peter Xu > > >> + > >> +migrate_set_parameter(from, "xbzrle-cache-size", "33554432"); > > > > I still worry abo

Re: [Qemu-devel] [PATCH v8 3/8] tests: Add migration xbzrle test

2018-05-08 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Signed-off-by: Juan Quintela >> Reviewed-by: Peter Xu >> + >> +migrate_set_parameter(from, "xbzrle-cache-size", "33554432"); > > I still worry about the cache size relative to the size of memory we're > actual

Re: [Qemu-devel] [PATCH v8 3/8] tests: Add migration xbzrle test

2018-05-03 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Signed-off-by: Juan Quintela > Reviewed-by: Peter Xu > --- > tests/migration-test.c | 64 ++ > 1 file changed, 64 insertions(+) > > diff --git a/tests/migration-test.c b/tests/migration-test.c > index 834cdf5

[Qemu-devel] [PATCH v8 3/8] tests: Add migration xbzrle test

2018-04-25 Thread Juan Quintela
Signed-off-by: Juan Quintela Reviewed-by: Peter Xu --- tests/migration-test.c | 64 ++ 1 file changed, 64 insertions(+) diff --git a/tests/migration-test.c b/tests/migration-test.c index 834cdf50f2..fd885ba909 100644 --- a/tests/migration-test.c +++ b/tes