Hi

On Fri, Aug 7, 2026 at 3:48 PM Markus Armbruster <[email protected]> wrote:
>
> Marc-André Lureau <[email protected]> writes:
>
> > Convert all callers of object_property_add() and
> > object_class_property_add() that register struct-typed properties with
> > QAPI visitor-based getters/setters to use object_property_add_qapi() and
> > object_class_property_add_qapi() instead.
> >
> > This replaces the manual string type name with a reference to the
> > generated QAPITypeInfo constant, enabling QMP introspection to report
> > accurate QAPI type information for struct properties. Existing
> > getters/setters are preserved unchanged.
> >
> > The cxl-fmw property type is corrected from "CXLFixedMemoryWindow"
> > (not a real QAPI type) to "CXLFixedMemoryWindowOptions".
> >
> > Signed-off-by: Marc-André Lureau <[email protected]>
>
> Same commit message as the previous patch.  Accident?

indeed, squashed with earlier commit
thanks


Reply via email to