<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/scripts/create_config, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/scripts/create_config?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/scripts/create_config?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2020-08-21T10:30:43+00:00</updated>
<entry>
<title>meson: replace create-config with meson configure_file</title>
<updated>2020-08-21T10:30:43+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2020-08-04T16:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=859aef026e51a4959d1ab535f0b7a00d63ed32ba'/>
<id>urn:sha1:859aef026e51a4959d1ab535f0b7a00d63ed32ba</id>
<content type='text'>
Move the create-config logic to meson.build; create a
configuration_data object and let meson handle the
quoting and output.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>rules.mak: drop unneeded macros</title>
<updated>2020-08-21T10:30:42+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2019-12-12T12:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=484e2cc730a86f7066b3e29c5bb8440747b61f01'/>
<id>urn:sha1:484e2cc730a86f7066b3e29c5bb8440747b61f01</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>meson: infrastructure for building emulators</title>
<updated>2020-08-21T10:30:17+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2020-02-03T10:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2becc36a3e53dc9b8ed01c5288e21a2463f1f640'/>
<id>urn:sha1:2becc36a3e53dc9b8ed01c5288e21a2463f1f640</id>
<content type='text'>
Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>create_config: remove $(CONFIG_SOFTMMU) hack</title>
<updated>2019-07-15T18:58:37+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2019-07-11T17:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3cae16db021601b5437622f89a86d5c489799fb3'/>
<id>urn:sha1:3cae16db021601b5437622f89a86d5c489799fb3</id>
<content type='text'>
CONFIG_TPM is defined to a rather weird $(CONFIG_SOFTMMU) so that it
expands to the right thing in hw/Makefile.objs.  This however is not
needed anymore and it has a corresponding hack in create_config
to turn it into "#define CONFIG_TPM 1".  Clean up.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>Makefile: generate header file with the list of devices enabled</title>
<updated>2019-07-05T20:19:58+00:00</updated>
<author>
<name>Julio Montes</name>
</author>
<published>2019-07-05T14:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6c22ea9d83ca91a3f5453d2699381a901f144ab5'/>
<id>urn:sha1:6c22ea9d83ca91a3f5453d2699381a901f144ab5</id>
<content type='text'>
v2: generate config-devices.h which contains the list of devices enabled

Message-Id: &lt;20190705143554.10295-1-julio.montes@intel.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Julio Montes &lt;julio.montes@intel.com&gt;
</content>
</entry>
<entry>
<title>Revert "Makefile: Rename TARGET_DIRS to TARGET_LIST"</title>
<updated>2018-07-05T14:59:41+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2018-07-04T06:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2b1f35b9a85cf0232615a67e7ff523137a58795e'/>
<id>urn:sha1:2b1f35b9a85cf0232615a67e7ff523137a58795e</id>
<content type='text'>
This reverts commit 208ecb3e1acc8d55dab49fdf721a86d513691688. This was
causing problems by making DEF_TARGET_LIST pointless and having to
jump through hoops to build on mingw with a dully enabled config.
This includes a change to fix the per-guest TCG test probe which was
added after 208ecb3 and used TARGET_LIST.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Cc: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>Makefile: Rename TARGET_DIRS to TARGET_LIST</title>
<updated>2018-06-05T15:25:42+00:00</updated>
<author>
<name>Fam Zheng</name>
</author>
<published>2017-09-08T09:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=208ecb3e1acc8d55dab49fdf721a86d513691688'/>
<id>urn:sha1:208ecb3e1acc8d55dab49fdf721a86d513691688</id>
<content type='text'>
To be more accurate on its purpose and make code that looks for a certain
target out of this variable more readable.

Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>audio: add driver registry</title>
<updated>2018-03-12T10:18:26+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2018-03-06T07:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d3893a39eb0165809325071ab07984797d78e57a'/>
<id>urn:sha1:d3893a39eb0165809325071ab07984797d78e57a</id>
<content type='text'>
Add registry for audio drivers, using the existing audio_driver struct.
Make all drivers register themself.  The old list of audio_driver struct
pointers is now a list of audio driver names, specifying the priority
(aka probe order) in case no driver is explicitly asked for.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
Reviewed-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Message-id: 20180306074053.22856-2-kraxel@redhat.com
</content>
</entry>
<entry>
<title>Add --firmwarepath to configure</title>
<updated>2017-09-26T11:05:32+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2017-09-14T11:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3d5eecab4a5a00df897253dda5792411a1872732'/>
<id>urn:sha1:3d5eecab4a5a00df897253dda5792411a1872732</id>
<content type='text'>
Add a firmware path config option to configure.  Multiple directories
are accepted, with the usual colon as separator.  Default value is
${prefix}/share/qemu-firmware.  The path is searched in addition to the
current search path (typically ${prefix}/share/qemu).

This prepares qemu for the planned split of the prebuilt firmware blobs
into a separate project.

Distributions can also use this to get rid of the firmware symlink farm
and add -- for example -- /usr/share/seabios to the firmware path
instead.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
Message-id: 20170914114236.25343-3-kraxel@redhat.com
</content>
</entry>
<entry>
<title>build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}</title>
<updated>2016-09-19T15:32:21+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2016-09-12T09:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3688d8c717927e7ecaa8c260bc9cc706e3dbef7e'/>
<id>urn:sha1:3688d8c717927e7ecaa8c260bc9cc706e3dbef7e</id>
<content type='text'>
There are better chances to find what went wrong at build time than a
later assert in qmp_query_version

Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Message-Id: &lt;20160912091913.15831-2-marcandre.lureau@redhat.com&gt;
Reviewed-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
</content>
</entry>
</feed>
