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

docker: enable gcrypt to extend code coverage on amd64

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

authored by

Philippe Mathieu-Daudé and committed by
Alex Bennée
6f8bbb37 0cf01f5b

+3
+3
tests/docker/dockerfiles/debian-amd64.docker
··· 34 34 RUN git clone https://github.com/luigirizzo/netmap.git /usr/src/netmap 35 35 RUN cd /usr/src/netmap/LINUX && ./configure --no-drivers --no-apps --kernel-dir=$(ls -d /usr/src/linux-headers-*-amd64) && make install 36 36 ENV QEMU_CONFIGURE_OPTS --enable-netmap 37 + 38 + # gcrypt 39 + ENV QEMU_CONFIGURE_OPTS $QEMU_CONFIGURE_OPTS --enable-gcrypt