From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id t91sm1944874wrc.21.2018.03.09.05.46.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Mar 2018 05:46:40 -0800 (PST) Received: from zen (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTPS id 45D9E3E009E; Fri, 9 Mar 2018 13:46:40 +0000 (GMT) References: <20180308130626.12393-1-peter.maydell@linaro.org> <20180308130626.12393-6-peter.maydell@linaro.org> User-agent: mu4e 1.1.0; emacs 26.0.91 From: Alex =?utf-8?Q?Benn=C3=A9e?= To: Peter Maydell Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org, Igor Mammedov , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Subject: Re: [PATCH v3 5/6] hw/arm/virt: Add "max" to the list of CPU types "virt" supports In-reply-to: <20180308130626.12393-6-peter.maydell@linaro.org> Date: Fri, 09 Mar 2018 13:46:40 +0000 Message-ID: <873719l5tr.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-TUID: 7BEY+SQOPiHY Peter Maydell writes: > Allow the virt board to support '-cpu max' in the same way > it already handles '-cpu host'. > > Signed-off-by: Peter Maydell Reviewed-by: Alex Benn=C3=A9e > --- > hw/arm/virt.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/arm/virt.c b/hw/arm/virt.c > index dbb3c8036a..cda4b83586 100644 > --- a/hw/arm/virt.c > +++ b/hw/arm/virt.c > @@ -169,6 +169,7 @@ static const char *valid_cpus[] =3D { > ARM_CPU_TYPE_NAME("cortex-a53"), > ARM_CPU_TYPE_NAME("cortex-a57"), > ARM_CPU_TYPE_NAME("host"), > + ARM_CPU_TYPE_NAME("max"), > }; > > static bool cpu_type_valid(const char *cpu) -- Alex Benn=C3=A9e From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1euIM9-0008GT-Tv for qemu-devel@nongnu.org; Fri, 09 Mar 2018 08:46:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1euIM6-0004Pc-TJ for qemu-devel@nongnu.org; Fri, 09 Mar 2018 08:46:45 -0500 Received: from mail-wr0-x241.google.com ([2a00:1450:400c:c0c::241]:45139) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1euIM6-0004On-Lk for qemu-devel@nongnu.org; Fri, 09 Mar 2018 08:46:42 -0500 Received: by mail-wr0-x241.google.com with SMTP id h2so1788820wre.12 for ; Fri, 09 Mar 2018 05:46:42 -0800 (PST) References: <20180308130626.12393-1-peter.maydell@linaro.org> <20180308130626.12393-6-peter.maydell@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20180308130626.12393-6-peter.maydell@linaro.org> Date: Fri, 09 Mar 2018 13:46:40 +0000 Message-ID: <873719l5tr.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 5/6] hw/arm/virt: Add "max" to the list of CPU types "virt" supports List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org, Igor Mammedov , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Peter Maydell writes: > Allow the virt board to support '-cpu max' in the same way > it already handles '-cpu host'. > > Signed-off-by: Peter Maydell Reviewed-by: Alex Benn=C3=A9e > --- > hw/arm/virt.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/arm/virt.c b/hw/arm/virt.c > index dbb3c8036a..cda4b83586 100644 > --- a/hw/arm/virt.c > +++ b/hw/arm/virt.c > @@ -169,6 +169,7 @@ static const char *valid_cpus[] =3D { > ARM_CPU_TYPE_NAME("cortex-a53"), > ARM_CPU_TYPE_NAME("cortex-a57"), > ARM_CPU_TYPE_NAME("host"), > + ARM_CPU_TYPE_NAME("max"), > }; > > static bool cpu_type_valid(const char *cpu) -- Alex Benn=C3=A9e