<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/tests/docker/test-quick, 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-quick?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/tests/docker/test-quick?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2019-09-10T13:14:31+00:00</updated>
<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>docker: move make check into check_qemu helper</title>
<updated>2018-07-24T10:45:25+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2018-07-09T12:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3f9747a73891e50d9c09d2fc3dbba6f1fdd03a13'/>
<id>urn:sha1:3f9747a73891e50d9c09d2fc3dbba6f1fdd03a13</id>
<content type='text'>
Not all docker images can run the check step. Let's move everything
into a common helper so we don't need to replicate checks in the
future.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&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>docker: Build in a clean directory</title>
<updated>2016-10-02T01:47:23+00:00</updated>
<author>
<name>Fam Zheng</name>
</author>
<published>2016-09-28T07:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c16fe84f07a9d3a04c11ce8a139e13a092b384c2'/>
<id>urn:sha1:c16fe84f07a9d3a04c11ce8a139e13a092b384c2</id>
<content type='text'>
Currently we configure and build under "$QEMU_SRC/tests/docker" which is
dubious. Create a fixed directory (to be friendly to ccache) and change
to there before calling build_qemu.

Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
Message-Id: &lt;1475047892-11955-1-git-send-email-famz@redhat.com&gt;
</content>
</entry>
<entry>
<title>docker: Flatten default target list in test-quick</title>
<updated>2016-09-23T03:48:32+00:00</updated>
<author>
<name>Fam Zheng</name>
</author>
<published>2016-09-21T03:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3d3a6eb60d259a503ed771c878f777e2715d83db'/>
<id>urn:sha1:3d3a6eb60d259a503ed771c878f777e2715d83db</id>
<content type='text'>
Previously it is expanded to a whitespace separated list which is not
the most appropriate format. Since it's only two items, flatten it.

Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
Message-Id: &lt;1474429768-25027-6-git-send-email-famz@redhat.com&gt;
Reviewed-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</content>
</entry>
<entry>
<title>docker: Add quick test</title>
<updated>2016-06-01T09:27:35+00:00</updated>
<author>
<name>Fam Zheng</name>
</author>
<published>2016-06-01T04:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b7899d63c8780a69b690974de48d4ecabc773308'/>
<id>urn:sha1:b7899d63c8780a69b690974de48d4ecabc773308</id>
<content type='text'>
Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
Message-id: 1464755128-32490-9-git-send-email-famz@redhat.com
</content>
</entry>
</feed>
