qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 10/16] boot-order-test: Cover -boot once in p


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v3 10/16] boot-order-test: Cover -boot once in ppc tests
Date: Fri, 14 Jun 2013 08:50:12 -0500
User-agent: Notmuch/0.15.2+77~g661dcf8 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu)

Markus Armbruster <address@hidden> writes:

> Cc: Andreas Färber <address@hidden>
> Cc: Alexander Graf <address@hidden>
> Cc: address@hidden
> Signed-off-by: Markus Armbruster <address@hidden>

Reviewed-by: Anthony Liguori <address@hidden>

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=d,order=c", 'd', 'c');
>      }
>  }
>  
> -- 
> 1.7.11.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]