mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
qdev: remove cannot_destroy_with_object_finalize_yet
As all users have been removed, we can remove cannot_destroy_with_object_finalize_yet field from the DeviceClass structure. Signed-off-by: Laurent Vivier <lvivier@redhat.com> Message-Id: <20170414083717.13641-5-lvivier@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Acked-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
d28fca153b
commit
08f00df4f4
2 changed files with 0 additions and 18 deletions
5
qmp.c
5
qmp.c
|
|
@ -548,11 +548,6 @@ DevicePropertyInfoList *qmp_device_list_properties(const char *typename,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
if (DEVICE_CLASS(klass)->cannot_destroy_with_object_finalize_yet) {
|
||||
error_setg(errp, "Can't list properties of device '%s'", typename);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
obj = object_new(typename);
|
||||
|
||||
object_property_iter_init(&iter, obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue