summary refs log tree commit diff stats
path: root/mailinglist/output_launchpad/1894361
diff options
context:
space:
mode:
Diffstat (limited to 'mailinglist/output_launchpad/1894361')
-rw-r--r--mailinglist/output_launchpad/189436121
1 files changed, 21 insertions, 0 deletions
diff --git a/mailinglist/output_launchpad/1894361 b/mailinglist/output_launchpad/1894361
new file mode 100644
index 00000000..08491af2
--- /dev/null
+++ b/mailinglist/output_launchpad/1894361
@@ -0,0 +1,21 @@
+linux-user: syscall.c lacks pselect6_time64
+
+in commit 50efc69586388a975c1ebd90cb8cc8e4a7328bc4 legacy pselect6 definition
+for riscv32 was removed in favour of pselect6_time64, but pselect6_time64 is
+not available in syscall.c, thus leaving riscv32 without pselect syscall.
+
+pselect6_time64() has been implemented but it has not been merged because during the test I've seen it breaks ARM target.
+
+https://<email address hidden><email address hidden>/
+
+I try to fix that and merge that soon.
+
+Fix available in my branch:
+
+https://github.com/vivier/qemu/commits/linux-user-for-5.2
+
+Fixed here:
+https://git.qemu.org/?p=qemu.git;a=commitdiff;h=e5ce9688b47a8f60337ce1e4108f35577494a46a
+
+Released with QEMU v5.2.0.
+