Re: [PATCH 04/11] target/arm: Reduce CPSR_RESERVED

2019-12-06 Thread Peter Maydell
On Tue, 3 Dec 2019 at 22:53, Richard Henderson wrote: > > Since v8.0, the CPSR_RESERVED bits have been allocated. > We are not yet implementing ARMv8.4-DIT; retain CPSR_RESERVED, > since that overlaps with our current hack for AA32 single step. > > Signed-off-by: Richard Henderson > --- >

[PATCH 04/11] target/arm: Reduce CPSR_RESERVED

2019-12-03 Thread Richard Henderson
Since v8.0, the CPSR_RESERVED bits have been allocated. We are not yet implementing ARMv8.4-DIT; retain CPSR_RESERVED, since that overlaps with our current hack for AA32 single step. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 8 ++-- 1 file changed, 6 insertions(+), 2