Re: [PATCH] target/arm: Do alignment check when translation disabled

2022-09-28 Thread Richard Henderson
On 9/22/22 08:31, Peter Maydell wrote: On Wed, 14 Sept 2022 at 13:47, Richard Henderson wrote: If translation is disabled, the default memory type is Device, which requires alignment checking. Document, but defer, the more general case of per-page alignment checking. Reported-by: Idan Horowi

Re: [PATCH] target/arm: Do alignment check when translation disabled

2022-09-22 Thread Peter Maydell
On Wed, 14 Sept 2022 at 13:47, Richard Henderson wrote: > > If translation is disabled, the default memory type is Device, > which requires alignment checking. Document, but defer, the > more general case of per-page alignment checking. > > Reported-by: Idan Horowitz > Resolves: https://gitlab.c

[PATCH] target/arm: Do alignment check when translation disabled

2022-09-14 Thread Richard Henderson
If translation is disabled, the default memory type is Device, which requires alignment checking. Document, but defer, the more general case of per-page alignment checking. Reported-by: Idan Horowitz Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1204 Signed-off-by: Richard Henderson -

[PATCH] target/arm: Do alignment check when translation disabled

2022-09-13 Thread Richard Henderson
If translation is disabled, the default memory type is Device, which requires alignment checking. Document, but defer, the more general case of per-page alignment checking. Reported-by: Idan Horowitz Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1204 Signed-off-by: Richard Henderson -