Re: [Qemu-devel] [PATCH] target/arm: Convert ARM_TBFLAG_* to FIELDs

2018-12-18 Thread Alex Bennée
Richard Henderson writes: > On 12/17/18 9:43 AM, Alex Bennée wrote: >>> Use "register" TBFLAG_ANY to indicate shared state between >>> A32 and A64, and "registers" TBFLAG_A32 & TBFLAG_A64 for >>> fields that are specific to the given cpu state. >>> >>> Move ARM_TBFLAG_BE to shared state,

Re: [Qemu-devel] [PATCH] target/arm: Convert ARM_TBFLAG_* to FIELDs

2018-12-17 Thread Richard Henderson
On 12/17/18 9:43 AM, Alex Bennée wrote: >> Use "register" TBFLAG_ANY to indicate shared state between >> A32 and A64, and "registers" TBFLAG_A32 & TBFLAG_A64 for >> fields that are specific to the given cpu state. >> >> Move ARM_TBFLAG_BE to shared state, instead of its current >> placement within

Re: [Qemu-devel] [PATCH] target/arm: Convert ARM_TBFLAG_* to FIELDs

2018-12-17 Thread Alex Bennée
Richard Henderson writes: > Use "register" TBFLAG_ANY to indicate shared state between > A32 and A64, and "registers" TBFLAG_A32 & TBFLAG_A64 for > fields that are specific to the given cpu state. > > Move ARM_TBFLAG_BE to shared state, instead of its current > placement within "Bit usage when

[Qemu-devel] [PATCH] target/arm: Convert ARM_TBFLAG_* to FIELDs

2018-12-14 Thread Richard Henderson
Use "register" TBFLAG_ANY to indicate shared state between A32 and A64, and "registers" TBFLAG_A32 & TBFLAG_A64 for fields that are specific to the given cpu state. Move ARM_TBFLAG_BE to shared state, instead of its current placement within "Bit usage when in AArch32 state". Signed-off-by: