qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [PATCH v3 02/18] tests/boot-serial-test: add support for


From: David Gibson
Subject: Re: [Qemu-ppc] [PATCH v3 02/18] tests/boot-serial-test: add support for all the PowerNV machines
Date: Mon, 5 Aug 2019 22:30:37 +1000
User-agent: Mutt/1.12.0 (2019-05-25)

On Wed, Jul 31, 2019 at 04:12:17PM +0200, Cédric Le Goater wrote:
> Use the machine names specifiying the CPU type, POWER8 and POWER9.
> 
> Signed-off-by: Cédric Le Goater <address@hidden>

Applied to ppc-for-4.2, thanks.

> ---
>  tests/boot-serial-test.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/boot-serial-test.c b/tests/boot-serial-test.c
> index 24852d4c7d0b..a54d007298f7 100644
> --- a/tests/boot-serial-test.c
> +++ b/tests/boot-serial-test.c
> @@ -103,7 +103,8 @@ static testdef_t tests[] = {
>      { "ppc64", "pseries",
>        "-machine cap-cfpc=broken,cap-sbbc=broken,cap-ibs=broken",
>        "Open Firmware" },
> -    { "ppc64", "powernv", "-cpu POWER8", "OPAL" },
> +    { "ppc64", "powernv8", "", "OPAL" },
> +    { "ppc64", "powernv9", "", "OPAL" },
>      { "ppc64", "sam460ex", "-device e1000", "8086  100e" },
>      { "i386", "isapc", "-cpu qemu32 -device sga", "SGABIOS" },
>      { "i386", "pc", "-device sga", "SGABIOS" },

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

Attachment: signature.asc
Description: PGP signature


reply via email to

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