qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/6] Misc fixes for 2023-03-30
@ 2023-03-30 13:18 Philippe Mathieu-Daudé
  2023-03-30 13:18 ` [PULL 1/6] linux-user/sparc: Don't use 16-bit UIDs on SPARC V9 Philippe Mathieu-Daudé
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-03-30 13:18 UTC (permalink / raw)
  To: qemu-devel
  Cc: Titus Rwantare, Laurent Vivier, Jiaxun Yang, qemu-block,
	Philippe Mathieu-Daudé

The following changes since commit f00506aeca2f6d92318967693f8da8c713c163f3:

  Merge tag 'pull-tcg-20230328' of https://gitlab.com/rth7680/qemu into staging (2023-03-29 11:19:19 +0100)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/misc-fixes-20230330

for you to fetch changes up to aad3eb1ffeb65205153fb31d81d4f268186cde7a:

  block/dmg: Ignore C99 prototype declaration mismatch from <lzfse.h> (2023-03-30 15:03:36 +0200)

----------------------------------------------------------------
- linux-user:
  . Don't use 16-bit UIDs with SPARC V9
  . Pick MIPS3 CPU by default to run NaN2008 ELF binaries

- HW:
  . Fix invalid GT64120 north bridge endianness register swap
  . Prevent NULL pointer dereference by SMBus devices

- Buildsys:
  . Fix compiling with liblzfse on Darwin

----------------------------------------------------------------

Jiaxun Yang (1):
  hw/mips/gt64xxx_pci: Don't endian-swap GT_PCI0_CFGADDR

Philippe Mathieu-Daudé (4):
  linux-user/sparc: Don't use 16-bit UIDs on SPARC V9
  linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binaries
  tests/avocado: Enable TuxRun/mips64 (big-endian) test
  block/dmg: Ignore C99 prototype declaration mismatch from <lzfse.h>

Titus Rwantare (1):
  hw/i2c: pmbus: block uninitialised string reads

 linux-user/mips/target_elf.h      |  3 +++
 linux-user/syscall_defs.h         |  2 +-
 block/dmg-lzfse.c                 |  5 +++++
 hw/i2c/pmbus_device.c             |  7 +++++++
 hw/pci-host/gt64120.c             | 18 ++++++------------
 tests/avocado/tuxrun_baselines.py |  1 -
 6 files changed, 22 insertions(+), 14 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2023-05-12 15:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-30 13:18 [PULL 0/6] Misc fixes for 2023-03-30 Philippe Mathieu-Daudé
2023-03-30 13:18 ` [PULL 1/6] linux-user/sparc: Don't use 16-bit UIDs on SPARC V9 Philippe Mathieu-Daudé
2023-05-12 11:13   ` Laurent Vivier
2023-05-12 12:08     ` John Paul Adrian Glaubitz
2023-05-12 15:43       ` Laurent Vivier
2023-03-30 13:18 ` [PULL 2/6] linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binaries Philippe Mathieu-Daudé
2023-03-30 13:18 ` [PULL 3/6] hw/mips/gt64xxx_pci: Don't endian-swap GT_PCI0_CFGADDR Philippe Mathieu-Daudé
2023-03-30 13:18 ` [PULL 4/6] tests/avocado: Enable TuxRun/mips64 (big-endian) test Philippe Mathieu-Daudé
2023-03-30 13:18 ` [PULL 5/6] hw/i2c: pmbus: block uninitialised string reads Philippe Mathieu-Daudé
2023-03-30 13:18 ` [PULL 6/6] block/dmg: Ignore C99 prototype declaration mismatch from <lzfse.h> Philippe Mathieu-Daudé
2023-03-31 11:59 ` [PULL 0/6] Misc fixes for 2023-03-30 Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).