mirror of
https://github.com/qemu/qemu.git
synced 2026-09-22 22:44:18 +00:00
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>