From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZDqo-0000GK-HP for qemu-devel@nongnu.org; Wed, 10 Jan 2018 05:43:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZDqk-0006kx-IF for qemu-devel@nongnu.org; Wed, 10 Jan 2018 05:43:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44418) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eZDqk-0006kK-Bb for qemu-devel@nongnu.org; Wed, 10 Jan 2018 05:43:14 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5AB5B5FD76 for ; Wed, 10 Jan 2018 10:43:13 +0000 (UTC) From: Juan Quintela In-Reply-To: (Laurent Vivier's message of "Wed, 10 Jan 2018 11:12:14 +0100") References: <20180105215246.908-1-quintela@redhat.com> <20180105215246.908-3-quintela@redhat.com> <20180110062545.GB5984@xz-mi> <87incayua8.fsf@secure.laptop> <82a94975-e040-298d-7d10-7448a4a0af48@redhat.com> Reply-To: quintela@redhat.com Date: Wed, 10 Jan 2018 11:43:06 +0100 Message-ID: <878td6yoxx.fsf@secure.laptop> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v4 02/11] tests: Migration ppc test was missing arguments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: Peter Xu , qemu-devel@nongnu.org, dgilbert@redhat.com Laurent Vivier wrote: > On 10/01/2018 10:21, Laurent Vivier wrote: >> On 10/01/2018 09:47, Juan Quintela wrote: >>> Peter Xu wrote: >>>> On Fri, Jan 05, 2018 at 10:52:37PM +0100, Juan Quintela wrote: >>>>> Argument file is also needed there. >>>>> >>>>> Signed-off-by: Juan Quintela >>>> >>>> Reviewed-by: Peter Xu >>>> >>>> Does it also mean this? >>>> >>>> Fixes: aaf89c8a49a8c ("test: port postcopy test to ppc64") >>> >>> Dunno. I was trying to consolidate the command line options for ppc and >>> x86 when I found this problem. I haven't tested of ppc. >> >> I don't think it is needed. I think the content of the nvram is migrated >> (otherwise the test wouldn't work at all). >> >> The nvram is created by default, we need the command line parameter only >> to populate it from a file. > > A better change would be to use "-prom-env" instead of "-driver > if=pflash". I can send the patch if you want to add it in your series. Told the command line and I will add to the line. And using the same command in both sides makes easier to see that it is correct. Later, Juan.