On Sat Aug 24 19:24:37 2024 +0000, Vibhav Pant wrote:
> 1/4 also merges the old 1/4 commit, and has been split into 2 commits -
> for introducing `new_event` and friends.
Thank you, that's what I was looking for :-)
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6315#note_80286
Resolves issue https://gitlab.winehq.org/wine/wine/-/merge_requests/3598#note_75871
The host address space limit may not be `0x7fffffff0000` on any architecture (eg: ARM64). Such architectures can fully emulate x86_64 Wine (eg: QEMU, FEX, BOX64) and need to have their host address space detected. Implementing the detection regardless of the Wine build architecture should not regress anything.
--
v5: ntdll: Determine the available address space dynamically for 64bit architectures.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6299