[Qemu-devel] [PATCH 0/7] Allow Valgrind checking all QEMU processes

Andrey Shinkevich posted 7 patches 4 years, 11 months ago
Test s390x passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1560105348-459129-1-git-send-email-andrey.shinkevich@virtuozzo.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
There is a newer version of this series
tests/qemu-iotests/028        |  6 +++-
tests/qemu-iotests/039        |  5 ++++
tests/qemu-iotests/039.out    | 30 ++++----------------
tests/qemu-iotests/051        |  1 +
tests/qemu-iotests/061        |  2 ++
tests/qemu-iotests/061.out    | 12 ++------
tests/qemu-iotests/137        |  1 +
tests/qemu-iotests/137.out    |  6 +---
tests/qemu-iotests/183        |  9 +++++-
tests/qemu-iotests/192        |  6 +++-
tests/qemu-iotests/247        |  6 +++-
tests/qemu-iotests/common.nbd |  6 ++++
tests/qemu-iotests/common.rc  | 65 ++++++++++++++++++++++++++++++++-----------
13 files changed, 94 insertions(+), 61 deletions(-)
[Qemu-devel] [PATCH 0/7] Allow Valgrind checking all QEMU processes
Posted by Andrey Shinkevich 4 years, 11 months ago
In the current implementation of the QEMU bash iotests, only qemu-io
processes may be run under the Valgrind, which is a useful tool for
finding memory usage issues. Let's allow the common.rc bash script
runing all the QEMU processes, such as qemu-kvm, qemu-img, qemu-ndb
and qemu-vxhs, under the Valgrind tool.

Andrey Shinkevich (7):
  iotests: allow Valgrind checking all QEMU processes
  iotests: amendment for benchmark output of 039 061 137
  iotests: exclude killed processes from running under Valgrind
  iotests: Valgrind fails to work with nonexistent directory
  iotests: extended timeout under Valgrind
  iotests: extend sleeping time under Valgrind
  iotests: amend QEMU NBD process synchronization

 tests/qemu-iotests/028        |  6 +++-
 tests/qemu-iotests/039        |  5 ++++
 tests/qemu-iotests/039.out    | 30 ++++----------------
 tests/qemu-iotests/051        |  1 +
 tests/qemu-iotests/061        |  2 ++
 tests/qemu-iotests/061.out    | 12 ++------
 tests/qemu-iotests/137        |  1 +
 tests/qemu-iotests/137.out    |  6 +---
 tests/qemu-iotests/183        |  9 +++++-
 tests/qemu-iotests/192        |  6 +++-
 tests/qemu-iotests/247        |  6 +++-
 tests/qemu-iotests/common.nbd |  6 ++++
 tests/qemu-iotests/common.rc  | 65 ++++++++++++++++++++++++++++++++-----------
 13 files changed, 94 insertions(+), 61 deletions(-)

-- 
1.8.3.1