mbox

[PULL,00/11] Trivial patches for 2024-03-09

Message ID 20240309155729.1694607-1-mjt@tls.msk.ru
State New
Headers show

Pull-request

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

Message

Michael Tokarev March 9, 2024, 3:57 p.m. UTC
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(-)

Comments

Peter Maydell March 10, 2024, 2:18 p.m. UTC | #1
On Sat, 9 Mar 2024 at 15:59, Michael Tokarev <mjt@tls.msk.ru> wrote:
>
> 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
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM