Re: [PATCH 1/2] target/hppa: Fix proberi instruction emulation for linux-user

2022-08-22 Thread Helge Deller
Thank you Denis, Btw, this patch was already pulled by Richard... Helge On 8/22/22 12:31, Denis V. Lunev wrote: > From: Helge Deller > > The proberi assembler instruction checks the read/write access rights > for the page of a given address and shall return a value of 1 if the > test succeeds a

[PATCH 1/2] target/hppa: Fix proberi instruction emulation for linux-user

2022-08-22 Thread Denis V. Lunev
From: Helge Deller The proberi assembler instruction checks the read/write access rights for the page of a given address and shall return a value of 1 if the test succeeds and a value of 0 on failure in the target register. But when run in linux-user mode, qemu currently simply returns the retur