Re: [PATCH 03/14] target/s390x: Update CR9 bits

2024-05-22 Thread Ilya Leoshkevich
On Wed, 2024-05-01 at 22:44 -0700, Richard Henderson wrote: > Update from the PoO 14th edition. > > Signed-off-by: Richard Henderson > --- >  target/s390x/cpu.h | 18 +++--- >  target/s390x/tcg/misc_helper.c |  2 +- >  2 files changed, 12 insertions(+), 8 deletions(-)

Re: [PATCH 03/14] target/s390x: Update CR9 bits

2024-05-03 Thread Thomas Huth
On 02/05/2024 07.44, Richard Henderson wrote: Update from the PoO 14th edition. Signed-off-by: Richard Henderson --- target/s390x/cpu.h | 18 +++--- target/s390x/tcg/misc_helper.c | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) Reviewed-by: Thomas Huth

[PATCH 03/14] target/s390x: Update CR9 bits

2024-05-01 Thread Richard Henderson
Update from the PoO 14th edition. Signed-off-by: Richard Henderson --- target/s390x/cpu.h | 18 +++--- target/s390x/tcg/misc_helper.c | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/target/s390x/cpu.h b/target/s390x/cpu.h index