<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/linux-user/xtensa/syscall_nr.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/xtensa/syscall_nr.h?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/linux-user/xtensa/syscall_nr.h?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2020-03-20T15:02:00+00:00</updated>
<entry>
<title>linux-user, xtensa: add syscall table generation support</title>
<updated>2020-03-20T15:02:00+00:00</updated>
<author>
<name>Laurent Vivier</name>
</author>
<published>2020-03-10T10:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a4a9359253f5ee4fd419c3164940cfcfe9635e45'/>
<id>urn:sha1:a4a9359253f5ee4fd419c3164940cfcfe9635e45</id>
<content type='text'>
Copy syscall.tbl and syscallhdr.sh from linux/arch/xtensa/kernel/syscalls v5.5
Update syscallhdr.sh to generate QEMU syscall_nr.h

Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Reviewed-by: Taylor Simpson &lt;tsimpson@quicinc.com&gt;
Message-Id: &lt;20200310103403.3284090-6-laurent@vivier.eu&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count</title>
<updated>2020-02-17T09:28:50+00:00</updated>
<author>
<name>Aleksandar Markovic</name>
</author>
<published>2020-02-13T12:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0a80aa55f4485d102567e1db7ab0532ef96d1b96'/>
<id>urn:sha1:0a80aa55f4485d102567e1db7ab0532ef96d1b96</id>
<content type='text'>
Currently, there is no usage of TARGET_NR_syscall_count for target
xtensa, and there is no obvious indication if there is some planned
usage in future.

CC: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Acked-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Signed-off-by: Aleksandar Markovic &lt;amarkovic@wavecomp.com&gt;
Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Message-Id: &lt;1581596954-2305-10-git-send-email-aleksandar.markovic@rt-rk.com&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user: xtensa: Update syscall numbers to kernel 5.5 level</title>
<updated>2020-02-17T09:28:50+00:00</updated>
<author>
<name>Aleksandar Markovic</name>
</author>
<published>2020-02-13T12:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0f0eeed05c2e3055c1cc55f2090c9d1916fb73d8'/>
<id>urn:sha1:0f0eeed05c2e3055c1cc55f2090c9d1916fb73d8</id>
<content type='text'>
Update xtensa syscall numbers based on Linux kernel v5.5.

CC: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Acked-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
Signed-off-by: Aleksandar Markovic &lt;amarkovic@wavecomp.com&gt;
Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Message-Id: &lt;1581596954-2305-9-git-send-email-aleksandar.markovic@rt-rk.com&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>Clean up ill-advised or unusual header guards</title>
<updated>2019-05-13T06:58:55+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2019-03-15T14:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a8b991b52dcde75ab5065046653626951aac666d'/>
<id>urn:sha1:a8b991b52dcde75ab5065046653626951aac666d</id>
<content type='text'>
Leading underscores are ill-advised because such identifiers are
reserved.  Trailing underscores are merely ugly.  Strip both.

Our header guards commonly end in _H.  Normalize the exceptions.

Done with scripts/clean-header-guards.pl.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Message-Id: &lt;20190315145123.28030-7-armbru@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
[Changes to slirp/ dropped, as we're about to spin it off]
</content>
</entry>
<entry>
<title>target/xtensa: add linux-user support</title>
<updated>2018-03-16T16:40:34+00:00</updated>
<author>
<name>Max Filippov</name>
</author>
<published>2017-01-25T18:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=ba7651fba54199e5dedbbd08157687291b9dbae3'/>
<id>urn:sha1:ba7651fba54199e5dedbbd08157687291b9dbae3</id>
<content type='text'>
Import list of syscalls from the kernel source. Conditionalize code/data
that is only used with softmmu. Implement exception handlers. Implement
signal hander (only the core registers for now, no coprocessors or TIE).

Cc: Riku Voipio &lt;riku.voipio@iki.fi&gt;
Cc: Laurent Vivier &lt;laurent@vivier.eu&gt;
Signed-off-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;
</content>
</entry>
</feed>
