Re: [Qemu-devel] [PATCH 0/2] tests: clean includes

2016-02-09 Thread Markus Armbruster
Peter Maydell writes: > This patchset runs clean-includes on all the .c files in > tests/, except those in tests/tcg, which I think are all > intended as standalone test programs for the guest. > > The first patch handles i440fx-test.c manually since otherwise > compilation would fail due to the

[Qemu-devel] [PATCH 0/2] tests: clean includes

2016-02-08 Thread Peter Maydell
This patchset runs clean-includes on all the .c files in tests/, except those in tests/tcg, which I think are all intended as standalone test programs for the guest. The first patch handles i440fx-test.c manually since otherwise compilation would fail due to the redefinition of ARRAY_SIZE. The sec