]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - include/uapi/linux/kvm.h
KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result
authorPaul Mackerras <paulus@ozlabs.org>
Mon, 8 Oct 2018 03:24:30 +0000 (14:24 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Tue, 9 Oct 2018 05:14:54 +0000 (16:14 +1100)
commit901f8c3f6feb0225c14b3bc6237850fb921d2f2d
treed9f4edd5ed3899d8270b329990292ba5b52079d4
parentaa069a996951f3e2e38437ef0316685a5893fc7e
KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result

This adds a KVM_PPC_NO_HASH flag to the flags field of the
kvm_ppc_smmu_info struct, and arranges for it to be set when
running as a nested hypervisor, as an unambiguous indication
to userspace that HPT guests are not supported.  Reporting the
KVM_CAP_PPC_MMU_HASH_V3 capability as false could be taken as
indicating only that the new HPT features in ISA V3.0 are not
supported, leaving it ambiguous whether pre-V3.0 HPT features
are supported.

Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Documentation/virtual/kvm/api.txt
arch/powerpc/kvm/book3s_hv.c
include/uapi/linux/kvm.h