From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Fri, 21 Mar 2014 16:22:01 -0700 Subject: [PATCH v5 01/11] KVM: Add capability to advertise PSCI v0.2 support In-Reply-To: <1395406414-11707-2-git-send-email-anup.patel@linaro.org> References: <1395406414-11707-1-git-send-email-anup.patel@linaro.org> <1395406414-11707-2-git-send-email-anup.patel@linaro.org> Message-ID: <20140321232201.GA25519@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Mar 21, 2014 at 06:23:24PM +0530, Anup Patel wrote: > User space (i.e. QEMU or KVMTOOL) should be able to check whether KVM > ARM/ARM64 supports in-kernel PSCI v0.2 emulation. For this purpose, we > define KVM_CAP_ARM_PSCI_0_2 in KVM user space interface header. > > Signed-off-by: Anup Patel > Signed-off-by: Pranavkumar Sawargaonkar Please add the acked-by tags when people give them to you - otherwise it's a bit of a wasted effort and I have to go back and check so I don't review the patches again. Thanks, -Christoffer