From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHnzI-0007zB-FE for qemu-devel@nongnu.org; Tue, 28 Jun 2016 04:03:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHnzG-00064P-KD for qemu-devel@nongnu.org; Tue, 28 Jun 2016 04:03:15 -0400 Sender: Paolo Bonzini References: <1467045813-18144-1-git-send-email-clg@kaod.org> <1467045813-18144-6-git-send-email-clg@kaod.org> From: Paolo Bonzini Message-ID: Date: Tue, 28 Jun 2016 10:03:05 +0200 MIME-Version: 1.0 In-Reply-To: <1467045813-18144-6-git-send-email-clg@kaod.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: =?UTF-8?Q?C=c3=a9dric_Le_Goater?= , Peter Maydell , Peter Crosthwaite Cc: kwolf@redhat.com, Andrew Jeffery , qemu-devel@nongnu.org, armbru@redhat.com, qemu-arm@nongnu.org On 27/06/2016 18:43, Cédric Le Goater wrote: > + args = g_strdup_printf("-M 256 -machine palmetto-bmc " Also you want "-m 256". This is not failing because the "256" machine type is overwritten by "palmetto-bmc". Paolo > + "-drive file=%s,format=raw,if=mtd", > + tmp_path); > + qtest_start(args); > +