<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/linux-user/m68k/syscall.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/linux-user/m68k/syscall.h?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/linux-user/m68k/syscall.h?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2016-02-23T19:25:09+00:00</updated>
<entry>
<title>build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target directories</title>
<updated>2016-02-23T19:25:09+00:00</updated>
<author>
<name>Lluís Vilanova</name>
</author>
<published>2016-02-01T18:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=460c579f3ddc71bcf34128d4b3d1e1debdd93f73'/>
<id>urn:sha1:460c579f3ddc71bcf34128d4b3d1e1debdd93f73</id>
<content type='text'>
This fixes double-definitions in linux-user builds when using the UST
tracing backend (which indirectly includes the system's "syscall.h").

Signed-off-by: Lluís Vilanova &lt;vilanova@ac.upc.edu&gt;
Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Riku Voipio &lt;riku.voipio@linaro.org&gt;
</content>
</entry>
<entry>
<title>linux-user: Support target-to-host translation of mlockall argument</title>
<updated>2014-08-22T12:06:35+00:00</updated>
<author>
<name>Tom Musta</name>
</author>
<published>2014-08-12T18:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6f6a40328b6f4679082583c2b3a949cda451a991'/>
<id>urn:sha1:6f6a40328b6f4679082583c2b3a949cda451a991</id>
<content type='text'>
The argument to the mlockall system call is not necessarily the same on
all platforms and thus may require translation prior to passing to the
host.

For example, PowerPC 64 bit platforms define values for MCL_CURRENT
(0x2000) and MCL_FUTURE (0x4000) which are different from Intel platforms
(0x1 and 0x2, respectively)

Signed-off-by: Tom Musta &lt;tommusta@gmail.com&gt;
Signed-off-by: Riku Voipio &lt;riku.voipio@linaro.org&gt;
</content>
</entry>
<entry>
<title>linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2</title>
<updated>2014-08-22T12:06:35+00:00</updated>
<author>
<name>Tom Musta</name>
</author>
<published>2014-08-12T18:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0903c8be9ee7925863c6c50a2096b6e919be861c'/>
<id>urn:sha1:0903c8be9ee7925863c6c50a2096b6e919be861c</id>
<content type='text'>
The ELF V2 ABI for PPC64 defines MINSIGSTKSZ as 4096 bytes whereas it was
2048 previously.

Signed-off-by: Tom Musta &lt;tommusta@gmail.com&gt;
Signed-off-by: Riku Voipio &lt;riku.voipio@linaro.org&gt;
</content>
</entry>
<entry>
<title>linux-user: set minimum kernel version to 2.6.32</title>
<updated>2014-03-10T11:55:00+00:00</updated>
<author>
<name>Riku Voipio</name>
</author>
<published>2014-02-19T12:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=cbc14e6f286169949105c10ec60c924e086521ad'/>
<id>urn:sha1:cbc14e6f286169949105c10ec60c924e086521ad</id>
<content type='text'>
Popular glibc based distributions[1] require minimum
2.6.32 as kernel version. For some targets 2.6.18
would be enough, but dropping so low would mean some
suboptimal system calls could get used.

Set the minimum kernel advertized to 2.6.32 for
all architectures but aarch64 to ensure working qemu
linux-user in case host kernel is older.

[1] https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/921078

Signed-off-by: Riku Voipio &lt;riku.voipio@linaro.org&gt;
</content>
</entry>
<entry>
<title>linux-user: Don't overuse CPUState</title>
<updated>2012-03-14T21:20:24+00:00</updated>
<author>
<name>Andreas Färber</name>
</author>
<published>2012-02-25T02:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=053902488581f504149e1507fe5328cfd57caa23'/>
<id>urn:sha1:053902488581f504149e1507fe5328cfd57caa23</id>
<content type='text'>
In target-specific code use CPU*State.

While at it, fix indentation on those lines.

Signed-off-by: Andreas Färber &lt;afaerber@suse.de&gt;
</content>
</entry>
<entry>
<title>Fix some warnings that would be generated by gcc -Wredundant-decls</title>
<updated>2008-08-30T09:51:20+00:00</updated>
<author>
<name>blueswir1</name>
</author>
<published>2008-08-30T09:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=79383c9c082e5d56618968237dad806d0eb615f3'/>
<id>urn:sha1:79383c9c082e5d56618968237dad806d0eb615f3</id>
<content type='text'>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5115 c046a42c-6fe2-441c-8c8c-71466251a162
</content>
</entry>
<entry>
<title> Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)</title>
<updated>2007-10-14T16:27:31+00:00</updated>
<author>
<name>blueswir1</name>
</author>
<published>2007-10-14T16:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=992f48a036cccf7101e31bf3e5d901ce5320e886'/>
<id>urn:sha1:992f48a036cccf7101e31bf3e5d901ce5320e886</id>
<content type='text'>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3396 c046a42c-6fe2-441c-8c8c-71466251a162
</content>
</entry>
<entry>
<title>ColdFire target.</title>
<updated>2006-10-22T00:18:54+00:00</updated>
<author>
<name>pbrook</name>
</author>
<published>2006-10-22T00:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e6e5906b6e0a81718066ca43aef57515026c6624'/>
<id>urn:sha1:e6e5906b6e0a81718066ca43aef57515026c6624</id>
<content type='text'>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2196 c046a42c-6fe2-441c-8c8c-71466251a162
</content>
</entry>
</feed>
