<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/tests/docker/dockerfiles/ubuntu.docker, 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/dockerfiles/ubuntu.docker?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/tests/docker/dockerfiles/ubuntu.docker?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-01-18T16:42:42+00:00</updated>
<entry>
<title>tests/docker: remove ubuntu.docker container</title>
<updated>2022-01-18T16:42:42+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
</author>
<published>2022-01-05T13:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6815e63f31fc83b8f5062e3167765a9fa74660e4'/>
<id>urn:sha1:6815e63f31fc83b8f5062e3167765a9fa74660e4</id>
<content type='text'>
This duplicates the ubuntu2004 container but with an inconsistent set of
packages.

Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20211215141949.3512719-14-berrange@redhat.com&gt;
Message-Id: &lt;20220105135009.1584676-14-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: use explicit docker.io registry</title>
<updated>2021-07-14T13:33:53+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
</author>
<published>2021-07-09T14:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1ae2786c7c91aadbdc15d4106e951bc15b46b585'/>
<id>urn:sha1:1ae2786c7c91aadbdc15d4106e951bc15b46b585</id>
<content type='text'>
It is good practice to use an explicit registry for referencing the base
image. This is because some distros will inject their own registries
into the search path. For example registry.fedoraproject.org comes ahead
of docker.io. Using an explicit registry avoids wasting time querying
multiple registries for images that they won't have.

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: Wainer dos Santos Moschetta &lt;wainersm@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20210623142245.307776-5-berrange@redhat.com&gt;
Message-Id: &lt;20210709143005.1554-13-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>hw/usb/ccid: remove references to NSS</title>
<updated>2021-07-14T13:33:53+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
</author>
<published>2021-07-09T14:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=51f5c849c1036203f5979ea40f61c08f3897908e'/>
<id>urn:sha1:51f5c849c1036203f5979ea40f61c08f3897908e</id>
<content type='text'>
The NSS package was previously pre-requisite for building CCID related
features, however, this became obsolete when the libcacard library was
spun off to a separate project:

    commit 7b02f5447c64d1854468f758398c9f6fe9e5721f
    Author: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
    Date:   Sun Aug 30 11:48:40 2015 +0200

        libcacard: use the standalone project

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: Wainer dos Santos Moschetta &lt;wainersm@redhat.com&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-2-berrange@redhat.com&gt;
Message-Id: &lt;20210709143005.1554-10-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>tcg: Build ffi data structures for helpers</title>
<updated>2021-06-19T15:51:11+00:00</updated>
<author>
<name>Richard Henderson</name>
</author>
<published>2021-03-18T18:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=22f15579fa1ca654d331cac8e68a4e70981a8801'/>
<id>urn:sha1:22f15579fa1ca654d331cac8e68a4e70981a8801</id>
<content type='text'>
Add libffi as a build requirement for TCI.
Add libffi to the dockerfiles to satisfy that requirement.

Construct an ffi_cif structure for each unique typemask.
Record the result in a separate hash table for later lookup;
this allows helper_table to stay const.

Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Signed-off-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
</content>
</entry>
<entry>
<title>sphinx: adopt kernel readthedoc theme</title>
<updated>2021-05-14T11:05:03+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2021-03-23T11:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=73e6aec6522e1edd63f631c52577b49a39bc234f'/>
<id>urn:sha1:73e6aec6522e1edd63f631c52577b49a39bc234f</id>
<content type='text'>
The default "alabaster" sphinx theme has a couple shortcomings:
- the navbar moves along the page
- the search bar is not always at the same place
- it lacks some contrast and colours

The "rtd" theme from readthedocs.org is a popular third party theme used
notably by the kernel, with a custom style sheet. I like it better,
perhaps others do too. It also simplifies the "Edit on Gitlab" links.

Tweak a bit the custom theme to match qemu.org style, use the
QEMU logo, and favicon etc.

Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Tested-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Message-Id: &lt;20210323115328.4146052-1-marcandre.lureau@redhat.com&gt;
Reviewed-by: John Snow &lt;jsnow@redhat.com&gt;
</content>
</entry>
<entry>
<title>add ninja to dockerfiles, CI configurations and test VMs</title>
<updated>2020-10-17T14:45:50+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2020-08-13T13:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=345d7053ca4a39b0496366f3c953ae2681570ce3'/>
<id>urn:sha1:345d7053ca4a39b0496366f3c953ae2681570ce3</id>
<content type='text'>
Reviewed-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Acked-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>Remove texinfo dependency from docker and CI configs</title>
<updated>2020-09-29T15:55:39+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2020-09-25T16:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=7cd77fb02b9a2117a56fed172f09a1820fcd6b0b'/>
<id>urn:sha1:7cd77fb02b9a2117a56fed172f09a1820fcd6b0b</id>
<content type='text'>
We don't need texinfo to build the docs any more, so we can
drop that dependency from our docker and other CI configs.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Message-Id: &lt;20200925162316.21205-22-peter.maydell@linaro.org&gt;
Reviewed-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/docker: Remove flex/bison packages</title>
<updated>2020-06-08T16:04:19+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2020-05-15T16:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c6dd82e8a6348096cf7c66a9c1b8a5815aa4ff91'/>
<id>urn:sha1:c6dd82e8a6348096cf7c66a9c1b8a5815aa4ff91</id>
<content type='text'>
QEMU does not use flex/bison packages.

Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Claudio Fontana &lt;cfontana@suse.de&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20200515163029.12917-2-philmd@redhat.com&gt;
</content>
</entry>
<entry>
<title>docker: update Ubuntu to 20.04</title>
<updated>2020-06-08T16:04:19+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2020-06-05T15:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a97098844b9e4d2d1c3a24f66b8e2c7f97b3a795'/>
<id>urn:sha1:a97098844b9e4d2d1c3a24f66b8e2c7f97b3a795</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20200604231716.11354-1-pbonzini@redhat.com&gt;
Message-Id: &lt;20200605154929.26910-10-alex.bennee@linaro.org&gt;
</content>
</entry>
</feed>
