[Qemu-devel] [PATCH 0/2] commit: Fix crash on job start with active I/O

Kevin Wolf posted 2 patches 4 years, 12 months ago
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190521191638.32713-1-kwolf@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
block.c                       |  7 +--
tests/qemu-iotests/255        | 83 +++++++++++++++++++++++++++++++++++
tests/qemu-iotests/255.out    | 16 +++++++
tests/qemu-iotests/group      |  1 +
tests/qemu-iotests/iotests.py | 10 ++++-
5 files changed, 113 insertions(+), 4 deletions(-)
create mode 100755 tests/qemu-iotests/255
create mode 100644 tests/qemu-iotests/255.out
[Qemu-devel] [PATCH 0/2] commit: Fix crash on job start with active I/O
Posted by Kevin Wolf 4 years, 12 months ago
Kevin Wolf (2):
  block: Drain source node in bdrv_replace_node()
  iotests: Test commit job start with concurrent I/O

 block.c                       |  7 +--
 tests/qemu-iotests/255        | 83 +++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/255.out    | 16 +++++++
 tests/qemu-iotests/group      |  1 +
 tests/qemu-iotests/iotests.py | 10 ++++-
 5 files changed, 113 insertions(+), 4 deletions(-)
 create mode 100755 tests/qemu-iotests/255
 create mode 100644 tests/qemu-iotests/255.out

-- 
2.20.1