Laurent Vivier <[email protected]> writes: > With commit ce5b1bbf624b ("exec: move cpu_exec_init() calls to > realize functions"), we can now remove all the > remaining cannot_destroy_with_object_finalize_yet as > unsafe references have been moved to cpu_exec_realizefn(). > (tested with QOM command provided by commit 4c315c27).
Also tested with device-introspect-test :) > Suggested-by: Markus Armbruster <[email protected]> > Signed-off-by: Laurent Vivier <[email protected]> Thanks, Laurent! Reviewed-by: Markus Armbruster <[email protected]> Just three places marking broken devices left: versatile.c ("realview_pci" and "versatile_pci"), target/ppc/kvm.c (various ppc CPUs). Volunteers to fix them, so we can get rid of cannot_destroy_with_object_finalize_yet?
