[PATCH 0/7] iotests: add -io_uring support

Stefan Hajnoczi posted 7 patches 9 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230725141915.386364-1-stefanha@redhat.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
block/blkio.c                    |  9 +++++++++
tests/qemu-iotests/012           |  2 +-
tests/qemu-iotests/033           |  1 +
tests/qemu-iotests/052           |  2 +-
tests/qemu-iotests/197           |  4 +++-
tests/qemu-iotests/197.out       |  2 +-
tests/qemu-iotests/215           |  4 +++-
tests/qemu-iotests/215.out       |  2 +-
tests/qemu-iotests/check         |  2 +-
tests/qemu-iotests/common.filter | 10 +++++++++-
tests/qemu-iotests/common.rc     | 12 +++++++++++-
11 files changed, 41 insertions(+), 9 deletions(-)
[PATCH 0/7] iotests: add -io_uring support
Posted by Stefan Hajnoczi 9 months, 3 weeks ago
Add support for block/blkio.c's "io_uring" block driver to qemu-iotests:

  $ (cd build && tests/qemu-iotests/check -io_uring)

I took a look at supporting ./check -qcow2 -io_uring, but there are many
failures related to test assumptions about image creation and QEMU command-line
syntax. Only support testing raw images for now.

Stefan Hajnoczi (7):
  block/blkio: add io_uring: filename parsing
  block/blkio: add "simple" creation support
  iotests: string substitution order in _filter_img_create_filenames
  iotests: filter img create backing_file when IMGPROTO is modified
  iotests: add -io_uring support
  iotests: add io_uring to supported protocols in 012
  iotests: add io_uring to supported protocols in 052

 block/blkio.c                    |  9 +++++++++
 tests/qemu-iotests/012           |  2 +-
 tests/qemu-iotests/033           |  1 +
 tests/qemu-iotests/052           |  2 +-
 tests/qemu-iotests/197           |  4 +++-
 tests/qemu-iotests/197.out       |  2 +-
 tests/qemu-iotests/215           |  4 +++-
 tests/qemu-iotests/215.out       |  2 +-
 tests/qemu-iotests/check         |  2 +-
 tests/qemu-iotests/common.filter | 10 +++++++++-
 tests/qemu-iotests/common.rc     | 12 +++++++++++-
 11 files changed, 41 insertions(+), 9 deletions(-)

-- 
2.41.0