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

docker: remove packages now dependent of qemu in Stretch

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
2a444f55 7d2bcf23

-12
-3
tests/docker/dockerfiles/debian-arm64-cross.docker
··· 19 19 20 20 RUN DEBIAN_FRONTEND=noninteractive eatmydata \ 21 21 apt-get install -y --no-install-recommends \ 22 - glusterfs-common:arm64 \ 23 22 libbz2-dev:arm64 \ 24 23 liblzo2-dev:arm64 \ 25 - libncursesw5-dev:arm64 \ 26 - libnfs-dev:arm64 \ 27 24 librdmacm-dev:arm64 \ 28 25 libsnappy-dev:arm64 \ 29 26 libxen-dev:arm64
-3
tests/docker/dockerfiles/debian-armhf-cross.docker
··· 19 19 20 20 RUN DEBIAN_FRONTEND=noninteractive eatmydata \ 21 21 apt-get install -y --no-install-recommends \ 22 - glusterfs-common:armhf \ 23 22 libbz2-dev:armhf \ 24 23 liblzo2-dev:armhf \ 25 - libncursesw5-dev:armhf \ 26 - libnfs-dev:armhf \ 27 24 librdmacm-dev:armhf \ 28 25 libsnappy-dev:armhf \ 29 26 libxen-dev:armhf
-3
tests/docker/dockerfiles/debian-mipsel-cross.docker
··· 20 20 apt-get build-dep -yy -a mipsel qemu 21 21 RUN DEBIAN_FRONTEND=noninteractive eatmydata \ 22 22 apt-get install -y --no-install-recommends \ 23 - glusterfs-common:mipsel \ 24 23 libbz2-dev:mipsel \ 25 24 liblzo2-dev:mipsel \ 26 - libncursesw5-dev:mipsel \ 27 - libnfs-dev:mipsel \ 28 25 librdmacm-dev:mipsel \ 29 26 libsnappy-dev:mipsel
-3
tests/docker/dockerfiles/debian-s390x-cross.docker
··· 23 23 # Install extra libraries to increase code coverage 24 24 RUN DEBIAN_FRONTEND=noninteractive eatmydata \ 25 25 apt-get install -y --no-install-recommends \ 26 - glusterfs-common:s390x \ 27 26 libbz2-dev:s390x \ 28 27 liblzo2-dev:s390x \ 29 - libncursesw5-dev:s390x \ 30 - libnfs-dev:s390x \ 31 28 librdmacm-dev:s390x \ 32 29 libsnappy-dev:s390x