[PULL 0/6] qom-qdev queue 20260814

Mark Cave-Ayland posted 6 patches 1 week, 5 days ago
Failed in applying to current master (apply log)
Maintainers: Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <daniel.barboza@oss.qualcomm.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, Chao Liu <chao.liu@processmission.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>
include/qom/object.h | 172 +++++++++++++++++++++++++++++++++++++++++++++++++--
hw/riscv/spike.c     |   5 +-
qom/object.c         | 126 ++++++++++++++-----------------------
3 files changed, 215 insertions(+), 88 deletions(-)
[PULL 0/6] qom-qdev queue 20260814
Posted by Mark Cave-Ayland 1 week, 5 days ago
[MCA: This PR is signed using a new, separate Nutanix key: please update your
 gpg keys first before processing! ]

The following changes since commit 539bc315538afe036a4b99088659aa82e3b489f2:

  Merge tag 'pull-loongarch-20260813' of https://github.com/bibo-mao/qemu into staging (2026-08-13 07:16:25 -0700)

are available in the Git repository at:

  https://gitlab.com/mcayland-ntx/qemu.git tags/qom-qdev-20260814

for you to fetch changes up to 6b97f3d4d6a5c3017f6f7655019097c777f5eb86:

  qom/object.c: rename object_class_property_uint*_ptr() to object_class_static_property_uint*_ptr() (2026-08-14 11:31:18 +0100)

----------------------------------------------------------------
qom-qdev queue

----------------------------------------------------------------
Mark Cave-Ayland (6):
      qom/object.c: introduce OBJECT_PROPERTY_SCALAR_GETTER(type) macro
      qom/object.c: introduce OBJECT_PROPERTY_SCALAR_SETTER(type) macro
      qom/object.c: introduce DEFINE_OBJECT_PROPERTY_SCALAR_METHODS() macro
      qom/object.h: rename @child to @targetp in object_property_add_link() documentation
      qom/object.h: add missing documentation for object_class_* property functions
      qom/object.c: rename object_class_property_uint*_ptr() to object_class_static_property_uint*_ptr()

 include/qom/object.h | 172 +++++++++++++++++++++++++++++++++++++++++++++++++--
 hw/riscv/spike.c     |   5 +-
 qom/object.c         | 126 ++++++++++++++-----------------------
 3 files changed, 215 insertions(+), 88 deletions(-)
Re: [PULL 0/6] qom-qdev queue 20260814
Posted by Richard Henderson 1 week, 5 days ago
On 8/14/26 04:30, Mark Cave-Ayland wrote:
> [MCA: This PR is signed using a new, separate Nutanix key: please update your
>   gpg keys first before processing! ]
> 
> The following changes since commit 539bc315538afe036a4b99088659aa82e3b489f2:
> 
>    Merge tag 'pull-loongarch-20260813' ofhttps://github.com/bibo-mao/qemu into staging (2026-08-13 07:16:25 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/mcayland-ntx/qemu.git tags/qom-qdev-20260814
> 
> for you to fetch changes up to 6b97f3d4d6a5c3017f6f7655019097c777f5eb86:
> 
>    qom/object.c: rename object_class_property_uint*_ptr() to object_class_static_property_uint*_ptr() (2026-08-14 11:31:18 +0100)
> 
> ----------------------------------------------------------------
> qom-qdev queue


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/11.2 as appropriate.

r~
Re: [PULL 0/6] qom-qdev queue 20260814
Posted by Peter Maydell 1 week, 5 days ago
On Fri, 14 Aug 2026 at 12:32, Mark Cave-Ayland
<mark.caveayland@nutanix.com> wrote:
>
> [MCA: This PR is signed using a new, separate Nutanix key: please update your
>  gpg keys first before processing! ]

Which keyserver(s) did you upload it to? Unfortunately there's
no longer a single set of interconnected servers, so it's
helpful to specify here.

thanks
-- PMM