mbox

[PULL,0/5] target/sparc patch queue

Message ID 20240912053043.1131626-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

https://gitlab.com/rth7680/qemu.git tags/pull-sparc-20240911

Message

Richard Henderson Sept. 12, 2024, 5:30 a.m. UTC
The following changes since commit a4eb31c678400472de0b4915b9154a7c20d8332f:

  Merge tag 'pull-testing-gdbstub-oct-100924-1' of https://gitlab.com/stsquad/qemu into staging (2024-09-11 13:17:29 +0100)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-sparc-20240911

for you to fetch changes up to d2a0c3a7f7740a3d563c8c3ef1fffcc87a36213d:

  target/sparc: Add gen_trap_if_nofpu_fpexception (2024-09-11 19:54:55 -0700)

----------------------------------------------------------------
target/sparc: Implement single entry FP Queue

----------------------------------------------------------------
Carl Hauser (2):
      target/sparc: Add FQ and FSR.QNE
      target/sparc: Populate sparc32 FQ when raising fp exception

Richard Henderson (3):
      target/sparc: Add FSR_QNE to tb_flags
      target/sparc: Implement STDFQ
      target/sparc: Add gen_trap_if_nofpu_fpexception

 target/sparc/cpu.h          |  30 ++++++++++-
 target/sparc/fop_helper.c   |   4 ++
 target/sparc/int32_helper.c |  40 ++++++++------
 target/sparc/machine.c      |  25 +++++++++
 target/sparc/translate.c    | 128 ++++++++++++++++++++++++++++++++------------
 target/sparc/insns.decode   |   2 +-
 6 files changed, 178 insertions(+), 51 deletions(-)

Comments

Peter Maydell Sept. 13, 2024, 1:34 p.m. UTC | #1
On Thu, 12 Sept 2024 at 06:30, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit a4eb31c678400472de0b4915b9154a7c20d8332f:
>
>   Merge tag 'pull-testing-gdbstub-oct-100924-1' of https://gitlab.com/stsquad/qemu into staging (2024-09-11 13:17:29 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/rth7680/qemu.git tags/pull-sparc-20240911
>
> for you to fetch changes up to d2a0c3a7f7740a3d563c8c3ef1fffcc87a36213d:
>
>   target/sparc: Add gen_trap_if_nofpu_fpexception (2024-09-11 19:54:55 -0700)
>
> ----------------------------------------------------------------
> target/sparc: Implement single entry FP Queue
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM