<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/target-arm/iwmmxt_helper.c, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/target-arm/iwmmxt_helper.c?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/target-arm/iwmmxt_helper.c?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2016-12-20T20:52:12+00:00</updated>
<entry>
<title>Move target-* CPU file into a target/ folder</title>
<updated>2016-12-20T20:52:12+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2016-10-11T06:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=fcf5ef2ab52c621a4617ebbef36bf43b4003f4c0'/>
<id>urn:sha1:fcf5ef2ab52c621a4617ebbef36bf43b4003f4c0</id>
<content type='text'>
We've currently got 18 architectures in QEMU, and thus 18 target-xxx
folders in the root folder of the QEMU source tree. More architectures
(e.g. RISC-V, AVR) are likely to be included soon, too, so the main
folder of the QEMU sources slowly gets quite overcrowded with the
target-xxx folders.
To disburden the main folder a little bit, let's move the target-xxx
folders into a dedicated target/ folder, so that target-xxx/ simply
becomes target/xxx/ instead.

Acked-by: Laurent Vivier &lt;laurent@vivier.eu&gt; [m68k part]
Acked-by: Bastian Koppelmann &lt;kbastian@mail.uni-paderborn.de&gt; [tricore part]
Acked-by: Michael Walle &lt;michael@walle.cc&gt; [lm32 part]
Acked-by: Cornelia Huck &lt;cornelia.huck@de.ibm.com&gt; [s390x part]
Reviewed-by: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt; [s390x part]
Acked-by: Eduardo Habkost &lt;ehabkost@redhat.com&gt; [i386 part]
Acked-by: Artyom Tarasenko &lt;atar4qemu@gmail.com&gt; [sparc part]
Acked-by: Richard Henderson &lt;rth@twiddle.net&gt; [alpha part]
Acked-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt; [xtensa part]
Reviewed-by: David Gibson &lt;david@gibson.dropbear.id.au&gt; [ppc part]
Acked-by: Edgar E. Iglesias &lt;edgar.iglesias@xilinx.com&gt; [cris&amp;microblaze part]
Acked-by: Guan Xuetao &lt;gxt@mprc.pku.edu.cn&gt; [unicore32 part]
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>target-arm: Clean up includes</title>
<updated>2016-01-18T16:33:32+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2015-12-07T16:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=74c21bd07491739c6e56bcb1f962e4df730e77f3'/>
<id>urn:sha1:74c21bd07491739c6e56bcb1f962e4df730e77f3</id>
<content type='text'>
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
Message-id: 1449505425-32022-3-git-send-email-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>target-arm: Delete unused iwmmxt_msadb helper</title>
<updated>2014-06-09T15:06:12+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2014-06-09T14:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3b1a41381254f6080b5cfeb149c28a9237d42a0b'/>
<id>urn:sha1:3b1a41381254f6080b5cfeb149c28a9237d42a0b</id>
<content type='text'>
The iwmmxt_msadb helper and its corresponding gen function are unused;
delete them. (This function appears to have never been used right back
to the initial implementation of iwMMXt; it is identical to iwmmxt_madduq,
and is presumably an accidental remnant from the initial development.)

Reviewed-by: Peter Crosthwaite &lt;peter.crosthwaite@xilinx.com&gt;
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Message-id: 1401822125-1822-1-git-send-email-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>tcg: Invert the inclusion of helper.h</title>
<updated>2014-05-28T16:33:54+00:00</updated>
<author>
<name>Richard Henderson</name>
</author>
<published>2014-04-08T05:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2ef6175aa76adea2ab8ce1540904a05d6f8e8eed'/>
<id>urn:sha1:2ef6175aa76adea2ab8ce1540904a05d6f8e8eed</id>
<content type='text'>
Rather than include helper.h with N values of GEN_HELPER, include a
secondary file that sets up the macros to include helper.h.  This
minimizes the files that must be rebuilt when changing the macros
for file N.

Reviewed-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Signed-off-by: Richard Henderson &lt;rth@twiddle.net&gt;
</content>
</entry>
<entry>
<title>misc: Use new rotate functions</title>
<updated>2013-09-25T19:23:05+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2013-09-12T19:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3df2b8fde949be86d8a78923c992fdd698d4ea4c'/>
<id>urn:sha1:3df2b8fde949be86d8a78923c992fdd698d4ea4c</id>
<content type='text'>
Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>exec: move include files to include/exec/</title>
<updated>2012-12-19T07:31:31+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2012-12-17T17:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=022c62cbbcf1ff40b23c92874f8670cddfec2414'/>
<id>urn:sha1:022c62cbbcf1ff40b23c92874f8670cddfec2414</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>target-arm: Don't overuse CPUState</title>
<updated>2012-03-14T21:20:24+00:00</updated>
<author>
<name>Andreas Färber</name>
</author>
<published>2012-03-14T00:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0ecb72a58838d8a0d4edcad7db674d39bfd2e9bc'/>
<id>urn:sha1:0ecb72a58838d8a0d4edcad7db674d39bfd2e9bc</id>
<content type='text'>
Scripted conversion:
  sed -i "s/CPUState/CPUARMState/g" target-arm/*.[hc]
  sed -i "s/#define CPUARMState/#define CPUState/" target-arm/cpu.h

Signed-off-by: Andreas Färber &lt;afaerber@suse.de&gt;
Acked-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
Acked-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>Revert "target-arm: Use global env in iwmmxt_helper.c helpers"</title>
<updated>2011-06-22T15:01:21+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2011-05-25T13:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=477955bd55e032374a41689bab77be5d4b0fb27a'/>
<id>urn:sha1:477955bd55e032374a41689bab77be5d4b0fb27a</id>
<content type='text'>
This reverts commit 947a2fa21b61703802a660a938cabd7b3600ee79,
returning the iwmmxt helpers to passing env in as a parameter.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>move helpers.h to helper.h</title>
<updated>2011-04-17T18:41:11+00:00</updated>
<author>
<name>Lluís</name>
</author>
<published>2011-04-13T16:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=7b59220ef31a9c8758f8de16e6aaf3fc14b6540c'/>
<id>urn:sha1:7b59220ef31a9c8758f8de16e6aaf3fc14b6540c</id>
<content type='text'>
This provides a consistent naming scheme across all targets.

Signed-off-by: Lluís Vilanova &lt;vilanova@ac.upc.edu&gt;
Signed-off-by: Aurelien Jarno &lt;aurelien@aurel32.net&gt;
</content>
</entry>
<entry>
<title>target-arm: Use global env in iwmmxt_helper.c helpers</title>
<updated>2011-04-04T18:18:07+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2011-04-04T10:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=947a2fa21b61703802a660a938cabd7b3600ee79'/>
<id>urn:sha1:947a2fa21b61703802a660a938cabd7b3600ee79</id>
<content type='text'>
Use the global 'env' variable in the helper functions in iwmmxt_helper.c.
This means we don't need to pass env as an argument to them any more.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Aurelien Jarno &lt;aurelien@aurel32.net&gt;
</content>
</entry>
</feed>
