Alexandre Julliard pushed to branch master at wine / wine Commits: b8d8f34f by Jacek Caban at 2026-05-15T12:29:23+02:00 ntdll: Add support for ARM64EC cooperative suspend. When running simulated code, instead of suspending a thread immediately, the kernel sets a registered doorbell, expecting the jit to stop execution as soon as it reaches a consistent state that can be represented as an x86_64 context. Based on patch by Billy Laws. - - - - - 3433e080 by Jacek Caban at 2026-05-15T12:29:23+02:00 ntdll: Use unwind_context values only if the caller is not EC in capture_context. - - - - - 2fe3282a by Jacek Caban at 2026-05-15T12:29:23+02:00 ntdll/tests: Add SuspendDoorbell tests. - - - - - 7 changed files: - dlls/ntdll/signal_arm64ec.c - dlls/ntdll/tests/wow64.c - dlls/ntdll/unix/signal_arm64.c - include/wine/server_protocol.h - server/protocol.def - server/request_trace.h - server/thread.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3f8c0f303a3f645fa097be5c3f4507... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3f8c0f303a3f645fa097be5c3f4507... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help