From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v11 00/12] In-kernel PSCI v0.2 emulation for KVM ARM/ARM64 Date: Wed, 30 Apr 2014 04:36:11 -0700 Message-ID: <20140430113611.GB22132@lvm> References: <1398750865-10892-1-git-send-email-anup.patel@linaro.org> <20140429194416.GC3003@lvm> <5360C8D9.1030906@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Anup Patel , "kvmarm@lists.cs.columbia.edu" , "kvm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linaro-kernel@lists.linaro.org" , "patches@apm.com" , "rob.herring@linaro.org" , Pranavkumar Sawargaonkar , Ashwin Chaugule To: Marc Zyngier Return-path: Received: from mail-la0-f52.google.com ([209.85.215.52]:54465 "EHLO mail-la0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758171AbaD3LgP (ORCPT ); Wed, 30 Apr 2014 07:36:15 -0400 Received: by mail-la0-f52.google.com with SMTP id mc6so1139832lab.11 for ; Wed, 30 Apr 2014 04:36:14 -0700 (PDT) Content-Disposition: inline In-Reply-To: <5360C8D9.1030906@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Apr 30, 2014 at 10:56:41AM +0100, Marc Zyngier wrote: > On 29/04/14 20:44, Christoffer Dall wrote: > > On Tue, Apr 29, 2014 at 11:24:13AM +0530, Anup Patel wrote: > >> Currently, KVM ARM/ARM64 only provides in-kernel emulation of Power State > >> and Coordination Interface (PSCI) v0.1. > >> > >> This patchset aims at providing newer PSCI v0.2 for KVM ARM/ARM64 VCPUs > >> such that it does not break current KVM ARM/ARM64 ABI. > >> > >> The user space tools (i.e. QEMU or KVMTOOL) will have to explicitly enable > >> KVM_ARM_VCPU_PSCI_0_2 feature using KVM_ARM_VCPU_INIT ioctl for providing > >> PSCI v0.2 to VCPUs. > >> > > > > I feel like this is ready to queue for the next merge window. Last > > chance to object. > > Looks OK to me. > Applied to queue. Note that KVM_CAP_ARM_PSCI_0_2 is now defined to 102 after rebasing the patch set onto kvm/next. Thanks, -Christoffer