mirror of https://github.com/xemu-project/xemu.git
tests/qtest/migration-test.c: spelling fix: bandwith
Fixes: 17257b90be
"tests: Add migration dirty-limit capability test"
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
3a4e56015b
commit
8053feaae0
|
@ -3138,7 +3138,7 @@ static void test_migrate_dirty_limit(void)
|
|||
uint64_t throttle_us_per_full;
|
||||
/*
|
||||
* We want the test to be stable and as fast as possible.
|
||||
* E.g., with 1Gb/s bandwith migration may pass without dirty limit,
|
||||
* E.g., with 1Gb/s bandwidth migration may pass without dirty limit,
|
||||
* so we need to decrease a bandwidth.
|
||||
*/
|
||||
const int64_t dirtylimit_period = 1000, dirtylimit_value = 50;
|
||||
|
|
Loading…
Reference in New Issue