Commit af06b5df26 for qemu.org
commit af06b5df2610fe5de6c02d17c17bced9e9f0d47d
Merge: cd43599705 6b97f3d4d6
Author: Richard Henderson <richard.henderson@linaro.org>
Date: Fri Aug 14 08:44:51 2026 -0700
Merge tag 'qom-qdev-20260814' of https://gitlab.com/mcayland-ntx/qemu into staging
qom-qdev queue
# -----BEGIN PGP SIGNATURE-----
#
# iHUEABYKAB0WIQT1gm3ws3USUB3fevcsojbiRimx9AUCan7u7AAKCRAsojbiRimx
# 9HMOAP9kaRP4mAWHB7nqezcrJ7r32xcsYblIMUqZttkMs4WKaQD8DnLZfKsJ2rbU
# FAhxwHNeoiltolQj/LK4DhDELVSoYwc=
# =zSFV
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri 14 Aug 2026 03:33:16 AM PDT
# gpg: using EDDSA key F5826DF0B37512501DDF7AF72CA236E24629B1F4
# gpg: Good signature from "Mark Cave-Ayland (Nutanix) <mark.caveayland@nutanix.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: F582 6DF0 B375 1250 1DDF 7AF7 2CA2 36E2 4629 B1F4
* tag 'qom-qdev-20260814' of https://gitlab.com/mcayland-ntx/qemu:
qom/object.c: rename object_class_property_uint*_ptr() to object_class_static_property_uint*_ptr()
qom/object.h: add missing documentation for object_class_* property functions
qom/object.h: rename @child to @targetp in object_property_add_link() documentation
qom/object.c: introduce DEFINE_OBJECT_PROPERTY_SCALAR_METHODS() macro
qom/object.c: introduce OBJECT_PROPERTY_SCALAR_SETTER(type) macro
qom/object.c: introduce OBJECT_PROPERTY_SCALAR_GETTER(type) macro
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>