Re: [PATCH v2 15/53] qom: convert struct properties to QAPI-aware registration
Markus Armbruster <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
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?