<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/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/create_config?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/create_config?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2011-01-20T20:54:21+00:00</updated>
<entry>
<title>Add scripts directory</title>
<updated>2011-01-20T20:54:21+00:00</updated>
<author>
<name>Blue Swirl</name>
</author>
<published>2011-01-20T20:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=4c3b5a4891c44ebbc23d80f95e5b66e2ec66b8b1'/>
<id>urn:sha1:4c3b5a4891c44ebbc23d80f95e5b66e2ec66b8b1</id>
<content type='text'>
Move build and user scripts into scripts directory.

Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>configure: Fix evaluation of config-host.mak in create_config</title>
<updated>2010-06-13T10:50:30+00:00</updated>
<author>
<name>Jan Kiszka</name>
</author>
<published>2010-06-11T20:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c3d96978d0faaa8e54003b45619ec0768147d168'/>
<id>urn:sha1:c3d96978d0faaa8e54003b45619ec0768147d168</id>
<content type='text'>
Only match on true dir variable assignments, avoid generating garbage
due to the "# Configured with: ..." line which may contain "*dir=" as
well.

Signed-off-by: Jan Kiszka &lt;jan.kiszka@siemens.com&gt;
Signed-off-by: Aurelien Jarno &lt;aurelien@aurel32.net&gt;
</content>
</entry>
<entry>
<title>configure: expand ${prefix} in create_config</title>
<updated>2010-06-09T22:09:49+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2010-05-26T14:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1dabe05ce40010588a7b2485219a2692fe1e7472'/>
<id>urn:sha1:1dabe05ce40010588a7b2485219a2692fe1e7472</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Aurelien Jarno &lt;aurelien@aurel32.net&gt;
</content>
</entry>
<entry>
<title>configure: delete duplicate create_config case stanza</title>
<updated>2010-06-09T22:09:48+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2010-05-26T14:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=604f78e06e41526924890d83f9dab168268f4702'/>
<id>urn:sha1:604f78e06e41526924890d83f9dab168268f4702</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Aurelien Jarno &lt;aurelien@aurel32.net&gt;
</content>
</entry>
<entry>
<title>Configurable block format whitelist</title>
<updated>2009-11-09T14:43:02+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2009-10-27T17:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=eb852011ab3c56bd1f8e9d2c7d0dfb3eb321430a'/>
<id>urn:sha1:eb852011ab3c56bd1f8e9d2c7d0dfb3eb321430a</id>
<content type='text'>
We have code for a quite a few block formats.  While I trust that all
of these formats are useful at least for some people in some
circumstances, some of them are of a kind that friends don't let
friends use in production.

This patch provides an optional block format whitelist, default off.
If a whitelist is configured with --block-drv-whitelist, QEMU proper
can use only whitelisted formats.  Other programs, like qemu-img, are
not affected.

Drivers for formats off the whitelist still participate in format
probing, to ensure all programs probe exactly the same.  Without that,
QEMU proper would be prone to treat images with a format off the
whitelist as raw when the image's format is probed.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Move generation of config-host.h to Makefile from configure</title>
<updated>2009-10-09T02:17:03+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2009-10-07T00:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1215c6e7615897e4a0bfd6867b762a47fc34f37f'/>
<id>urn:sha1:1215c6e7615897e4a0bfd6867b762a47fc34f37f</id>
<content type='text'>
Use timestamp based appreach to avoid not needed recompilation.
Add it to rules.mak

Many thanks to Paolo Bonzini for helpding the design, and the debug.

Patchworks-ID: 35190
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>We also need TARGET_&lt;arechname&gt; in Makefiles</title>
<updated>2009-08-10T18:05:46+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2009-08-03T12:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=053dd92e8a79fa9c721c8abde722810319eb1925'/>
<id>urn:sha1:053dd92e8a79fa9c721c8abde722810319eb1925</id>
<content type='text'>
Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
Message-Id: 
</content>
</entry>
<entry>
<title>__sparc_*__ is defined through -D__sparc_*__</title>
<updated>2009-08-10T18:05:36+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2009-08-03T12:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1f6537382c516c9cb422d61ab0ee7401a7d82350'/>
<id>urn:sha1:1f6537382c516c9cb422d61ab0ee7401a7d82350</id>
<content type='text'>
Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
Message-Id: 
</content>
</entry>
<entry>
<title>Generate config-host.h from config-host.mak</title>
<updated>2009-07-27T19:10:55+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2009-07-27T14:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2358a4940b7f9b863fa8084960f40517985df8c1'/>
<id>urn:sha1:2358a4940b7f9b863fa8084960f40517985df8c1</id>
<content type='text'>
Generate CONFIG_AUDIO_DRIVERS.  Order is important here, because the
first driver in the list is the one used by default.

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>rename USE_NPTL to CONFIG_USE_NPTL</title>
<updated>2009-07-27T19:10:55+00:00</updated>
<author>
<name>Juan Quintela</name>
</author>
<published>2009-07-27T14:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2f7bb8780af4a007e90045b4cc97f558e956adf9'/>
<id>urn:sha1:2f7bb8780af4a007e90045b4cc97f558e956adf9</id>
<content type='text'>
Signed-off-by: Juan Quintela &lt;quintela@redhat.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
</feed>
