X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/8a7ce4f9338c475df1afc12502af704e4300a3e0..2807c0cd439321dbac118b895cdd2b595f14bf4b:/tests/test-throttle.c diff --git a/tests/test-throttle.c b/tests/test-throttle.c index 5846433c9f..bd7c501b2e 100644 --- a/tests/test-throttle.c +++ b/tests/test-throttle.c @@ -593,7 +593,7 @@ static void test_groups(void) BlockBackend *blk1, *blk2, *blk3; BlockBackendPublic *blkp1, *blkp2, *blkp3; - /* FIXME Use real permissions */ + /* No actual I/O is performed on these devices */ blk1 = blk_new(0, BLK_PERM_ALL); blk2 = blk_new(0, BLK_PERM_ALL); blk3 = blk_new(0, BLK_PERM_ALL);