Files
Mark Cave-Ayland 8fa129b5d8 qom/object.c: introduce object_property_set_alias() function
This will be used to set the class alias property for a specific object. Note
that this function is only required for class properties, and will assert at
runtime if an attempt is made to use it on an object alias property.

Update the existing property_release_alias() function to reflect the documented
refcount behaviour.

Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20260921113559.1299740-5-mark.caveayland@nutanix.com>
2026-09-22 10:52:29 +01:00
..