qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

qemu-iotests: Speed up make check-block

Using /tmp, which is usually mounted as tmpfs, the quick group can be
quicker.

On my laptop (Lenovo T430s with Fedora 20), this reduces the time from
50s to 30s.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

authored by

Fam Zheng and committed by
Stefan Hajnoczi
b8aff7d6 709e5775

+2 -1
+1 -1
tests/qemu-iotests-quick.sh
··· 3 3 cd tests/qemu-iotests 4 4 5 5 ret=0 6 - ./check -T -qcow2 -g quick || ret=1 6 + TEST_DIR=${TEST_DIR:-/tmp/qemu-iotests-quick-$$} ./check -T -qcow2 -g quick || ret=1 7 7 8 8 exit $ret
+1
tests/qemu-iotests/check
··· 238 238 IMGFMT -- $FULL_IMGFMT_DETAILS 239 239 IMGPROTO -- $FULL_IMGPROTO_DETAILS 240 240 PLATFORM -- $FULL_HOST_DETAILS 241 + TEST_DIR -- $TEST_DIR 241 242 SOCKET_SCM_HELPER -- $SOCKET_SCM_HELPER 242 243 243 244 EOF