Re: [Qemu-devel] [PATCH v3 18/31] target/arm: Create ARMVAParameters and helpers

2019-01-24 Thread Peter Maydell
On Tue, 8 Jan 2019 at 22:32, 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 > +

Re: [Qemu-devel] [PATCH v3 18/31] target/arm: Create ARMVAParameters and helpers

2019-01-18 Thread Peter Maydell
On Tue, 8 Jan 2019 at 22:32, 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 v3 18/31] target/arm: Create ARMVAParameters and helpers

2019-01-08 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. v3: Remove TBID,