Re: [PATCH qemu v4 0/2] target/arm: Improve user-mode compatibility with JITs

2023-06-27 Thread John Högberg
> Since there were only a couple of minor nits in this version > of the patchset I'm going to apply it to target-arm.next > and make those fixups in my tree. Thanks for this bug fix! Great, thanks for reviewing it :-) /John

Re: [PATCH qemu v4 0/2] target/arm: Improve user-mode compatibility with JITs

2023-06-27 Thread Peter Maydell
On Mon, 26 Jun 2023 at 15:15, ~jhogberg wrote: > > Changes since v3: > > 1) Reworded the first commit comment to note that the need to clear >cache is implementation-dependent. > 2) CTR_EL0.DIC is now cleared in user mode to indicate that IC IVAU >must be used. > 3) The test case now only

[PATCH qemu v4 0/2] target/arm: Improve user-mode compatibility with JITs

2023-06-26 Thread ~jhogberg
Changes since v3: 1) Reworded the first commit comment to note that the need to clear cache is implementation-dependent. 2) CTR_EL0.DIC is now cleared in user mode to indicate that IC IVAU must be used. 3) The test case now only uses DC CVAU / IC IVAU when this is required, as indicated b