Re: [PATCH 3/5] target/s390x: Improve s390_cpu_dump_state vs cc_op

2021-06-15 Thread David Hildenbrand
On 15.06.21 05:07, Richard Henderson wrote: Use s390_cpu_get_psw_mask so that we print the correct architectural value of psw.mask. Do not print cc_op unless tcg_enabled. Signed-off-by: Richard Henderson --- target/s390x/helper.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletio

[PATCH 3/5] target/s390x: Improve s390_cpu_dump_state vs cc_op

2021-06-14 Thread Richard Henderson
Use s390_cpu_get_psw_mask so that we print the correct architectural value of psw.mask. Do not print cc_op unless tcg_enabled. Signed-off-by: Richard Henderson --- target/s390x/helper.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/target/s390x/helper.c b/targ