commit | d9a47edabc4f948102753fa9d41f2dc1dbeb28be | [log] [tgz] |
---|---|---|
author | Ravi Bangoria <ravi.bangoria@linux.ibm.com> | Wed Dec 16 16:12:19 2020 +0530 |
committer | Paul Mackerras <paulus@ozlabs.org> | Wed Feb 10 14:31:08 2021 +1100 |
tree | afb1d92533ddbbe90a25ecb796d6a1703386acf4 | |
parent | bd1de1a0e6eff4bde5ceae969673b85b8446fd6a [diff] |
KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWR Introduce KVM_CAP_PPC_DAWR1 which can be used by QEMU to query whether KVM supports 2nd DAWR or not. The capability is by default disabled even when the underlying CPU supports 2nd DAWR. QEMU needs to check and enable it manually to use the feature. Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>