Richard Henderson writes:
> The acc_flag check for write should have been against PAGE_WRITE_ORG,
> not PAGE_WRITE. But it is better to combine two acc_flag checks
> to a single check against access_type. This matches the system code
> in cputlb.c.
>
> Resolves: https://gitlab.com/qemu-project/
The acc_flag check for write should have been against PAGE_WRITE_ORG,
not PAGE_WRITE. But it is better to combine two acc_flag checks
to a single check against access_type. This matches the system code
in cputlb.c.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2647
Signed-off-by: Richa