<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/linux-user/mips64, 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/mips64?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/linux-user/mips64?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-09-27T07:30:09+00:00</updated>
<entry>
<title>linux-user: Provide MADV_* definitions</title>
<updated>2022-09-27T07:30:09+00:00</updated>
<author>
<name>Ilya Leoshkevich</name>
</author>
<published>2022-09-06T00:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9f22020b91ae235be2b27c47d11e842872ec5e85'/>
<id>urn:sha1:9f22020b91ae235be2b27c47d11e842872ec5e85</id>
<content type='text'>
Provide MADV_* definitions using target_mman.h header, similar to what
kernel does. Most architectures use the same values, with the exception
of alpha and hppa.

Signed-off-by: Ilya Leoshkevich &lt;iii@linux.ibm.com&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-Id: &lt;20220906000839.1672934-2-iii@linux.ibm.com&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h</title>
<updated>2022-02-01T07:01:38+00:00</updated>
<author>
<name>Serge Belyshev</name>
</author>
<published>2022-01-29T19:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b13e49bc86961c6725b2ebddd53898fe1366f6dc'/>
<id>urn:sha1:b13e49bc86961c6725b2ebddd53898fe1366f6dc</id>
<content type='text'>
Signed-off-by: Serge Belyshev &lt;belyshev@depni.sinp.msu.ru&gt;
Message-Id: &lt;87ee4ql3yk.fsf_-_@depni.sinp.msu.ru&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user: Split out do_prctl and subroutines</title>
<updated>2022-01-06T10:40:52+00:00</updated>
<author>
<name>Richard Henderson</name>
</author>
<published>2021-12-27T15:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=87e9bf23236d3c9da84f2b6164e06be3ecfd45e0'/>
<id>urn:sha1:87e9bf23236d3c9da84f2b6164e06be3ecfd45e0</id>
<content type='text'>
Since the prctl constants are supposed to be generic, supply
any that are not provided by the host.

Split out subroutines for PR_GET_FP_MODE, PR_SET_FP_MODE,
PR_GET_VL, PR_SET_VL, PR_RESET_KEYS, PR_SET_TAGGED_ADDR_CTRL,
PR_GET_TAGGED_ADDR_CTRL.  Return EINVAL for guests that do
not support these options rather than pass them on to the host.

Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Signed-off-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-Id: &lt;20211227150127.2659293-2-richard.henderson@linaro.org&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user: Remove TARGET_SIGSTKSZ</title>
<updated>2022-01-06T10:40:52+00:00</updated>
<author>
<name>Song Gao</name>
</author>
<published>2021-11-26T02:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=c1e8e3a746f6e4fb90ae65c715a4f79f6b4b6cf6'/>
<id>urn:sha1:c1e8e3a746f6e4fb90ae65c715a4f79f6b4b6cf6</id>
<content type='text'>
TARGET_SIGSTKSZ is not used, we should remove it.

Signed-off-by: Song Gao &lt;gaosong@loongson.cn&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-Id: &lt;1637893388-10282-4-git-send-email-gaosong@loongson.cn&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ</title>
<updated>2022-01-06T10:40:52+00:00</updated>
<author>
<name>Song Gao</name>
</author>
<published>2021-11-26T02:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=f9d0707182fcf65593b55479fa891867192ebeef'/>
<id>urn:sha1:f9d0707182fcf65593b55479fa891867192ebeef</id>
<content type='text'>
TARGET_MINSIGSTKSZ has been defined in generic/signal.h
or target_signal.h, We don't need to define it again.

Signed-off-by: Song Gao &lt;gaosong@loongson.cn&gt;
Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-Id: &lt;1637893388-10282-3-git-send-email-gaosong@loongson.cn&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user/mips: Implement setup_sigtramp</title>
<updated>2021-10-01T10:03:48+00:00</updated>
<author>
<name>Richard Henderson</name>
</author>
<published>2021-09-29T13:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=317a33b6ebad8a9e94109b4421804f7945eb8935'/>
<id>urn:sha1:317a33b6ebad8a9e94109b4421804f7945eb8935</id>
<content type='text'>
Create and record the two signal trampolines.

Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Signed-off-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-Id: &lt;20210929130553.121567-16-richard.henderson@linaro.org&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user: update syscall.tbl to Linux v5.13</title>
<updated>2021-07-13T11:59:59+00:00</updated>
<author>
<name>Laurent Vivier</name>
</author>
<published>2021-07-08T21:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2fa4ad3f9000c385f71237984fdd1eefe2a91900'/>
<id>urn:sha1:2fa4ad3f9000c385f71237984fdd1eefe2a91900</id>
<content type='text'>
Updated running scripts/update-syscalltbl.sh

Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Message-Id: &lt;20210708215756.268805-4-laurent@vivier.eu&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user/mips: Move errno definitions to 'target_errno_defs.h'</title>
<updated>2021-07-12T19:53:35+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2021-07-08T17:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=f317c0ee575c07b6461a6f1c254b9230c2952c06'/>
<id>urn:sha1:f317c0ee575c07b6461a6f1c254b9230c2952c06</id>
<content type='text'>
Suggested-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Message-Id: &lt;20210708170550.1846343-7-f4bug@amsat.org&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user: Extract target errno to 'target_errno_defs.h'</title>
<updated>2021-07-12T19:53:35+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2021-07-08T17:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=8f968b6a24aec7de8b1a1b4d2de922adad689297'/>
<id>urn:sha1:8f968b6a24aec7de8b1a1b4d2de922adad689297</id>
<content type='text'>
We want to access the target errno indepently of the rest of the
linux-user code. Move the header containing the generic errno
definitions ('errno_defs.h') to 'generic/target_errno_defs.h',
create a new 'target_errno_defs.h' in each target which itself
includes 'generic/target_errno_defs.h'.

Suggested-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Message-Id: &lt;20210708170550.1846343-4-f4bug@amsat.org&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN</title>
<updated>2021-07-07T19:26:46+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2021-07-04T18:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=bc3359f7395bbc0a50ac1499948a028b885a207c'/>
<id>urn:sha1:bc3359f7395bbc0a50ac1499948a028b885a207c</id>
<content type='text'>
Linux kernel defines EWOULDBLOCK as EAGAIN (since before v2.6.12-rc2).

Signed-off-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-Id: &lt;20210704183755.655002-4-f4bug@amsat.org&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
</feed>
