Re: [PATCH 04/14] target/s390x: Record separate PER bits in TB flags

2024-05-22 Thread Ilya Leoshkevich
On Wed, 2024-05-01 at 22:44 -0700, Richard Henderson wrote: > Record successful-branching, instruction-fetching, and > store-using-real-address.  The other PER bits are not used > during translation.  Having checked these at translation time, > we can remove runtime tests from the helpers. > > Sig

[PATCH 04/14] target/s390x: Record separate PER bits in TB flags

2024-05-01 Thread Richard Henderson
Record successful-branching, instruction-fetching, and store-using-real-address. The other PER bits are not used during translation. Having checked these at translation time, we can remove runtime tests from the helpers. Signed-off-by: Richard Henderson --- target/s390x/cpu.h | 42