<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/linux-user/mips/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/linux-user/mips/Makefile.objs?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/linux-user/mips/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:38+00:00</updated>
<entry>
<title>meson: linux-user</title>
<updated>2020-08-21T10:30:38+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2019-08-18T12:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3a30446aed8497b5928576c6d1aedba557363934'/>
<id>urn:sha1:3a30446aed8497b5928576c6d1aedba557363934</id>
<content type='text'>
The most interesting or most complicated part here is the syscall_nr.h
generators.  In order to keep the generation logic all in meson.build,
I am adding to config_target the name of the .tbl file, and making the
generated file syscall&lt;SUFFIX&gt;_nr.h for input file syscall&lt;SUFFIX&gt;.tbl.

For architectures where the input file is not named syscall_nr.tbl,
syscall_nr.h has to be a source file; it's just a forwarder for x86
(i386/x86_64), while for MIPS64 it chooses between N32 and N64 ABIs.

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>linux-user, mips: 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:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c59716fc5b62734052d26baa06b62467c0d3c125'/>
<id>urn:sha1:c59716fc5b62734052d26baa06b62467c0d3c125</id>
<content type='text'>
Copy syscall.tbl and syscallhdr.sh from linux/arch/mips/kernel/syscalls/syscall_o32.tbl v5.5
Update syscallhdr.sh to generate QEMU syscall_nr.h
Move the offset (4000) from the file to the Makefile.objs to be passed
to syscallhdr.sh
Rename on the fly fadvise64 to fadvise64_64.

Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Reviewed-by: Taylor Simpson &lt;tsimpson@quicinc.com&gt;
Message-Id: &lt;20200310103403.3284090-17-laurent@vivier.eu&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
</feed>
