[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC v3 01/10] linux-header: Introduce KVM_CAP_ARM_CPU_FEATURE
From: |
Peng Liang |
Subject: |
[RFC v3 01/10] linux-header: Introduce KVM_CAP_ARM_CPU_FEATURE |
Date: |
Mon, 2 Nov 2020 13:40:46 +0800 |
Introduce KVM_CAP_ARM_CPU_FEATURE.
Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Signed-off-by: Peng Liang <liangpeng10@huawei.com>
---
linux-headers/linux/kvm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h
index 43580c767c33..146eaec35d49 100644
--- a/linux-headers/linux/kvm.h
+++ b/linux-headers/linux/kvm.h
@@ -1037,6 +1037,7 @@ struct kvm_ppc_resize_hpt {
#define KVM_CAP_SMALLER_MAXPHYADDR 185
#define KVM_CAP_S390_DIAG318 186
#define KVM_CAP_STEAL_TIME 187
+#define KVM_CAP_ARM_CPU_FEATURE 191
#ifdef KVM_CAP_IRQ_ROUTING
--
2.26.2
- [RFC v3 00/10] Support disable/enable CPU features for AArch64, Peng Liang, 2020/11/02
- [RFC v3 03/10] target/arm: only set ID_PFR1_EL1.GIC for AArch32 guest, Peng Liang, 2020/11/02
- [RFC v3 02/10] target/arm: Update ID fields, Peng Liang, 2020/11/02
- [RFC v3 01/10] linux-header: Introduce KVM_CAP_ARM_CPU_FEATURE,
Peng Liang <=
- [RFC v3 04/10] target/arm: convert isar regs to array, Peng Liang, 2020/11/02
- [RFC v3 05/10] target/arm: Introduce kvm_arm_cpu_feature_supported, Peng Liang, 2020/11/02
- [RFC v3 10/10] target/arm: Add CPU features to query-cpu-model-expansion, Peng Liang, 2020/11/02
- [RFC v3 08/10] target/arm: Introduce user_mask to indicate whether the feature is set explicitly, Peng Liang, 2020/11/02
- [RFC v3 09/10] target/arm: introduce CPU feature dependency mechanism, Peng Liang, 2020/11/02
- [RFC v3 06/10] target/arm: register CPU features for property, Peng Liang, 2020/11/02
- [RFC v3 07/10] target/arm: Allow ID registers to synchronize to KVM, Peng Liang, 2020/11/02