Re: [Qemu-devel] [PATCH 6/9] target/s390x: Honor CPU_DUMP_FPU

2018-05-10 Thread David Hildenbrand
On 11.05.2018 05:52, Richard Henderson wrote: > Also do not dump both "fpu" and "vector" registers > as the former overlaps the latter. > > Cc: Alexander Graf > Cc: David Hildenbrand > Signed-off-by: Richard Henderson > --- > target/s390x/helper.c | 23 --- > 1 file changed

[Qemu-devel] [PATCH 6/9] target/s390x: Honor CPU_DUMP_FPU

2018-05-10 Thread Richard Henderson
Also do not dump both "fpu" and "vector" registers as the former overlaps the latter. Cc: Alexander Graf Cc: David Hildenbrand Signed-off-by: Richard Henderson --- target/s390x/helper.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/target/s390x/h