The following changes since commit 84644ac1b0f80d41b8a2f66547b83b2ad4a98576:
Merge tag 'darwin-20240305' of https://github.com/philmd/qemu into staging (2024-03-08 18:19:25 +0000) are available in the Git repository at: https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches for you to fetch changes up to d65f1ed7de1559534d0a1fabca5bdd81c594c7ca: docs/acpi/bits: add some clarity and details while also improving formating (2024-03-09 18:56:37 +0300) ---------------------------------------------------------------- trivial patches for 2024-03-09 ---------------------------------------------------------------- Ani Sinha (1): docs/acpi/bits: add some clarity and details while also improving formating BALATON Zoltan (1): hw/scsi/lsi53c895a: Fix typo in comment Frediano Ziglio (1): hw/vfio/pci.c: Make some structure static Markus Armbruster (4): replay: Improve error messages about configuration conflicts char: Slightly better error reporting when chardev is in use blockdev: Fix block_resize error reporting for op blockers qerror: QERR_DEVICE_IN_USE is no longer used, drop Michael Tokarev (1): make-release: switch to .xz format by default Thomas Huth (3): hw/cxl/cxl-cdat: Fix type of buf in ct3_load_cdat() hw/pci-bridge/cxl_upstream: Fix problem with g_steal_pointer() hw/mem/cxl_type3: Fix problem with g_steal_pointer() blockdev.c | 3 +-- chardev/char-fe.c | 13 ++++++----- docs/devel/acpi-bits.rst | 55 +++++++++++++++++++++++++++++++------------- hw/cxl/cxl-cdat.c | 4 ++-- hw/mem/cxl_type3.c | 24 +++++++++---------- hw/pci-bridge/cxl_upstream.c | 8 +++---- hw/scsi/lsi53c895a.c | 2 +- hw/vfio/pci.c | 4 ++-- include/hw/cxl/cxl_cdat.h | 17 +++++++++----- include/qapi/qmp/qerror.h | 3 --- replay/replay.c | 2 +- scripts/make-release | 2 +- system/vl.c | 2 +- 13 files changed, 82 insertions(+), 57 deletions(-)