<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/default-configs/ppc64-linux-user.mak, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/default-configs/ppc64-linux-user.mak?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/default-configs/ppc64-linux-user.mak?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2020-10-03T12:07:35+00:00</updated>
<entry>
<title>default-configs: move files to default-configs/devices/</title>
<updated>2020-10-03T12:07:35+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2020-09-18T10:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1bb4cb1c33805c0da0db5b76852bb73759625c4e'/>
<id>urn:sha1:1bb4cb1c33805c0da0db5b76852bb73759625c4e</id>
<content type='text'>
Make room for target files in default-configs/targets/

Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>build: remove CONFIG_LIBDECNUMBER</title>
<updated>2017-10-16T16:03:52+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2017-07-14T09:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=7271a81949ee9806705d51618379246fb2b72209'/>
<id>urn:sha1:7271a81949ee9806705d51618379246fb2b72209</id>
<content type='text'>
It is used by all PPC targets; we can give the directory its own
Makefile.objs file, and include it directly from target/ppc.
target/s390 can do the same when it starts using it.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>target-ppc: Enable Building of libdecnumber</title>
<updated>2014-06-16T11:24:29+00:00</updated>
<author>
<name>Tom Musta</name>
</author>
<published>2014-04-21T20:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e58f8d1ff9f1f71bb1162ccd2f05c258ca8efdbe'/>
<id>urn:sha1:e58f8d1ff9f1f71bb1162ccd2f05c258ca8efdbe</id>
<content type='text'>
Enable compilation of the newly added libdecnumber library code.
Object file targets are added to Makefile.target using a newly
introduced flag CONFIG_LIBDECNUMBER.  The flag is added
to the PowerPC targets (ppc[64]-linux-user, ppc[64]-softmmu).

Signed-off-by: Tom Musta &lt;tommusta@gmail.com&gt;
[agraf: add ppcemb and ppc64abi32 config]
Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
<entry>
<title>default-configs/: CONFIG_GDBSTUB_XML removed</title>
<updated>2013-10-16T16:21:01+00:00</updated>
<author>
<name>Ákos Kovács</name>
</author>
<published>2013-09-13T17:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b77abd95a9484ca5ffd7fb4cda25155bb8677bfb'/>
<id>urn:sha1:b77abd95a9484ca5ffd7fb4cda25155bb8677bfb</id>
<content type='text'>
Makefile.target: Build gdbstub-xml.o only when
TARGET_XML_FILES is not empty.

Signed-off-by: Ákos Kovács &lt;akoskovacs@gmx.com&gt;
Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>Generate gdbstub-xml.c only when needed</title>
<updated>2009-10-09T02:17:11+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2009-10-07T00:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3d0f151783dcb56284d56502c3ffe5430e540e38'/>
<id>urn:sha1:3d0f151783dcb56284d56502c3ffe5430e540e38</id>
<content type='text'>
First user of new config-devices.mak

Patchworks-ID: 35198
Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add new config-devices.mak for each target</title>
<updated>2009-10-09T02:17:10+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2009-10-07T00:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1f3d3c8fd7f76150b727aa5980097d524cbb1141'/>
<id>urn:sha1:1f3d3c8fd7f76150b727aa5980097d524cbb1141</id>
<content type='text'>
We generate config-devices.h from there automatically.
We need to do it in main Makefile, because we are going to need a main
Makefile for them.

Patchworks-ID: 35196
Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
</feed>
