[Qemu-devel] [PATCH 0/9] Honor CPU_DUMP_FPU

Richard Henderson posted 9 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180511035240.4016-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
target/riscv/cpu.h           |  1 +
target/alpha/helper.c        | 17 ++++++++---------
target/mips/translate.c      |  3 ++-
target/ppc/translate.c       | 20 +++++++++++++-------
target/riscv/cpu.c           | 16 +++++++++++-----
target/riscv/fpu_helper.c    |  6 ++++++
target/riscv/op_helper.c     |  3 +--
target/s390x/helper.c        | 23 ++++++++++++-----------
target/sparc/cpu.c           | 17 ++++++++++-------
target/unicore32/translate.c |  4 +++-
target/xtensa/translate.c    |  3 ++-
11 files changed, 69 insertions(+), 44 deletions(-)
[Qemu-devel] [PATCH 0/9] Honor CPU_DUMP_FPU
Posted by Richard Henderson 7 years, 5 months ago
With Peter's new patch for "-d fpu", it makes sense to honor
this setting in as many targets as currently dump the fpu.


r~


Richard Henderson (9):
  target/alpha: Honor CPU_DUMP_FPU
  target/mips: Honor CPU_DUMP_FPU
  target/ppc: Honor CPU_DUMP_FPU
  target/riscv: Introduce cpu_riscv_get_fcsr
  target/riscv: Honor CPU_DUMP_FPU
  target/s390x: Honor CPU_DUMP_FPU
  target/sparc: Honor CPU_DUMP_FPU
  target/unicore32: Honor CPU_DUMP_FPU
  target/xtensa: Honor CPU_DUMP_FPU

 target/riscv/cpu.h           |  1 +
 target/alpha/helper.c        | 17 ++++++++---------
 target/mips/translate.c      |  3 ++-
 target/ppc/translate.c       | 20 +++++++++++++-------
 target/riscv/cpu.c           | 16 +++++++++++-----
 target/riscv/fpu_helper.c    |  6 ++++++
 target/riscv/op_helper.c     |  3 +--
 target/s390x/helper.c        | 23 ++++++++++++-----------
 target/sparc/cpu.c           | 17 ++++++++++-------
 target/unicore32/translate.c |  4 +++-
 target/xtensa/translate.c    |  3 ++-
 11 files changed, 69 insertions(+), 44 deletions(-)

-- 
2.17.0