From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0ZjX-0005bU-E4 for qemu-devel@nongnu.org; Mon, 15 Dec 2014 12:47:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0ZjS-0006ju-Ix for qemu-devel@nongnu.org; Mon, 15 Dec 2014 12:46:59 -0500 Received: from mail-qg0-f42.google.com ([209.85.192.42]:33744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0ZjS-0006jq-Ev for qemu-devel@nongnu.org; Mon, 15 Dec 2014 12:46:54 -0500 Received: by mail-qg0-f42.google.com with SMTP id q108so6955955qgd.29 for ; Mon, 15 Dec 2014 09:46:54 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1418340569-30519-1-git-send-email-greg.bellows@linaro.org> <1418340569-30519-5-git-send-email-greg.bellows@linaro.org> Date: Mon, 15 Dec 2014 11:46:45 -0600 Message-ID: From: Greg Bellows Content-Type: multipart/alternative; boundary=047d7bdc90047fde90050a44d32f Subject: Re: [Qemu-devel] [PATCH v2 04/15] target-arm: Add vexpress machine secure property List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Sergey Fedorov , QEMU Developers , Fabian Aggeler , "Edgar E. Iglesias" --047d7bdc90047fde90050a44d32f Content-Type: text/plain; charset=UTF-8 On 15 December 2014 at 11:11, Peter Maydell wrote: > > On 11 December 2014 at 23:29, Greg Bellows > wrote: > > Add "secure" Vexpress machine specific property to allow override of the > > default secure state configuration. By default, when using the QEMU > > -kernel command line argument, Vexpress machines boot into NS/SVC. When > using > > the QEMU -bios command line argument, Vexpress machines boot into S/SVC. > > > > The secure state can be changed from the default specifying the secure > > state as a machine property. For example, the below command line would > enable > > secure state on a -linux boot: > > > > aarch64-softmmu/qemu-system-aarch64 > > -machine type=vexpress-a15,secure=on > > -kernel ... > > This example's a bit odd because "on" is the default. > > Whoops, yes it is. Changed to "off" > > Signed-off-by: Greg Bellows > > Reviewed-by: Peter Maydell > > thanks > -- PMM > --047d7bdc90047fde90050a44d32f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On 15 December 2014 at 11:11, Peter Maydell <peter.maydell@lina= ro.org> wrote:
On 11 December 2014 at 23:29, Greg Bellows <greg.bellows@linaro.org> wrote:
> Add "secure" Vexpress machine specific property to allow ove= rride of the
> default secure state configuration.=C2=A0 By default, when using the Q= EMU
> -kernel command line argument, Vexpress machines boot into NS/SVC.=C2= =A0 When using
> the QEMU -bios command line argument, Vexpress machines boot into S/SV= C.
>
> The secure state can be changed from the default specifying the secure=
> state as a machine property.=C2=A0 For example, the below command line= would enable
> secure state on a -linux boot:
>
>=C2=A0 =C2=A0 =C2=A0aarch64-softmmu/qemu-system-aarch64
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-machine type=3Dvexpress-a15,secure= =3Don
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-kernel ...

This example's a bit odd because "on" is the default.<= br>

Whoops, yes it is.=C2=A0 Changed to &q= uot;off"
=C2=A0
> Signed-off-by: Greg Bellows <greg.bellows@linaro.org>

Reviewed-by: Peter Maydell <= peter.maydell@linaro.org>

thanks
-- PMM
--047d7bdc90047fde90050a44d32f--