18 Jun
2026
18 Jun
'26
1:54 p.m.
On Thu, 18 Jun 2026 11:58:31 +0100, Daniel P. Berrangé <berrange@redhat.com> wrote:
The 'user_creatable_del' method doesn't want the 'Object *', but instead the "id" of the object to be deleted. While most of its work could be done with the "Object *" alone, purging the QemuOpts values needs the "id".
The "id" is not recorded against an Object though, it is indirectly stored as a property linking the parent and child objects together. Add an accessor that can fetch this property name.
[...]
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> -- Marc-André Lureau <marcandre.lureau@redhat.com>