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

tests/docker: remove python2.7 from debian9-mxe

When it was based on debian8 which uses python-minimal, it needed this.
It no longer does.

Goodbye, python2.7.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20190918222546.11696-1-jsnow@redhat.com>
[AJB: fixed up commit message]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>

authored by

John Snow and committed by
Alex Bennée
5fac0cfa b4d66d35

+1 -2
+1 -2
tests/docker/dockerfiles/debian9-mxe.docker
··· 16 16 RUN apt-get update && \ 17 17 DEBIAN_FRONTEND=noninteractive eatmydata \ 18 18 apt-get install -y --no-install-recommends \ 19 - libpython2.7-stdlib \ 20 19 $(apt-get -s install -y --no-install-recommends gw32.shared-mingw-w64 | egrep "^Inst mxe-x86-64-unknown-" | cut -d\ -f2) 21 20 22 - ENV PATH $PATH:/usr/lib/mxe/usr/bin/ 21 + ENV PATH $PATH:/usr/lib/mxe/usr/bin/