<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/make_device_config.sh, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/make_device_config.sh?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/make_device_config.sh?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>make_device_config: Fix non-fatal error message with dash and other shells</title>
<updated>2011-01-14T22:00:07+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2010-12-30T12:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0601740a5db12ea7ae0f2f7826f0cfb05854500a'/>
<id>urn:sha1:0601740a5db12ea7ae0f2f7826f0cfb05854500a</id>
<content type='text'>
ORS=" " adds a blank to the name of the include file.
Some shells (e.g. dash) don't accept input redirection
(tr -d '\r' &lt; $f) when $f ends with a blank, so they
print an error message instead of reading pci.mak.
This is a non-fatal error because pci.mak does not
contain an include line. It was introduced by commit
5d6b423c5cd6f9dfac30959ff1d5c088996719c3.

Using printf avoids adding a blank and is also supported
by older awk versions (this solution was suggested by
Paolo Bonzini, thank you).

Cc: Blue Swirl &lt;blauwirbel@gmail.com&gt;
Signed-off-by: Stefan Weil &lt;weil@mail.berlios.de&gt;
Tested-by: Andreas Färber &lt;andreas.faerber@web.de&gt;
</content>
</entry>
<entry>
<title>win32: Fix CRLF problem in make_device_config.sh</title>
<updated>2010-12-18T18:58:25+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2010-12-18T16:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5d6b423c5cd6f9dfac30959ff1d5c088996719c3'/>
<id>urn:sha1:5d6b423c5cd6f9dfac30959ff1d5c088996719c3</id>
<content type='text'>
QEMU source code with CRLF line endings
which is quite common on windows hosts
fails with current make_device_config.sh.

The awk script gets the name of the included
file with \r, so instead of pci.mak it will
search for pci.mak\r which of course does
not work.

Fix this by removing any \r.

v2:
    Avoid using sub() and \r with awk because they are unsupported
    on some platforms. Use tr to remove \r. This new solution
    improves portability and was suggested by Paolo Bonzini.

Signed-off-by: Stefan Weil &lt;weil@mail.berlios.de&gt;
Acked-by: Andreas Färber &lt;andreas.faerber@web.de&gt;
Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>Detect missing config includes</title>
<updated>2010-11-27T00:58:07+00:00</updated>
<author>
<name>Paul Brook</name>
</author>
<published>2010-11-27T00:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=cf66924f81f022942e14b4e613f1bf0dd2bdf0eb'/>
<id>urn:sha1:cf66924f81f022942e14b4e613f1bf0dd2bdf0eb</id>
<content type='text'>
Terminate make_device_config.sh if the awk command fails.
Typically this means a missing file.

Signed-off-by: Paul Brook &lt;paul@codesourcery.com&gt;
</content>
</entry>
<entry>
<title>Include directives in default configs</title>
<updated>2010-11-26T18:47:45+00:00</updated>
<author>
<name>Paul Brook</name>
</author>
<published>2010-11-26T18:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=bd9141bb2e53195e3c1abf29275365d7f554beb5'/>
<id>urn:sha1:bd9141bb2e53195e3c1abf29275365d7f554beb5</id>
<content type='text'>
Allow default configs to be split into several files.

Signed-off-by: Paul Brook &lt;paul@codesourcery.com&gt;
</content>
</entry>
</feed>
