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

Michael Tokarev posted 11 patches 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240309155729.1694607-1-mjt@tls.msk.ru
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Ani Sinha <anisinha@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Jonathan Cameron <jonathan.cameron@huawei.com>, Fan Ni <fan.ni@samsung.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Fam Zheng <fam@euphon.net>, Alex Williamson <alex.williamson@redhat.com>, "Cédric Le Goater" <clg@redhat.com>, Markus Armbruster <armbru@redhat.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
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
Posted by Michael Tokarev 1 month, 2 weeks ago
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(-)
Re: [PULL 00/11] Trivial patches for 2024-03-09
Posted by Peter Maydell 1 month, 2 weeks ago
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