<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/include/libdecnumber/dpd, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/include/libdecnumber/dpd?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/include/libdecnumber/dpd?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2016-07-12T14:20:46+00:00</updated>
<entry>
<title>Clean up ill-advised or unusual header guards</title>
<updated>2016-07-12T14:20:46+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2016-06-29T11:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2a6a4076e117113ebec97b1821071afccfdfbc96'/>
<id>urn:sha1:2a6a4076e117113ebec97b1821071afccfdfbc96</id>
<content type='text'>
Cleaned up with scripts/clean-header-guards.pl.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Reviewed-by: Richard Henderson &lt;rth@twiddle.net&gt;
</content>
</entry>
<entry>
<title>libdecnumber: Don't fool around with guards to avoid #include</title>
<updated>2016-07-12T14:19:16+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2016-06-29T09:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6031a51f1dab45bc6d5f8db1825e8f4f7915a870'/>
<id>urn:sha1:6031a51f1dab45bc6d5f8db1825e8f4f7915a870</id>
<content type='text'>
Some libdecnumber headers avoid including decNumber.h or decContext.h
again by checking their header guards.  Don't.  Including them
multiple times is safe, and the compiler can do it efficiently.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Reviewed-by: Richard Henderson &lt;rth@twiddle.net&gt;
</content>
</entry>
<entry>
<title>libdecnumber: Prepare libdecnumber for QEMU include structure</title>
<updated>2014-06-16T11:24:28+00:00</updated>
<author>
<name>Tom Musta</name>
</author>
<published>2014-04-21T20:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0f2d3732202818fb85c09d1c204a08c4d79b70bc'/>
<id>urn:sha1:0f2d3732202818fb85c09d1c204a08c4d79b70bc</id>
<content type='text'>
Consistent with other libraries in QEMU, the libdecnumber header files were
placed in include/libdecnumber, separate from the C code.  This is different
from the original libdecnumber source, where they were co-located.

Change the libdecnumber source code so that it reflects this split.  Specifically,
modify directives of the form:

    #include "xxx.h"

to look like:

    #include "libdecnumber/xxx.h"

Signed-off-by: Tom Musta &lt;tommusta@gmail.com&gt;
Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
<entry>
<title>libdecnumber: Eliminate #include *Symbols.h</title>
<updated>2014-06-16T11:24:28+00:00</updated>
<author>
<name>Tom Musta</name>
</author>
<published>2014-04-21T20:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=f5d7f1464692433fc0ff2c3418ef9ad3e14d3a3d'/>
<id>urn:sha1:f5d7f1464692433fc0ff2c3418ef9ad3e14d3a3d</id>
<content type='text'>
The various *Symbols.h files were not copied from the original GCC libdecnumber
library; they are not necessary for use in QEMU.  Remove all instances of

    #include "*Symbols.h"

Signed-off-by: Tom Musta &lt;tommusta@gmail.com&gt;
Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
<entry>
<title>libdecnumber: Introduce libdecnumber Code</title>
<updated>2014-06-16T11:24:28+00:00</updated>
<author>
<name>Tom Musta</name>
</author>
<published>2014-04-21T20:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=72ac97cdfc0592b567cb62582300c0d707701bb1'/>
<id>urn:sha1:72ac97cdfc0592b567cb62582300c0d707701bb1</id>
<content type='text'>
Add files from the libdecnumber decimal floating point library to QEMU.  The libdecnumber
library was originally part of GCC and contains code that is useful in emulating the PowerPC
decimal floating point (DFP) instructions.  This particular copy of the source comes from
GCC 4.3 and is licensed at GPLv2+.

Signed-off-by: Tom Musta &lt;tommusta@gmail.com&gt;
Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
</feed>
