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

tests/docker/test-mingw and docs: Remove --with-sdlabi=2.0

Patchew currently reports failures with the mingw docker test - this
is due to --with-sdlabi=2.0 configure flag which does not exist anymore.
Remove this remainder from the docker test and the docs now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1549268743-18502-1-git-send-email-thuth@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

authored by

Thomas Huth and committed by
Peter Maydell
335dbb5d f3b4d5ca

+2 -3
+1 -1
docs/multiseat.txt
··· 9 9 multihead/multiseat and input event routing. Right now this 10 10 list includes sdl2, gtk (both 2+3) and vnc: 11 11 12 - ./configure --enable-sdl --with-sdlabi=2.0 12 + ./configure --enable-sdl 13 13 14 14 or 15 15
+1 -2
tests/docker/test-mingw
··· 27 27 --enable-curl \ 28 28 --enable-vnc \ 29 29 --enable-bzip2 \ 30 - --enable-guest-agent \ 31 - --with-sdlabi=2.0 30 + --enable-guest-agent 32 31 install_qemu 33 32 make clean 34 33