On 08/14/2018 05:32 PM, Paolo Bonzini wrote: > On 14/08/2018 16:46, Thomas Huth wrote: >> To be able to catch these problems, let's extend the device-introspect >> test to check the devices on all machine types. Since this is a rather >> slow operation, and most of the problems are already handled by testing >> with the "none" machine only, the test with all machines is only run >> in the "make check SPEED=slow" mode. > > For a separate series: we should probably do this also for qom-test and > also, somehow (regex?), detect versioned machine types and do the test > with all non-versioned machines unless SPEED=slow.
I'll include a patch for this in v2 of my patch series. Thomas