[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/11] Trivial patches for 2024-03-09
From: |
Michael Tokarev |
Subject: |
[PULL 00/11] Trivial patches for 2024-03-09 |
Date: |
Sat, 9 Mar 2024 18:57:18 +0300 |
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(-)
- [PULL 00/11] Trivial patches for 2024-03-09,
Michael Tokarev <=
- [PULL 01/11] replay: Improve error messages about configuration conflicts, Michael Tokarev, 2024/03/09
- [PULL 02/11] hw/vfio/pci.c: Make some structure static, Michael Tokarev, 2024/03/09
- [PULL 03/11] hw/scsi/lsi53c895a: Fix typo in comment, Michael Tokarev, 2024/03/09
- [PULL 04/11] make-release: switch to .xz format by default, Michael Tokarev, 2024/03/09
- [PULL 05/11] char: Slightly better error reporting when chardev is in use, Michael Tokarev, 2024/03/09
- [PULL 06/11] blockdev: Fix block_resize error reporting for op blockers, Michael Tokarev, 2024/03/09
- [PULL 07/11] qerror: QERR_DEVICE_IN_USE is no longer used, drop, Michael Tokarev, 2024/03/09
- [PULL 08/11] hw/cxl/cxl-cdat: Fix type of buf in ct3_load_cdat(), Michael Tokarev, 2024/03/09
- [PULL 09/11] hw/pci-bridge/cxl_upstream: Fix problem with g_steal_pointer(), Michael Tokarev, 2024/03/09
- [PULL 10/11] hw/mem/cxl_type3: Fix problem with g_steal_pointer(), Michael Tokarev, 2024/03/09