Re: [Qemu-devel] [PATCH] arm: remove remaining cannot_destroy_with_object_finalize_yet

2017-04-13 Thread Laurent Vivier
On 13/04/2017 09:06, Markus Armbruster wrote: > Laurent Vivier 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_rea

Re: [Qemu-devel] [PATCH] arm: remove remaining cannot_destroy_with_object_finalize_yet

2017-04-13 Thread Markus Armbruster
Laurent Vivier 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 commi

[Qemu-devel] [PATCH] arm: remove remaining cannot_destroy_with_object_finalize_yet

2017-04-12 Thread Laurent Vivier
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). Suggested-by: Markus