qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

Revert "tests/migration: Reduce autoconverge initial bandwidth"

This reverts commit 6d1da867e65f ("tests/migration: Reduce autoconverge initial bandwidth")
since that change makes unit tests much slower for all developers, while it's not
a robust way to fix migration tests. Migration tests need to find
a more robust way to discover a reasonable bandwidth without slowing
things down for everyone.

Fixes: 6d1da867e65f ("tests/migration: Reduce autoconverge initial bandwidth")
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>

+1 -1
+1 -1
tests/qtest/migration-test.c
··· 1211 1211 * without throttling. 1212 1212 */ 1213 1213 migrate_set_parameter_int(from, "downtime-limit", 1); 1214 - migrate_set_parameter_int(from, "max-bandwidth", 1000000); /* ~1Mb/s */ 1214 + migrate_set_parameter_int(from, "max-bandwidth", 100000000); /* ~100Mb/s */ 1215 1215 1216 1216 /* To check remaining size after precopy */ 1217 1217 migrate_set_capability(from, "pause-before-switchover", true);