Re: [PATCH v3 04/15] qom/object.c: add object_class_property_add_uint8_ptr()
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <178715015699.1965216.16761379017268314159.b4-review@b4> |
On Wed, 19 Aug 2026 14:35:43 +0100, Mark Cave-Ayland <[email protected]> wrote: > This adds a class property that references a uint8_t within the object instance > and is intended to be a replacement for object_property_add_uint8_ptr(). > > This commit also removes the __attribute__((unused)) annotation from > object_class_prop_ptr() which is no longer required now that the previous defined > DEFINE_OBJECT_CLASS_PROPERTY_SCALAR_METHODS() is now being used. > > [...] Reviewed-by: Marc-André Lureau <[email protected]> -- Marc-André Lureau <[email protected]>