<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/tests/docker/test-mingw, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/tests/docker/test-mingw?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/tests/docker/test-mingw?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-10-31T20:37:58+00:00</updated>
<entry>
<title>tests/docker: update test-mingw to run single build</title>
<updated>2022-10-31T20:37:58+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2022-10-27T18:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b1314192524a8a43f3d4fb1cae8c447a2b255308'/>
<id>urn:sha1:b1314192524a8a43f3d4fb1cae8c447a2b255308</id>
<content type='text'>
While the test-build test happily run for mingw the test-mingw case
runs more of the packaging inline with what our CI does. It however
fails if we don't find both compilers and expects to be run on a
docker image with both.

Remove that distinction and make it work more like the other build
test scripts.

Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@linaro.org&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20221027183637.2772968-3-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests/docker: remove FEATURES env var from templates</title>
<updated>2021-07-14T13:33:53+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
</author>
<published>2021-07-09T14:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=888673bbb9f5dc8e35c4747ddd1addba251a9a47'/>
<id>urn:sha1:888673bbb9f5dc8e35c4747ddd1addba251a9a47</id>
<content type='text'>
In preparation for switching to auto-generated dockerfiles, remove the
FEATURES env variable. The equivalent functionality can be achieved in
most cases by just looking for existance of a binary.

The cases which don't correspond to binaries are simply dropped because
configure/meson will probe for any requested feature anyway.

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Willian Rampazzo &lt;willianr@redhat.com&gt;
Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20210623142245.307776-6-berrange@redhat.com&gt;
Message-Id: &lt;20210709143005.1554-14-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests/docker: move DEF_TARGET_LIST setting to common.rc</title>
<updated>2019-09-10T13:14:31+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2019-08-09T13:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6945018a6885816f7e49ef406348798c6beebb84'/>
<id>urn:sha1:6945018a6885816f7e49ef406348798c6beebb84</id>
<content type='text'>
We might as well not repeat ourselves. At the same time allow it to be
overridden which we will use later from docker targets.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/docker: Let the test-mingw test generate a NSIS installer</title>
<updated>2019-07-23T14:53:25+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2019-07-15T17:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5deb2de1d61c7f4e341bd12b4fe3942a81c0389c'/>
<id>urn:sha1:5deb2de1d61c7f4e341bd12b4fe3942a81c0389c</id>
<content type='text'>
The NSIS installer generates an executable suitable to install
QEMU on Windows.

Suggested-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Message-Id: &lt;20190715174817.18981-9-philmd@redhat.com&gt;
[AJB: also --enable-docs in configure step]
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests/docker/test-mingw and docs: Remove --with-sdlabi=2.0</title>
<updated>2019-02-04T15:25:21+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2019-02-04T08:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=335dbb5de1e98c4dc73590349f17bb2a4d72596c'/>
<id>urn:sha1:335dbb5de1e98c4dc73590349f17bb2a4d72596c</id>
<content type='text'>
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 &lt;thuth@redhat.com&gt;
Reviewed-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Acked-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-id: 1549268743-18502-1-git-send-email-thuth@redhat.com
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests: docker: update test-mingw for GTK+ 2.0 removal</title>
<updated>2018-10-26T14:03:21+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2018-10-18T18:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1578466c9a744be17c755875dcb1e638b534a249'/>
<id>urn:sha1:1578466c9a744be17c755875dcb1e638b534a249</id>
<content type='text'>
--with-gtkabi does not exist anymore; remove it from the configure invocation.

Fixes: 89d85cde75143325205e332dd97bf1bb8402d7c1
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Message-Id: &lt;1539886203-33670-1-git-send-email-pbonzini@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
</content>
</entry>
<entry>
<title>docker: test-mingw: use SDL2 and GTK+3</title>
<updated>2018-06-05T15:25:42+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2018-03-16T12:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=cabd35840749dc4ddbc866a21f635d20374af743'/>
<id>urn:sha1:cabd35840749dc4ddbc866a21f635d20374af743</id>
<content type='text'>
Do not test the deprecated API versions.  debian-win32-cross and debian-win64-cross
are already using SDL2 (they do not cover GTK+ at all).

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
[AJB: fix merge conflicts]
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests/docker: add test-debug</title>
<updated>2018-01-12T12:22:02+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2018-01-04T16:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=11545663d1277c5aecb6ccbcbf6cce78340df7db'/>
<id>urn:sha1:11545663d1277c5aecb6ccbcbf6cce78340df7db</id>
<content type='text'>
Add a new test with --enable-debug using clang/asan/ubsan, remove
--enable-debug from test-clang &amp; test-mingw.

Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Message-Id: &lt;20180104160523.22995-7-marcandre.lureau@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>docker: add installation to build tests</title>
<updated>2017-09-29T03:14:14+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2017-09-22T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6283847857d8008046ceddf2db4bd908df0c063a'/>
<id>urn:sha1:6283847857d8008046ceddf2db4bd908df0c063a</id>
<content type='text'>
Basic test that "make install" works; this requires msgfmt so add
gettext to the packages.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Message-Id: &lt;1506095371-23160-1-git-send-email-pbonzini@redhat.com&gt;
[Rebase to master. - Fam]
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/docker: make test-mingw honour TARGET_LIST</title>
<updated>2016-10-17T02:05:48+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2016-10-11T16:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=86a17cb3f43f987d0b2a65dd41284b4d6e2006cb'/>
<id>urn:sha1:86a17cb3f43f987d0b2a65dd41284b4d6e2006cb</id>
<content type='text'>
The other builders honour this variable, so should the mingw build.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20161011161625.9070-4-alex.bennee@linaro.org&gt;
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
</content>
</entry>
</feed>
