Peter Maydell <peter.mayd...@linaro.org> writes: > Rather than requiring every new architecture to remember to add a line > to the Makefile to say that qom-test will work on it, autogenerate > the list of supported architectures by looking at the files in > default-configs (as configure does), and add qom-test to the > test list for all of them automatically. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > Together with Markus' patch for running the test for all known > machines for the architecture, this will avoid the problem of > coverage being missed because of forgetting to update a whitelist.
I applied this on top of Andreas's rebase of my patch rebased to current master. Applies cleanly and works fine. Reviewed-by: Markus Armbruster <arm...@redhat.com>