Hello, This series starts with some libqtest cleanups and improvements that I came across debugging occasional make check failures on our Open Build Service.
It continues with some more test cases for optional PCI devices. Regards, Andreas Cc: Bruce Rogers <[email protected]> Cc: Stefan Hajnoczi <[email protected]> Cc: Michael S. Tsirkin <[email protected]> Cc: Anthony Liguori <[email protected]> Cc: Paolo Bonzini <[email protected]> Cc: Peter Maydell <[email protected]> Cc: Gerd Hoffmann <[email protected]> Andreas Färber (10): MAINTAINERS: Take maintainership for QTest MAINTAINERS: Document I2C libqos qtest: Assure that init_socket()'s listen() does not fail qtest: Add error reporting to socket_accept() qtest: Be paranoid about accept() addrlen argument tests: Add ac97 qtest tests: Add es1370 qtest tests: Add intel-hda qtests tests: Add ioh3420 qtest tests: Add EHCI qtest MAINTAINERS | 20 ++++++++++++++++++++ tests/Makefile | 16 ++++++++++++++++ tests/ac97-test.c | 33 +++++++++++++++++++++++++++++++++ tests/es1370-test.c | 33 +++++++++++++++++++++++++++++++++ tests/intel-hda-test.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ tests/ioh3420-test.c | 34 ++++++++++++++++++++++++++++++++++ tests/libqtest.c | 8 ++++++-- tests/usb-hcd-ehci-test.c | 40 ++++++++++++++++++++++++++++++++++++++++ 8 files changed, 227 insertions(+), 2 deletions(-) create mode 100644 tests/ac97-test.c create mode 100644 tests/es1370-test.c create mode 100644 tests/intel-hda-test.c create mode 100644 tests/ioh3420-test.c create mode 100644 tests/usb-hcd-ehci-test.c -- 1.8.4.5
