On 2024/01/07 19:54, Philippe Mathieu-Daudé wrote:
Cc'ing Akihiko for commit a1eaa6281f.
On 7/1/24 08:19, Helge Deller wrote:
Update the TCI interpreter test matrix for big-endian hosts with
big- (hppa, hppa64) and little-endian (x86,x96-64) targets.
I used native ppc64 and hppa hosts for those tests.
Starting TCI on a hppa host crashed immediately, because hppa is
the only archive left where the stack grows upwards.
Write-protecting the stack guard page at the top of the stack
fixes the crash.
Fixes: a1eaa6281f ("util: Delete checks for old host definitions")
The change is intentional. If you need HP-PA host support, please
explain why you need to run latest QEMU on HP-PA. You may also look at
commit b1cef6d02f ("Drop remaining bits of ia64 host support"), which is
mentioned in commit a1eaa6281f ("util: Delete checks for old host
definitions"), if you are going to restore HP-PA host support.
Regards,
Akihiko Odaki