All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/4] ppc queue
@ 2023-11-21  8:51 Cédric Le Goater
  2023-11-21  8:51 ` [PULL 1/4] ppc/pnv: Fix potential overflow in I2C model Cédric Le Goater
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Cédric Le Goater @ 2023-11-21  8:51 UTC (permalink / raw)
  To: qemu-ppc, qemu-devel
  Cc: Daniel Henrique Barboza, Nicholas Piggin, Cédric Le Goater

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-11-21 15:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-21  8:51 [PULL 0/4] ppc queue Cédric Le Goater
2023-11-21  8:51 ` [PULL 1/4] ppc/pnv: Fix potential overflow in I2C model Cédric Le Goater
2023-11-21  8:51 ` [PULL 2/4] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros Cédric Le Goater
2023-11-21  8:51 ` [PULL 3/4] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses Cédric Le Goater
2023-11-21  8:51 ` [PULL 4/4] ppc/pnv: Fix PNV I2C invalid status after reset Cédric Le Goater
2023-11-21 15:12 ` [PULL 0/4] ppc queue Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.