mbox

[PULL,0/4] ppc queue

Message ID 20231121085124.396578-1-clg@kaod.org
State New
Headers show

Pull-request

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

Message

Cédric Le Goater Nov. 21, 2023, 8:51 a.m. UTC
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

Comments

Stefan Hajnoczi Nov. 21, 2023, 3:12 p.m. UTC | #1
Applied, thanks.

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