On 6/8/20 6:14 PM, Peter Maydell wrote: > On Mon, 8 Jun 2020 at 17:00, Philippe Mathieu-Daudé <phi...@redhat.com> wrote: >> >> Based on today's IRC chat, this is a trivial RFC series >> to anotate pre-qdev/QOM devices so developers using them >> without knowing they are not QOM'ified yet can realize >> it and convert them if they have time. > > What mechanism did you use for identifying non-QOM devices?
I don't think this is the complete list, this is only all the one I could find with: $ git grep "g_new|g_malloc" hw/ Then on each match I manually reviewed (so I might have incorrectly flagged code too).