<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/hw/sparc64/Makefile.objs, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/hw/sparc64/Makefile.objs?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/hw/sparc64/Makefile.objs?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2020-08-21T10:30:33+00:00</updated>
<entry>
<title>meson: convert hw/arch*</title>
<updated>2020-08-21T10:30:33+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2019-08-17T09:55:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2c44220d055d12142f27cf513848f17d6007ae35'/>
<id>urn:sha1:2c44220d055d12142f27cf513848f17d6007ae35</id>
<content type='text'>
Each architecture's sourceset is placed in an hw_arch dictionary, and picked up
from there when building the per-emulator static_library.

Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64</title>
<updated>2019-02-05T15:50:20+00:00</updated>
<author>
<name>Yang Zhong</name>
</author>
<published>2019-02-02T07:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=04aa5abc6adcbd02b1eecdc27018c05e1812d0f1'/>
<id>urn:sha1:04aa5abc6adcbd02b1eecdc27018c05e1812d0f1</id>
<content type='text'>
Add the new configs to default-configs/sparc64-sofmmu.mak.

Signed-off-by: Yang Zhong &lt;yang.zhong@intel.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Message-Id: &lt;20190202072456.6468-20-yang.zhong@intel.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>sun4u: split IOMMU device out from apb.c to sun4u_iommu.c</title>
<updated>2018-01-09T21:48:20+00:00</updated>
<author>
<name>Mark Cave-Ayland</name>
</author>
<published>2018-01-08T18:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0ea833c24999093be6369f9145333bd10acfad76'/>
<id>urn:sha1:0ea833c24999093be6369f9145333bd10acfad76</id>
<content type='text'>
By separating the sun4u IOMMU device into new sun4u_iommu.c and sun4m_iommu.h
files we noticeably simplify apb.c whilst bringing sun4u in line with all the
other IOMMU-supporting architectures.

Signed-off-by: Mark Cave-Ayland &lt;mark.cave-ayland@ilande.co.uk&gt;
Acked-by: Artyom Tarasenko &lt;atar4qemu@gmail.com&gt;
</content>
</entry>
<entry>
<title>target-sparc: fix up niagara machine</title>
<updated>2017-01-18T21:03:44+00:00</updated>
<author>
<name>Artyom Tarasenko</name>
</author>
<published>2016-09-29T12:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a2664ca0eced57dfc9f261fa1b210f24ddac649d'/>
<id>urn:sha1:a2664ca0eced57dfc9f261fa1b210f24ddac649d</id>
<content type='text'>
Remove the Niagara stub implementation from sun4u.c and add a machine,
compatible with Legion simulator from the OpenSPARC T1 project.

The machine uses the firmware supplied with the OpenSPARC T1 project,
http://download.oracle.com/technetwork/systems/opensparc/OpenSPARCT1_Arch.1.5.tar.bz2
in the directory S10image/, and is able to boot the supplied Solaris 10 image.

Note that for compatibility with the naming conventions for SPARC machines
the new machine name is lowercase niagara.

Signed-off-by: Artyom Tarasenko &lt;atar4qemu@gmail.com&gt;
Reviewed-by: Richard Henderson &lt;rth@twiddle.net&gt;
</content>
</entry>
<entry>
<title>target-sparc: move common cpu initialisation routines to sparc64.c</title>
<updated>2017-01-18T21:03:44+00:00</updated>
<author>
<name>Artyom Tarasenko</name>
</author>
<published>2016-09-29T12:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=fff54d2269de32d09458f86d111eade917137835'/>
<id>urn:sha1:fff54d2269de32d09458f86d111eade917137835</id>
<content type='text'>
Signed-off-by: Artyom Tarasenko &lt;atar4qemu@gmail.com&gt;
Reviewed-by: Richard Henderson &lt;rth@twiddle.net&gt;
</content>
</entry>
<entry>
<title>hw: move PCI bridges to hw/pci-* or hw/ARCH</title>
<updated>2013-04-08T16:13:14+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2013-02-05T14:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c0907c9e6417cb959dfd9ef6873221536ec91351'/>
<id>urn:sha1:c0907c9e6417cb959dfd9ef6873221536ec91351</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>hw: move MC146818RTC to hw/timer/, configure via default-configs/</title>
<updated>2013-04-08T16:13:13+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2013-02-05T11:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0ddfaf7fe4c8453446730328bf348b7c6438e4f8'/>
<id>urn:sha1:0ddfaf7fe4c8453446730328bf348b7c6438e4f8</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>hw: move boards and other isolated files to hw/ARCH</title>
<updated>2013-03-01T14:01:19+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2013-02-05T11:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=530182169e897c0e401b245552a4c58dc6846912'/>
<id>urn:sha1:530182169e897c0e401b245552a4c58dc6846912</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>build: move obj-TARGET-y variables to nested Makefile.objs</title>
<updated>2012-06-07T05:17:36+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2012-05-29T08:23:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5e8861a0361d8d39ab69fe557294471c28c49c8b'/>
<id>urn:sha1:5e8861a0361d8d39ab69fe557294471c28c49c8b</id>
<content type='text'>
Also drop duplicate occurrence of device-hotplug.o.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
</feed>
