The following changes since commit 55347990687e7bc5b6b0d624f290025726e8fbfa:

  Merge tag 'nohmp-pr-v1' of https://gitlab.com/marcandre.lureau/qemu into 
staging (2026-09-08 10:57:00 +0100)

are available in the Git repository at:

  https://gitlab.com/marcandre.lureau/qemu.git tags/qom-qapi-pr-pr-v1

for you to fetch changes up to 554a1f83c6118df74b2cb1e4da2271152857b5ad:

  memory: use object_property_add_link for container property (2026-09-08 
19:06:36 +0400)

----------------------------------------------------------------
Preliminary fixes from "qom/qdev: associate properties with QAPI"

Mostly typenames fixes and minor refactoring that were reviewed and will
make the series slightly smaller on next rebase.

Signed-off-by: Marc-André Lureau <[email protected]>

----------------------------------------------------------------
Marc-André Lureau (15):
      system/memory: fix "priority" property typename
      backends/hostmem: fix property typenames
      backends/hostmem-file: fix "align" property typename
      accel/tcg: fix "tb-size" property typename
      block/throttle-groups: fix throttle properties typename
      event-loop-base: fix property typenames
      iothread: fix poll properties typename
      util/thread-context: fix property typenames
      target/i386: fix CPUID version properties typename
      ppc/pnv: fix phb-id and chip-id properties typename
      backends/hostmem-memfd: fix "hugetlbsize" property typename
      hw/acpi: fix "node" properties typename
      spdm-socket: convert SpdmTransportType to QAPI enum
      target/riscv: fix incorrect QAPI types and u8 casting
      memory: use object_property_add_link for container property

 accel/tcg/tcg-all.c          |  2 +-
 backends/hostmem-file.c      |  6 +++---
 backends/hostmem-memfd.c     |  6 +++---
 backends/hostmem.c           |  4 ++--
 backends/spdm-socket.c       | 23 +++++++----------------
 block/throttle-groups.c      |  2 +-
 event-loop-base.c            |  6 +++---
 hw/acpi/pci.c                |  4 ++--
 hw/nvme/ctrl.c               | 26 +++++++++++++-------------
 hw/pci-host/pnv_phb3.c       | 12 ++++++------
 hw/pci-host/pnv_phb4.c       | 12 ++++++------
 include/system/spdm-socket.h | 28 +++++++++++-----------------
 iothread.c                   |  8 ++++----
 qapi/sockets.json            | 20 ++++++++++++++++++++
 system/memory.c              | 37 ++++++-------------------------------
 target/i386/cpu.c            |  6 +++---
 target/riscv/cpu.c           |  9 +++++----
 util/thread-context.c        |  6 +++---
 18 files changed, 99 insertions(+), 118 deletions(-)


Reply via email to