Re: [Qemu-devel] [PATCH v2 4/4] qdev: remove cannot_destroy_with_object_finalize_yet
Laurent Vivier writes: > 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 Huzzah! Reviewed-by: Markus Armbruster
[Qemu-devel] [PATCH v2 4/4] 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 --- include/hw/qdev-core.h | 13 - qmp.c | 5 - 2 files changed, 18 deletions(-) diff --git a/include/hw/qd