<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/tests/tcg/README, branch master</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/tests/tcg/README?h=master</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/tests/tcg/README?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2021-05-12T16:20:25+00:00</updated>
<entry>
<title>Drop the deprecated lm32 target</title>
<updated>2021-05-12T16:20:25+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2021-05-03T08:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9d49bcf6992a2ba77f79d2512e23b8ca26d72f6a'/>
<id>urn:sha1:9d49bcf6992a2ba77f79d2512e23b8ca26d72f6a</id>
<content type='text'>
Target lm32 was deprecated in commit d8498005122, v5.2.0.  See there
for rationale.

Some of its code lives on in device models derived from milkymist
ones: hw/char/digic-uart.c and hw/display/bcm2835_fb.c.

Cc: Michael Walle &lt;michael@walle.cc&gt;
Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20210503084034.3804963-2-armbru@redhat.com&gt;
Acked-by: Michael Walle &lt;michael@walle.cc&gt;
[Trivial conflicts resolved, reST markup fixed]
</content>
</entry>
<entry>
<title>tests/tcg/README: fix location for lm32 tests</title>
<updated>2018-10-26T15:17:32+00:00</updated>
<author>
<name>Cleber Rosa</name>
</author>
<published>2018-10-04T16:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=8c9a895aafc332e04a790cf960b8061b04eb7acc'/>
<id>urn:sha1:8c9a895aafc332e04a790cf960b8061b04eb7acc</id>
<content type='text'>
Point to the right and obvious location for lm32 tests.

Signed-off-by: Cleber Rosa &lt;crosa@redhat.com&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Acked-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20181004161852.11673-3-crosa@redhat.com&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>tests/tcg: move MIPS specific tests into subdir</title>
<updated>2018-06-20T19:22:34+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2018-04-05T14:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=106ea2db123ff4ed57b38b4c0084b46833a3ae4c'/>
<id>urn:sha1:106ea2db123ff4ed57b38b4c0084b46833a3ae4c</id>
<content type='text'>
These only need to be built for MIPS guests.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
</content>
</entry>
<entry>
<title>tests/tcg: move ARM specific tests into subdir</title>
<updated>2018-06-20T19:22:34+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2018-04-05T14:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c348722c53a098d6a409ddc94b7ca20299815234'/>
<id>urn:sha1:c348722c53a098d6a409ddc94b7ca20299815234</id>
<content type='text'>
These only need to be built for ARM guests.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests/tcg: move i386 specific tests into subdir</title>
<updated>2018-06-20T19:22:34+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2018-04-05T14:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=4132431f249ac89f413ff326ec4f960992806255'/>
<id>urn:sha1:4132431f249ac89f413ff326ec4f960992806255</id>
<content type='text'>
These only need to be built for i386 guests. This includes a stub
tests/tcg/i386/Makfile.target which absorbs some of what was in
tests/tcg/Makefile.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests/tcg: move architecture independent tests into subdir</title>
<updated>2018-06-20T19:22:34+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2018-04-05T14:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=dd28bebd024b4c7cfb6352126cd010d389a8d374'/>
<id>urn:sha1:dd28bebd024b4c7cfb6352126cd010d389a8d374</id>
<content type='text'>
We will want to build these for all supported guest architectures so
lets move them all into one place. We also drop test_path at this
point because it needs qemu utils and glib bits which is hard to
support for cross compiling.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
</content>
</entry>
<entry>
<title>qemu-tech: move TCG test documentation to tests/tcg/README</title>
<updated>2016-10-07T08:05:30+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2016-10-06T13:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=72bd94c578a4459924e415115b43c21b8ad6cdbd'/>
<id>urn:sha1:72bd94c578a4459924e415115b43c21b8ad6cdbd</id>
<content type='text'>
Reviewed-by: Emilio G. Cota &lt;cota@braap.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
</feed>
