From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgjOi-0000TY-VD for qemu-devel@nongnu.org; Sun, 04 Sep 2016 22:12:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgjOe-0008K5-MS for qemu-devel@nongnu.org; Sun, 04 Sep 2016 22:12:31 -0400 Received: from ozlabs.org ([103.22.144.67]:42508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgjOd-0008Jo-U0 for qemu-devel@nongnu.org; Sun, 04 Sep 2016 22:12:28 -0400 Date: Mon, 5 Sep 2016 11:38:30 +1000 From: David Gibson Message-ID: <20160905013830.GC2587@voom.fritz.box> References: <1472896671-1189-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7gGkHNMELEOhSGF6" Content-Disposition: inline In-Reply-To: <1472896671-1189-1-git-send-email-thuth@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 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 --7gGkHNMELEOhSGF6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 03, 2016 at 11:57:49AM +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). Applied to ppc-for-2.8, thanks. >=20 > v3: > - Rebased to master (there were some conflicts in Makefile.include) >=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 | 52 +++++++++++++++------- > tests/boot-serial-test.c | 110 +++++++++++++++++++++++++++++++++++++++++= ++++++ > 2 files changed, 146 insertions(+), 16 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 --7gGkHNMELEOhSGF6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJXzMyWAAoJEGw4ysog2bOSba4QAIT8o4Ss7vxzgKkCotvBTE0G NT3ONDEHdqoPBXGJcrEyQWLEf1sOvNcfzZ5Jagf+u8L1vF6vo9VXF23sut2artwP s3aZcuf3yR2ZL18mtIlWn/ZfnTvXujOp0herDCOA27mChGNsf76X/DyuZJLYUl+r T3aKMMfNOknj1yOQ+rMtSEvzo/F+ffyKVsB27bpkVACn9IxOOz3ioL8bscP4HJIL Puj8yymidSsQpTsvCWYtzKfVHvh1fQZDuKd0WMGM1TTjk02RmRDDEmWc91LrnjSy x0H0Gegzw3h5HeMpbYjeK1lohPPY4uxzKDs+++DprWAMRpSNa/riCup3cQsC/MpE vqDd8nBZGFXTA1TZjCEGdH3MBFKC7hOdRsPyByJDcxvDIhu7BH8hZ3+6YHQHE88a Ck0wznEomhgY52RcFv1ZT3XNbToXyjct7jh8XQE/8ffldQICK3Iwm8PHyiOYtcrE zPKqWOnpnii47m3/0VNZsPjzjZZAkXmAW2pU44YZnS3HCzdxkc9CfjctQTH/JCKG egoA9h/2cOT8BCGYf/i/z62a3X1tiVLHsf/beUmpD2CaM2lp5VDsBcxykE8iWbSO wfRpOUqzZH7MGreTndY7pxEp+fyeZoOe3uz8+5du1UTQgZjggkX00+Hoi7PVoseO Kuc0DBr9PhcdWM9UNHic =vBl1 -----END PGP SIGNATURE----- --7gGkHNMELEOhSGF6--