qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/4] ppc queue


From: Cédric Le Goater
Subject: [PULL 0/4] ppc queue
Date: Tue, 21 Nov 2023 09:51:20 +0100

The following changes since commit af9264da80073435fd78944bc5a46e695897d7e5:

  Merge tag '20231119-xtensa-1' of https://github.com/OSLL/qemu-xtensa into 
staging (2023-11-20 05:25:19 -0500)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-ppc-20231121

for you to fetch changes up to b664466d8f3c7b448fc7e9bd50d03a36538c6c27:

  ppc/pnv: Fix PNV I2C invalid status after reset (2023-11-21 08:39:58 +0100)

----------------------------------------------------------------
ppc queue:

* PNV I2C fixes
* VSX instruction fix when converting floating point to integer values

----------------------------------------------------------------
Cédric Le Goater (1):
      ppc/pnv: Fix potential overflow in I2C model

Glenn Miles (2):
      ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
      ppc/pnv: Fix PNV I2C invalid status after reset

John Platts (1):
      target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros

 hw/ppc/pnv.c                    |   6 +-
 hw/ppc/pnv_i2c.c                |  52 +++----
 target/ppc/fpu_helper.c         |  12 +-
 tests/tcg/ppc64/vsx_f2i_nan.c   | 300 ++++++++++++++++++++++++++++++++++++++++
 tests/tcg/ppc64/Makefile.target |   5 +
 5 files changed, 343 insertions(+), 32 deletions(-)
 create mode 100644 tests/tcg/ppc64/vsx_f2i_nan.c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]