From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHoPS-0000tJ-B1 for qemu-devel@nongnu.org; Tue, 28 Jun 2016 04:30:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHoPO-0004EP-A6 for qemu-devel@nongnu.org; Tue, 28 Jun 2016 04:30:18 -0400 Received: from 8.mo3.mail-out.ovh.net ([87.98.172.249]:39917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHoPO-0004E1-3e for qemu-devel@nongnu.org; Tue, 28 Jun 2016 04:30:14 -0400 Received: from player772.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo3.mail-out.ovh.net (Postfix) with ESMTP id AE70BFF9347 for ; Tue, 28 Jun 2016 10:30:08 +0200 (CEST) References: <1467045813-18144-1-git-send-email-clg@kaod.org> <1467045813-18144-6-git-send-email-clg@kaod.org> From: =?UTF-8?Q?C=c3=a9dric_Le_Goater?= Message-ID: <9049c0dc-b47e-a421-d71e-3f956de61bd6@kaod.org> Date: Tue, 28 Jun 2016 10:29:56 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 5/5] tests: add a m25p80 test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Peter Maydell , Peter Crosthwaite Cc: kwolf@redhat.com, Andrew Jeffery , qemu-devel@nongnu.org, armbru@redhat.com, qemu-arm@nongnu.org On 06/28/2016 10:03 AM, Paolo Bonzini wrote: >=20 >=20 > On 27/06/2016 18:43, C=C3=A9dric Le Goater wrote: >> + args =3D g_strdup_printf("-M 256 -machine palmetto-bmc " >=20 > Also you want "-m 256". This is not failing because the "256" machine > type is overwritten by "palmetto-bmc". I should have seen these earlier ... Thanks, C.=20 > Paolo >=20 >> + "-drive file=3D%s,format=3Draw,if=3Dmtd", >> + tmp_path); >> + qtest_start(args); >> +