<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/tests/docker/test-full, branch master</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/tests/docker/test-full?h=master</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/tests/docker/test-full?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2018-07-24T10:45:25+00:00</updated>
<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>Revert "docker: Enable features explicitly in test-full"</title>
<updated>2017-12-20T14:01:23+00:00</updated>
<author>
<name>Fam Zheng</name>
</author>
<published>2017-10-18T08:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=dbd73b569b61893ebfe460b0be254997e2cbfb0a'/>
<id>urn:sha1:dbd73b569b61893ebfe460b0be254997e2cbfb0a</id>
<content type='text'>
This reverts commit 5e8a7fe673ca5949bd51939ee36faaf3b1320de8.

It's hard to get all images to have all these packages, the usual
"FEATURES" and "require" mechanism doesn't scale with so many features.
With that change, the test basically only works in ubuntu.

Until a better way comes up, leave the feature enabling to ./configure
detection.

But don't remove the "-e" removal.

Reported-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
Message-Id: &lt;20171018082002.9406-1-famz@redhat.com&gt;
Signed-off-by: Fam Zheng &lt;famz@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>docker: Enable features explicitly in test-full</title>
<updated>2017-09-22T02:20:34+00:00</updated>
<author>
<name>Fam Zheng</name>
</author>
<published>2017-09-07T14:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5e8a7fe673ca5949bd51939ee36faaf3b1320de8'/>
<id>urn:sha1:5e8a7fe673ca5949bd51939ee36faaf3b1320de8</id>
<content type='text'>
Also avoid "set -e".

Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
Message-Id: &lt;20170907141245.31946-3-famz@redhat.com&gt;
Reviewed-by: Eric Blake &lt;eblake@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: Add full test</title>
<updated>2016-06-01T09:27:35+00:00</updated>
<author>
<name>Fam Zheng</name>
</author>
<published>2016-06-01T04:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d710ac871c1d4023528d41d1867413f123e14c93'/>
<id>urn:sha1:d710ac871c1d4023528d41d1867413f123e14c93</id>
<content type='text'>
This builds all available targets.

Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-id: 1464755128-32490-10-git-send-email-famz@redhat.com
</content>
</entry>
</feed>
