Re: [Qemu-devel] [PATCH v2 17/27] target/arm: Create ARMVAParameters and helpers

2019-01-07 Thread Peter Maydell
On Fri, 14 Dec 2018 at 05:24, Richard Henderson wrote: > > Split out functions to extract the virtual address parameters. > Let the functions choose T0 or T1 address space half, if present. > Extract (most of) the control bits that vary between EL or Tx. > > Signed-off-by: Richard Henderson > ---

[Qemu-devel] [PATCH v2 17/27] target/arm: Create ARMVAParameters and helpers

2018-12-13 Thread Richard Henderson
Split out functions to extract the virtual address parameters. Let the functions choose T0 or T1 address space half, if present. Extract (most of) the control bits that vary between EL or Tx. Signed-off-by: Richard Henderson v2: Incorporate feedback wrt VTCR, HTCR, and more. --- target/arm/