The basic idea for this patch series are the two patches that improve
the device-inrospection test: We now check that the qom-tree and the
qtree do not change during introspection, and the final patch also turns
on testing device introspection with all machines. The other patches are
a bug fix for the mc146818rtc device which has been discovered with the
improved device-introspection test, and two patches to shut up annoying
messages during "make check".
Thomas Huth (6):
tests/migration-test: Silence the kvm_hv message by default
tests/device-introspection: Check that the qom-tree and qtree do not
change
hw/timer/mc146818rtc: White space clean-up
hw/timer/mc146818rtc: Fix introspection problem
net: Silence 'has no peer' messages in testing mode
tests/device-introspect: Test with all machines, not only with "none"
hw/ppc/prep.c | 3 +++
hw/timer/mc146818rtc.c | 20 ++++++---------
tests/device-introspect-test.c | 55 ++++++++++++++++++++++++++++++++++++------
tests/migration-test.c | 20 ++++++++-------
vl.c | 3 +--
5 files changed, 70 insertions(+), 31 deletions(-)
--
1.8.3.1