From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP5Oo-0005tZ-ED for qemu-devel@nongnu.org; Mon, 18 Jul 2016 06:03:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bP5Oi-0005CA-5q for qemu-devel@nongnu.org; Mon, 18 Jul 2016 06:03:42 -0400 Received: from ozlabs.org ([2401:3900:2:1::2]:60827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP5Oh-0005Bu-Qn for qemu-devel@nongnu.org; Mon, 18 Jul 2016 06:03:36 -0400 Date: Mon, 18 Jul 2016 20:02:11 +1000 From: David Gibson Message-ID: <20160718100211.GQ16769@voom.fritz.box> References: <1468597179-8337-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QVgWX4+QEldMe/r9" Content-Disposition: inline In-Reply-To: <1468597179-8337-1-git-send-email-thuth@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] Add a test for serial output (and sort tests by architecture in the Makefile) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org, Paolo Bonzini , Eric Blake , Markus Armbruster , Peter Maydell , Richard Henderson , Peter Crosthwaite , Eduardo Habkost --QVgWX4+QEldMe/r9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 15, 2016 at 05:39:37PM +0200, Thomas Huth wrote: > Since some of the machines that we support in QEMU sometimes get > broken by other changes, and it then takes a while 'till somebody > notices the breakage, it would be nice to get some more automatic > test coverage for various machines during "make check". The > second patch adds such a test for the machines where we've got > a firmware image for and thus can test for some magic strings > in the serial output of the firmware. >=20 > The first patch is just a clean-up for the Makefile to avoid that > new tests get added with "=3D" instead of "+=3D" (and thus completely > overwrite the correspond variable by accident). Anyone have an ideas whose tree this should go through? I'm happy to take it through mine, if there are no better ideas, although there's nothing really ppc specific about it. >=20 > v2: > - Some more clean-ups for the Makefile (i.e. some additional empty > lines) > - Check return value of read() to make sure that there is no error >=20 > Thomas Huth (2): > tests: Resort check-qtest entries in Makefile.include > tests: Check serial output of firmware boot of some machines >=20 > tests/Makefile.include | 46 ++++++++++++++------ > tests/boot-serial-test.c | 111 +++++++++++++++++++++++++++++++++++++++++= ++++++ > 2 files changed, 144 insertions(+), 13 deletions(-) > create mode 100644 tests/boot-serial-test.c >=20 --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --QVgWX4+QEldMe/r9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJXjKkjAAoJEGw4ysog2bOSbUQP/09te61mW5+uwxJZeWQ48Arf 9PdP/YvBrEPk5esu0yyCtztzmjJCfvYUVnCTfounhp6wvqRJtzCOjYgbfSebg32y 9yhgen0cRc/K1aSoiR79ZEKs7qkixf/GOZVPuNCAdOoBh7QWKTw6fQOhsp8y4so9 Xvc4zZRjGL8tGUhtbRl6YOSISqw+omA4rRJV0r+HI3Y74YuOKFA77Dv4fbbnIBQf pJv0ZPeG4/2QR6ZwhiTW8q7sKEn/rUEVXbcqqD42HJWrvCgMAzNQJD1IttINn2uR NjF3t6W0kaqERwXMEYBhBWpod1KBuIIpBcoOWEYMUyOsjTh1a9U4DwDV+U9Gj7mL APO38j/4L7rQ1a0WrgKiU42wgFN5pZbzM5ejLcp7yiUJIoQe/tkuO96GHupXrMQ7 qagmXXoXtcIrw2ilv0JN0tl46HZtHdnIuRJZfhwhGRHGgTccKxSdc9XPjSDVhM3w xWBtiAJ8MgamlgcPZvwTUj5zd8SAHYXdd/zteb819I5J8xHZb3zov7wvcnZV0tk3 T4mcu3IcOHZVurrz4h/gFc0j33b/3gVDpS37nvemNt7+d8iy15sY2SfOFatXjPow fGi0lvORORMiSaCIi6YO3EL/7Rtd8b063sqc24EUkzZiTfPrUFY1jxVdIPIZEEjg BqaoUwK9dVJC9yftsCM6 =4SmC -----END PGP SIGNATURE----- --QVgWX4+QEldMe/r9--