All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/6] qom-qdev queue 20260814
@ 2026-08-14 11:30 Mark Cave-Ayland
  2026-08-14 11:30 ` [PULL 1/6] qom/object.c: introduce OBJECT_PROPERTY_SCALAR_GETTER(type) macro Mark Cave-Ayland
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Mark Cave-Ayland @ 2026-08-14 11:30 UTC (permalink / raw)
  To: qemu-devel, richard.henderson; +Cc: Mark Cave-Ayland

[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(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-08-14 18:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14 11:30 [PULL 0/6] qom-qdev queue 20260814 Mark Cave-Ayland
2026-08-14 11:30 ` [PULL 1/6] qom/object.c: introduce OBJECT_PROPERTY_SCALAR_GETTER(type) macro Mark Cave-Ayland
2026-08-14 11:30 ` [PULL 2/6] qom/object.c: introduce OBJECT_PROPERTY_SCALAR_SETTER(type) macro Mark Cave-Ayland
2026-08-14 11:30 ` [PULL 3/6] qom/object.c: introduce DEFINE_OBJECT_PROPERTY_SCALAR_METHODS() macro Mark Cave-Ayland
2026-08-14 11:30 ` [PULL 4/6] qom/object.h: rename @child to @targetp in object_property_add_link() documentation Mark Cave-Ayland
2026-08-14 11:30 ` [PULL 5/6] qom/object.h: add missing documentation for object_class_* property functions Mark Cave-Ayland
2026-08-14 11:30 ` [PULL 6/6] qom/object.c: rename object_class_property_uint*_ptr() to object_class_static_property_uint*_ptr() Mark Cave-Ayland
2026-08-14 12:08 ` [PULL 0/6] qom-qdev queue 20260814 Peter Maydell
2026-08-14 18:04 ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.