Message ID | 1567588284-975381-1-git-send-email-andrey.shinkevich@virtuozzo.com (mailing list archive) |
---|---|
Headers | show |
Series | Allow Valgrind checking all QEMU processes | expand |
Am 04.09.2019 um 11:11 hat Andrey Shinkevich geschrieben: > In the current implementation of the QEMU bash iotests, only qemu-io > processes may be run under the Valgrind with the switch '-valgrind'. > Let's allow the common.rc bash script running all other QEMU processes, > such as qemu-kvm, qemu-img, qemu-ndb and qemu-vxhs, under the Valgrind. > > v8: > 01: Fix for the optimization made in v7 where the iotests 039 and 051 > did not pass being run under the Valgrind. NO_VALGRIND variable > has been introduced to complete the optimization logic (patch 2/6). Thanks, applied to the block branch. Kevin
On 04/09/2019 16:44, Kevin Wolf wrote: > Am 04.09.2019 um 11:11 hat Andrey Shinkevich geschrieben: >> In the current implementation of the QEMU bash iotests, only qemu-io >> processes may be run under the Valgrind with the switch '-valgrind'. >> Let's allow the common.rc bash script running all other QEMU processes, >> such as qemu-kvm, qemu-img, qemu-ndb and qemu-vxhs, under the Valgrind. >> >> v8: >> 01: Fix for the optimization made in v7 where the iotests 039 and 051 >> did not pass being run under the Valgrind. NO_VALGRIND variable >> has been introduced to complete the optimization logic (patch 2/6). > > Thanks, applied to the block branch. > > Kevin > Thank you too, Kevin. Andrey