Stream: git-wasmtime

Topic: wasmtime / issue #4076 Update QEMU to 7.0.0


view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2022 at 17:22):

cfallin commented on issue #4076:

cc @uweigand for s390x issues (qemu is segfaulting) -- are there any known problems in qemu 7.0.0 wrt s390x support?

view this post on Zulip Wasmtime GitHub notifications bot (Apr 28 2022 at 14:41):

alexcrichton commented on issue #4076:

Alas perhaps an update another day!

view this post on Zulip Wasmtime GitHub notifications bot (Apr 28 2022 at 14:42):

uweigand commented on issue #4076:

cc @uweigand for s390x issues (qemu is segfaulting) -- are there any known problems in qemu 7.0.0 wrt s390x support?

I don't know of any known problems, but some regression may of course have crept in. I'll try to reproduce a run with qemu 7.0.0 locally.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 28 2022 at 18:05):

uweigand commented on issue #4076:

It seems this patch: https://lists.gnu.org/archive/html/qemu-devel/2021-09/msg07466.html is causing the problem. This changes the layout of a data structure on the signal stack that user-space code relies upon. Reverting the data structure change using the attached patch makes the problem go away for me.
qemu-fix-s390-sigframe.txt

view this post on Zulip Wasmtime GitHub notifications bot (Apr 28 2022 at 18:34):

alexcrichton commented on issue #4076:

Oh nice! I don't know of any pressing need to land this so I think it's ok to wait for this to be resolved upstream in a release before we update.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 10 2022 at 12:06):

uweigand commented on issue #4076:

Oh nice! I don't know of any pressing need to land this so I think it's ok to wait for this to be resolved upstream in a release before we update.

Just FYI the patch to fix this regression has now been merged; QEMU 7.1.0 should have the fix.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2022 at 13:21):

iii-i commented on issue #4076:

I brought ci/qemu-madvise.patch upstream: https://lists.gnu.org/archive/html/qemu-devel/2022-06/msg03752.html.
You should be able to drop it once you switch to 7.1.0.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2022 at 14:38):

alexcrichton commented on issue #4076:

Oh awesome, thanks @iii-i!


Last updated: Nov 22 2024 at 17:03 UTC