]> git.proxmox.com Git - mirror_qemu.git/commit
tests: Set read-zeroes on for null-co driver
authorAndrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Mon, 29 Jul 2019 12:46:00 +0000 (15:46 +0300)
committerThomas Huth <thuth@redhat.com>
Thu, 15 Aug 2019 17:23:59 +0000 (19:23 +0200)
commitca1ef1e62e581f61c40f8be49d222007739691c4
treea44dd28fac7c1cbdd918227bac161b408983dd74
parent375eae1c716bd55936d65ad545ae2ea0c9909b91
tests: Set read-zeroes on for null-co driver

This patch is to reduce the number of Valgrind report messages about
using uninitialized memory with the null-co driver. It helps to filter
real memory issues and is the same work done for the iotests with the
commit ID a6862418fec4072.

Suggested-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Message-Id: <1564404360-733987-1-git-send-email-andrey.shinkevich@virtuozzo.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
12 files changed:
tests/drive_del-test.c
tests/libqos/virtio-scsi.c
tests/megasas-test.c
tests/nvme-test.c
tests/qmp-test.c
tests/test-blockjob-txn.c
tests/test-blockjob.c
tests/usb-hcd-uhci-test.c
tests/usb-hcd-xhci-test.c
tests/virtio-blk-test.c
tests/virtio-ccw-test.c
tests/virtio-scsi-test.c