]> git.ipfire.org Git - thirdparty/qemu.git/commit
qdev: remove cannot_destroy_with_object_finalize_yet
authorLaurent Vivier <lvivier@redhat.com>
Fri, 14 Apr 2017 08:37:17 +0000 (10:37 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 21 Apr 2017 05:18:34 +0000 (07:18 +0200)
commit08f00df4f4b8b4e38ad620477cc90cf5f73832d9
tree881edf1c20894797324f794c50f3113c08852cb4
parentd28fca153bb27ff965b9eb26d73327fa4d2402c8
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>
include/hw/qdev-core.h
qmp.c