On Tue, Nov 05, 2019 at 07:11:05PM +0300, Denis Plotnikov wrote: > It tests proper queue size settings for all available machine types. > > Signed-off-by: Denis Plotnikov > --- > tests/qemu-iotests/267 | 154 +++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/267.out | 1 + > tests/qemu-iotests/group | 1 + > 3 files changed, 156 insertions(+) > create mode 100755 tests/qemu-iotests/267 > create mode 100644 tests/qemu-iotests/267.out The qemu-iotests maintainers might prefer for this to be at the top-level in tests/ since it's not really an iotest, but the code itself looks fine to me: Reviewed-by: Stefan Hajnoczi