[Qemu-devel] [PATCH 0/6] Various qtest-related patches and a mc146818rtc fix

Thomas Huth posted 6 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1534258018-22859-1-git-send-email-thuth@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
There is a newer version of this series
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(-)
[Qemu-devel] [PATCH 0/6] Various qtest-related patches and a mc146818rtc fix
Posted by Thomas Huth 7 years, 2 months ago
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