<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/libdecnumber/dpd/decimal128Local.h, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/libdecnumber/dpd/decimal128Local.h?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/libdecnumber/dpd/decimal128Local.h?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2015-06-23T16:57:27+00:00</updated>
<entry>
<title>remove libdecnumber/dpd/decimal128Local.h</title>
<updated>2015-06-23T16:57:27+00:00</updated>
<author>
<name>Michael Tokarev</name>
</author>
<published>2015-06-03T14:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=bfa3ab619731653e752c7cf0ab3395ec8e70fe79'/>
<id>urn:sha1:bfa3ab619731653e752c7cf0ab3395ec8e70fe79</id>
<content type='text'>
Commit 72ac97cdfc added two equivalent versions of decimal128Local.h,
one in libdecnumber/dpd/ and another in include/libdecnumber/dpd/.
Being identical by the code, the two files however differs in the
licensing terms.  The one in libdecnumber/dpd/ (which is being
removed by this patch) is licensed as GPL3.1 (plus gcc runtime
exception), which, as far as I know, is not compatible with GPL-2.
This file is not used (it is included from
include/libdecnumber/dpd/decimal128.h, so version in include/ is
used).

More, the version in include/ can also be removed, since none
of the 3 defines from that file are actually used by the code.
Even more, one of the defines from there, decimal128SetSign,
is redefined (to equivalent value) in libdecnumber/dpd/decimal128.c,
but again, never used.

What a mess...

Signed-off-by: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&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>
