mbox

[PULL,0/7] Trivial patches for 2025-01-30

Message ID 20250130133447.873566-1-mjt@tls.msk.ru (mailing list archive)
State New
Headers show

Pull-request

https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

Message

Michael Tokarev Jan. 30, 2025, 1:34 p.m. UTC
The following changes since commit 871af84dd599fab68c8ed414d9ecbdb2bcfc5801:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2025-01-29 09:51:03 -0500)

are available in the Git repository at:

  https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

for you to fetch changes up to 6a784f12000582b9f0f40fadc967ad474fc27c7b:

  hw/i386/pc: Remove unused pc_compat_2_3 declarations (2025-01-30 13:01:22 +0300)

----------------------------------------------------------------
trivial patches for 2025-01-30

Just a few of them.  Including some bugfixes.

----------------------------------------------------------------
Dominik 'Disconnect3d' Czarnota (1):
      gdbstub/user-target: fix gdbserver int format (%d -> %x)

Laurent Vivier (2):
      net: Fix announce_self
      net/dump: Correctly compute Ethernet packet offset

Michael Tokarev (1):
      vvfat: create_long_filename: fix out-of-bounds array access

Philippe Mathieu-Daudé (2):
      licenses: Remove SPDX tags not being license identifier for Linaro
      hw/i386/pc: Remove unused pc_compat_2_3 declarations

Thomas Huth (1):
      tests/functional/test_mips_malta: Fix comment about endianness of the test

 accel/tcg/vcpu-state.h                           |  9 +++++++--
 block/vvfat.c                                    | 11 +++++------
 gdbstub/user-target.c                            | 10 +++++-----
 hw/misc/ivshmem-flat.c                           |  5 +++--
 include/hw/i386/pc.h                             |  3 ---
 include/hw/misc/ivshmem-flat.h                   |  5 +++--
 net/dump.c                                       |  3 ++-
 net/net.c                                        |  1 +
 scripts/qom-cast-macro-clean-cocci-gen.py        |  7 +++++--
 target/m68k/semihosting-stub.c                   |  7 +++++--
 target/mips/tcg/system/semihosting-stub.c        |  5 +++--
 tests/functional/test_aarch64_sbsaref.py         |  8 +++++---
 tests/functional/test_aarch64_sbsaref_alpine.py  |  8 +++++---
 tests/functional/test_aarch64_sbsaref_freebsd.py |  8 +++++---
 tests/functional/test_mips_malta.py              |  2 +-
 tests/qtest/libqos/virtio-scmi.c                 |  2 +-
 16 files changed, 56 insertions(+), 38 deletions(-)