[Qemu-devel] [PULL 0/8] Honor CPU_DUMP_FPU

Richard Henderson posted 8 patches 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180518215734.18833-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
target/alpha/helper.c        | 17 ++++++++---------
target/mips/translate.c      |  3 ++-
target/ppc/translate.c       | 20 +++++++++++++-------
target/riscv/cpu.c           | 12 +++++++-----
target/s390x/helper.c        | 23 ++++++++++++-----------
target/sparc/cpu.c           | 17 ++++++++++-------
target/unicore32/translate.c |  4 +++-
target/xtensa/translate.c    |  3 ++-
8 files changed, 57 insertions(+), 42 deletions(-)
[Qemu-devel] [PULL 0/8] Honor CPU_DUMP_FPU
Posted by Richard Henderson 5 years, 11 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~


The following changes since commit 5bcf917ee37a5efbef99f091a96db54a5276becb:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180518' into staging (2018-05-18 18:25:29 +0100)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-fpu-20180518

for you to fetch changes up to f29c0b170fa9e0568f2d02e764e18b00cad3a27f:

  target/xtensa: Honor CPU_DUMP_FPU (2018-05-18 14:52:38 -0700)

----------------------------------------------------------------
Honor CPU_DUMP_FPU

----------------------------------------------------------------
Richard Henderson (8):
      target/alpha: Honor CPU_DUMP_FPU
      target/mips: Honor CPU_DUMP_FPU
      target/ppc: Honor CPU_DUMP_FPU
      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/alpha/helper.c        | 17 ++++++++---------
 target/mips/translate.c      |  3 ++-
 target/ppc/translate.c       | 20 +++++++++++++-------
 target/riscv/cpu.c           | 12 +++++++-----
 target/s390x/helper.c        | 23 ++++++++++++-----------
 target/sparc/cpu.c           | 17 ++++++++++-------
 target/unicore32/translate.c |  4 +++-
 target/xtensa/translate.c    |  3 ++-
 8 files changed, 57 insertions(+), 42 deletions(-)

Re: [Qemu-devel] [PULL 0/8] Honor CPU_DUMP_FPU
Posted by Peter Maydell 5 years, 11 months ago
On 18 May 2018 at 22:57, Richard Henderson <richard.henderson@linaro.org> wrote:
> 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~
>
>
> The following changes since commit 5bcf917ee37a5efbef99f091a96db54a5276becb:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180518' into staging (2018-05-18 18:25:29 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-fpu-20180518
>
> for you to fetch changes up to f29c0b170fa9e0568f2d02e764e18b00cad3a27f:
>
>   target/xtensa: Honor CPU_DUMP_FPU (2018-05-18 14:52:38 -0700)
>
> ----------------------------------------------------------------
> Honor CPU_DUMP_FPU

Applied, thanks.

-- PMM