Re: [Qemu-devel] [PATCH v3 19/31] target/arm: Merge TBFLAG_AA_TB{0, 1} to TBII

2019-01-18 Thread Peter Maydell
On Tue, 8 Jan 2019 at 22:32, Richard Henderson wrote: > > We will shortly want to talk about TBI as it relates to data. > Passing around a pair of variables is less convenient than a > single variable. > > Signed-off-by: Richard Henderson > > v3: New, split out of a later patch set. > --- >

Re: [Qemu-devel] [PATCH v3 19/31] target/arm: Merge TBFLAG_AA_TB{0, 1} to TBII

2019-01-18 Thread Peter Maydell
On Tue, 8 Jan 2019 at 22:32, Richard Henderson wrote: > > We will shortly want to talk about TBI as it relates to data. > Passing around a pair of variables is less convenient than a > single variable. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell (apologies for the content-f

[Qemu-devel] [PATCH v3 19/31] target/arm: Merge TBFLAG_AA_TB{0, 1} to TBII

2019-01-08 Thread Richard Henderson
We will shortly want to talk about TBI as it relates to data. Passing around a pair of variables is less convenient than a single variable. Signed-off-by: Richard Henderson v3: New, split out of a later patch set. --- target/arm/cpu.h | 3 +-- target/arm/translate.h | 3 +--