From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751834AbeA3M2O (ORCPT ); Tue, 30 Jan 2018 07:28:14 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:53072 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751474AbeA3M2N (ORCPT ); Tue, 30 Jan 2018 07:28:13 -0500 Subject: Re: [PATCH v2 08/16] arm/arm64: KVM: Advertise SMCCC v1.1 To: Russell King - ARM Linux Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, Mark Rutland , Peter Maydell , Lorenzo Pieralisi , Ard Biesheuvel , Catalin Marinas , Will Deacon , Jon Masters , Robin Murphy , Christoffer Dall References: <20180129174559.1866-1-marc.zyngier@arm.com> <20180129174559.1866-9-marc.zyngier@arm.com> <20180130002328.GB9418@n2100.armlinux.org.uk> From: Marc Zyngier Organization: ARM Ltd Message-ID: <9099a76f-2235-59e6-e7eb-b924fa4bbf54@arm.com> Date: Tue, 30 Jan 2018 12:28:09 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180130002328.GB9418@n2100.armlinux.org.uk> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30/01/18 00:23, Russell King - ARM Linux wrote: > On Mon, Jan 29, 2018 at 05:45:51PM +0000, Marc Zyngier wrote: >> The new SMC Calling Convention (v1.1) allows for a reduced overhead >> when calling into the firmware, and provides a new feature discovery >> mechanism. >> >> Make it visible to KVM guests. >> >> Signed-off-by: Marc Zyngier >> --- >> Documentation/virtual/kvm/arm/psci.txt | 12 +++++++----- >> arch/arm/kvm/handle_exit.c | 2 +- >> arch/arm64/kvm/handle_exit.c | 2 +- >> include/kvm/arm_psci.h | 2 +- >> include/linux/arm-smccc.h | 13 +++++++++++++ >> virt/kvm/arm/psci.c | 24 +++++++++++++++++++++++- >> 6 files changed, 46 insertions(+), 9 deletions(-) >> >> diff --git a/Documentation/virtual/kvm/arm/psci.txt b/Documentation/virtual/kvm/arm/psci.txt >> index 2e49a4e9f084..aafdab887b04 100644 >> --- a/Documentation/virtual/kvm/arm/psci.txt >> +++ b/Documentation/virtual/kvm/arm/psci.txt >> @@ -13,7 +13,7 @@ a migration causes a different PSCI version to be exposed out of the >> blue to an unsuspecting guest. >> >> In order to remedy this situation, KVM exposes a set of "firmware >> -pseuodo-registers" that can be manipulated using the GET/SET_ONE_REG >> +pseudo-registers" that can be manipulated using the GET/SET_ONE_REG > > This should surely be in patch 7? Indeed. Thanks for the heads up. M. -- Jazz is not dead. It just smells funny...