On 6/19/22 08:15, Richard Henderson wrote:
> Nicely summarized by the reporter, but I thought it would be
> nicer to pull all of the logic into arm_pamax, rather than
> leave it separated.
Reported-by: He Zhe <zhe...@windriver.com>
I ran a quick test. qemu still hangs with these two commits applied.
One fact that might help, qemu can boot up successfully if the change of the
following commit is reverted.
https://gitlab.com/qemu-project/qemu/-/commit/39a1fd25287f5dece59fdf4752491faf59310296
The change had been moved to target/arm/ptw.c.
Zhe
>
>
> r~
>
>
> Richard Henderson (2):
> target/arm: Extend arm_pamax to more than aarch64
> target/arm: Check V7VE as well as LPAE in arm_pamax
>
> hw/arm/virt.c | 10 +---------
> target/arm/ptw.c | 26 ++++++++++++++++++++------
> 2 files changed, 21 insertions(+), 15 deletions(-)
>