From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBwZR-00031g-K9 for qemu-devel@nongnu.org; Mon, 15 Oct 2018 02:41:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBwZN-00054A-Ky for qemu-devel@nongnu.org; Mon, 15 Oct 2018 02:41:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45714) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gBwZN-00053g-Cp for qemu-devel@nongnu.org; Mon, 15 Oct 2018 02:41:37 -0400 References: <20181013151545.3731-1-f4bug@amsat.org> From: Thomas Huth Message-ID: <763bb320-0b78-9478-feda-9ee1b14a4c70@redhat.com> Date: Mon, 15 Oct 2018 08:41:29 +0200 MIME-Version: 1.0 In-Reply-To: <20181013151545.3731-1-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 0/6] Avocado: more multi-arch tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , =?UTF-8?Q?Alex_Benn=c3=a9e?= , Cleber Rosa , Eduardo Habkost , BALATON Zoltan , Magnus Damm Cc: =?UTF-8?B?THVrw6HFoSBEb2t0b3I=?= , Fam Zheng , qemu-devel@nongnu.org On 2018-10-13 17:15, Philippe Mathieu-Daud=C3=A9 wrote: > Hi, >=20 > Another neanderthal approach to add multi-arch acceptance tests using A= vocado. >=20 > I couldn't figure how to use the R2D serial, the kernel boots using the= sm501 > display correctly, but I'm too console-oriented to write UI tests... >=20 > Magnus or Zoltan, any hint on this? IIRC you have to use the second UART, see: https://wiki.qemu.org/Documentation/Platforms/SH4 Thomas