From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4y05-0007uR-Uj for qemu-devel@nongnu.org; Fri, 04 Dec 2015 16:34:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4y01-0003qO-GB for qemu-devel@nongnu.org; Fri, 04 Dec 2015 16:34:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4y01-0003qF-7r for qemu-devel@nongnu.org; Fri, 04 Dec 2015 16:34:41 -0500 References: <1449136891-26850-1-git-send-email-tubo@linux.vnet.ibm.com> From: Max Reitz Message-ID: <566206EC.90105@redhat.com> Date: Fri, 4 Dec 2015 22:34:36 +0100 MIME-Version: 1.0 In-Reply-To: <1449136891-26850-1-git-send-email-tubo@linux.vnet.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="emV06kp5crvrmQ7IrMdL7Up19Uxx6wd2t" Subject: Re: [Qemu-devel] [PATCH v4 0/3] Update tests/qemu-iotests failing cases for the s390 platform List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bo Tu , qemu-devel@nongnu.org Cc: kwolf@redhat.com, silbe@linux.vnet.ibm.com, armbru@redhat.com, mimu@linux.vnet.ibm.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --emV06kp5crvrmQ7IrMdL7Up19Uxx6wd2t Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable On 03.12.2015 11:01, Bo Tu wrote: > From: Bo Tu =20 >=20 > v4: > 1. Remove 051.s390.out, and rollback the changes in Makefile to generat= e > 051.s390-ccw-virtio.out > 2. Use 051.out as the common output for any non-pc platform > 3. Set device_id to "drive0", and replace every "-drive file..." > by "-drive file=3D...,if=3Dnone,id=3D$device_id", then x86 and s390x > can get the common output in the test of "Snapshot mode" for test 051 > 4. Update 051.out and 051.pc.out >=20 > v3: > 1. Remove patch for test 120 because Fam Zheng upstreamed same fix for > test 119 and 120 > 2. Rename 051.out to 051.s390.out, add rule in Makefile to generate > 051.s390-ccw-virtio.out > 3. Remove superfluous quotation marks in common.config > 4. Add "Acked-by: Max Reitz " for test 068, > add "Reviewed-by: Max Reitz " for test 051 and commo= n.config >=20 > v2: > 1. Refine common.config via changing the definition of default_alias_ma= chine > and default_machine > 2. Add Reviewed-by of Eric Blake for common.config >=20 > v1: > 1. Refine common.config > 2. Update the output file for test 051 based on its current > output for s390 platform, add a pc specific output file for test 051 > 3. checkpatch.pl reports invaid UTF-8 error for 051 patch, > because its output files contain some non-text data > 4. Add the parameter of "-no-shutdown -machine accel=3Dkvm" for > s390-ccw-virtio for test 068 > 5. Disable VNC server for test 120 >=20 > Bo Tu (3): > qemu-iotests: refine common.config > qemu-iotests: s390x: fix test 051 > qemu-iotests: s390x: fix test 068 >=20 > tests/qemu-iotests/051 | 95 +++++---- > tests/qemu-iotests/051.out | 163 ++++----------- > tests/qemu-iotests/051.pc.out | 422 +++++++++++++++++++++++++++++++= ++++++++ > tests/qemu-iotests/068 | 14 +- > tests/qemu-iotests/common.config | 9 +- > 5 files changed, 537 insertions(+), 166 deletions(-) > create mode 100644 tests/qemu-iotests/051.pc.out Thanks, applied patches 1 and 3 to my block-next branch: https://github.com/XanClic/qemu/commits/block-next (And I will apply patch 2, too, depending on whether you agree to send a follow-up to it or respin once more.) Max --emV06kp5crvrmQ7IrMdL7Up19Uxx6wd2t Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWYgbsAAoJEDuxQgLoOKytRVAIAJs5w2RYZYrIIo7E5tZUP4HI LvXxJQppm6wLND8jMlNvYAR259wOq2UgDtRQoC3Z+qGePWT9gIV3OMCASPhu/6yd QHmxLKCFAGw7nL7M/BU+3Tkd3knCfLgiJkZ59Fmw56Fqp1tFJuLtgTQfz2XI2Oi0 W2HQ62taLU8D5hd7djCswWVMYoPTE6mkSHUVSm2MKVgwhn97KfOK0cXSRNx4cUqS 7HWzPGHCJZ6Ye5LQBK7GDYclyRaS7uv7k9IpISKsMxTNxjRHfSYlJcZPZdrDWc5i E10b1x8SkCT6h29trd8/WjJQND+bBHBxESKWUMR1dESsYwroWgVnDc1FQPfGh8Q= =SU+B -----END PGP SIGNATURE----- --emV06kp5crvrmQ7IrMdL7Up19Uxx6wd2t--