From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0ZCf-0003ue-Fc for qemu-devel@nongnu.org; Mon, 15 Dec 2014 12:13:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0ZCa-0001PY-MW for qemu-devel@nongnu.org; Mon, 15 Dec 2014 12:13:01 -0500 Received: from mail-lb0-f172.google.com ([209.85.217.172]:53317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0ZCa-0001PA-Gf for qemu-devel@nongnu.org; Mon, 15 Dec 2014 12:12:56 -0500 Received: by mail-lb0-f172.google.com with SMTP id u10so9593243lbd.17 for ; Mon, 15 Dec 2014 09:12:55 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1418340569-30519-8-git-send-email-greg.bellows@linaro.org> References: <1418340569-30519-1-git-send-email-greg.bellows@linaro.org> <1418340569-30519-8-git-send-email-greg.bellows@linaro.org> From: Peter Maydell Date: Mon, 15 Dec 2014 17:12:35 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 07/15] target-arm: Add virt machine secure property List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Bellows Cc: Sergey Fedorov , QEMU Developers , Fabian Aggeler , "Edgar E. Iglesias" On 11 December 2014 at 23:29, Greg Bellows wrote: > Add "secure" virt machine specific property to allow override of the > default secure state configuration. By default, when using the QEMU > -kernel command line argument, virt machines boot into NS/SVC. When using > the QEMU -bios command line argument, virt 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=virt,secure=on > -kernel ... Example sets the property to its default value again. > > Signed-off-by: Greg Bellows Reviewed-by: Peter Maydell thanks -- PMM