From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnUP8-0000RC-MP for qemu-devel@nongnu.org; Fri, 14 Jun 2013 09:51:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnUP7-0001SD-AY for qemu-devel@nongnu.org; Fri, 14 Jun 2013 09:51:02 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:55337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnUP7-0001S6-4C for qemu-devel@nongnu.org; Fri, 14 Jun 2013 09:51:01 -0400 Received: from /spool/local by e37.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 14 Jun 2013 07:50:58 -0600 From: Anthony Liguori In-Reply-To: <1371208516-7857-11-git-send-email-armbru@redhat.com> References: <1371208516-7857-1-git-send-email-armbru@redhat.com> <1371208516-7857-11-git-send-email-armbru@redhat.com> Date: Fri, 14 Jun 2013 08:50:12 -0500 Message-ID: <87bo78g5t7.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 10/16] boot-order-test: Cover -boot once in ppc tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: jan.kiszka@siemens.com, Alexander Graf , alex.williamson@redhat.com, qemu-ppc@nongnu.org, aviksil@linux.vnet.ibm.com, afaerber@suse.de Markus Armbruster writes: > Cc: Andreas F=C3=A4rber > Cc: Alexander Graf > Cc: qemu-ppc@nongnu.org > Signed-off-by: Markus Armbruster Reviewed-by: Anthony Liguori Regards, Anthony Liguori > --- > tests/boot-order-test.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/boot-order-test.c b/tests/boot-order-test.c > index c1cc2a6..f6dece6 100644 > --- a/tests/boot-order-test.c > +++ b/tests/boot-order-test.c > @@ -113,6 +113,7 @@ static void test_powermac_boot_order(void) > test_powermac_with_args(newworld, "", 'c', 'c'); > test_powermac_with_args(newworld, "-boot c", 'c', 'c'); > test_powermac_with_args(newworld, "-boot d", 'd', 'd'); > + test_powermac_with_args(newworld, "-boot once=3Dd,order=3Dc", 'd= ', 'c'); > } > } >=20=20 > --=20 > 1.7.11.7