<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/target-xtensa/core-fsf.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-xtensa/core-fsf.c?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/target-xtensa/core-fsf.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>xtensa: Clean up includes</title>
<updated>2016-01-29T15:07:24+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2016-01-26T18:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=09aae23d8ff68c206d74b48a53a398ca4db4b47b'/>
<id>urn:sha1:09aae23d8ff68c206d74b48a53a398ca4db4b47b</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;
Message-id: 1453832250-766-29-git-send-email-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>target-xtensa: fix gdb register map construction</title>
<updated>2015-07-06T10:25:12+00:00</updated>
<author>
<name>Max Filippov</name>
</author>
<published>2015-07-01T10:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1479073b7e849fa03e5892eea0e0b5dadde1a98a'/>
<id>urn:sha1:1479073b7e849fa03e5892eea0e0b5dadde1a98a</id>
<content type='text'>
Due to different gdb overlay organization between windowed/call0
configurations core import script doesn't always work correctly.
Simplify the script: always copy complete gdb register map from overlay,
count registers at core registerstion time. Update existing cores.

Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
</content>
</entry>
<entry>
<title>target-xtensa: mark XtensaConfig structs as unused</title>
<updated>2014-11-02T07:04:34+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2014-09-14T19:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=11693a6cf0c3fac2e0ad64f06978095f85f0ec8a'/>
<id>urn:sha1:11693a6cf0c3fac2e0ad64f06978095f85f0ec8a</id>
<content type='text'>
The XtensaConfig structs will be defined but not used if they are
for the opposite endianness from that of the binary being built;
keep the compiler from complaining about this by marking them
with the 'unused' attribute.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Acked-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Signed-off-by: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
</content>
</entry>
<entry>
<title>target-xtensa: refactor standard core configuration</title>
<updated>2014-02-24T00:47:02+00:00</updated>
<author>
<name>Max Filippov</name>
</author>
<published>2014-02-15T16:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=676056d4f1598f3f368da26fdc43371e8ab3a7fb'/>
<id>urn:sha1:676056d4f1598f3f368da26fdc43371e8ab3a7fb</id>
<content type='text'>
Coalesce all standard configuration sections into single
DEFAULT_SECTIONS macro for all cores. This allows to add new features in
a single place: overlay_tool.h

Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
</content>
</entry>
<entry>
<title>misc: move include files to include/qemu/</title>
<updated>2012-12-19T07:32:39+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2012-12-17T17:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1de7afc984b49af164e2619e6850b9732b173b34'/>
<id>urn:sha1:1de7afc984b49af164e2619e6850b9732b173b34</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&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-xtensa: add license to core-fsf.c</title>
<updated>2012-04-15T17:43:43+00:00</updated>
<author>
<name>Max Filippov</name>
</author>
<published>2012-04-15T15:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b79b38e4b3199984a6ad0ead5be2431c8e804eaa'/>
<id>urn:sha1:b79b38e4b3199984a6ad0ead5be2431c8e804eaa</id>
<content type='text'>
Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Reviewed-by: Andreas Färber &lt;afaerber@suse.de&gt;
Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'upstream' of git://qemu.weilnetz.de/qemu</title>
<updated>2012-03-03T17:59:06+00:00</updated>
<author>
<name>Blue Swirl</name>
</author>
<published>2012-03-03T17:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5a30d3f19d9c6d135bf7a395a24dc455698d5cf9'/>
<id>urn:sha1:5a30d3f19d9c6d135bf7a395a24dc455698d5cf9</id>
<content type='text'>
* 'upstream' of git://qemu.weilnetz.de/qemu:
  Move definition of HOST_LONG_BITS to qemu-common.h
  target-xtensa: Clean includes
  target-unicore32: Clean includes
  target-sh4: Clean includes
  target-s390x: Clean includes
  target-ppc: Clean includes
  target-mips: Clean includes
  target-microblaze: Clean includes
  target-m68k: Clean includes
  target-lm32: Clean includes
  target-i386: Clean includes
  target-cris: Clean includes
  target-arm: Clean includes
  target-alpha: Clean includes
  Remove macro HOST_LONG_SIZE
</content>
</entry>
<entry>
<title>target-xtensa: Clean includes</title>
<updated>2012-02-28T21:33:43+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2012-02-02T20:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2ad5201c1e3d53fef14af1e9eb629c180b318d89'/>
<id>urn:sha1:2ad5201c1e3d53fef14af1e9eb629c180b318d89</id>
<content type='text'>
Remove some include statements which are not needed.

Acked-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
</feed>
