On 8/5/26 13:24, Daniel P. Berrangé wrote:
This matches the location of the object_set_props and object_set_propv
methods, since this method is not inherently tied to the user creatable
interface. As part of this, object_set_props_from_qdict is also exposed
as a public API since it is still called from object_interfaces.c.
Signed-off-by: Daniel P. Berrangé <[email protected]>
---
include/qom/object.h | 47 +++++++++++++++++++++++++++--------------
qom/object.c | 36 +++++++++++++++++++++++++++++++
qom/object_interfaces.c | 36 -------------------------------
3 files changed, 67 insertions(+), 52 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>