Re: [PATCH v2 08/16] arm/arm64: KVM: Advertise SMCCC v1.1

2018-01-30 Thread Marc Zyngier
On 30/01/18 00:23, Russell King - ARM Linux wrote: > On Mon, Jan 29, 2018 at 05:45:51PM +, 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 KV

Re: [PATCH v2 08/16] arm/arm64: KVM: Advertise SMCCC v1.1

2018-01-29 Thread Russell King - ARM Linux
On Mon, Jan 29, 2018 at 05:45:51PM +, 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 > --- > Docu