diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2017-04-27 11:33:14 -0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-04-27 11:33:14 -0400 |
| commit | c24a7be2110ddac2ab75abcded76c62dccb6b1f0 (patch) | |
| tree | cb4ef87091258db6b0f94cf2d4bd938eae1e26de /include/uapi/linux | |
| parent | 70f3aac964ae2bc9a0a1d5d65a62e258591ade18 (diff) | |
| parent | 1edb632133efb6226b6bef3e7d9fa8c7134ac4e2 (diff) | |
Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
KVM/ARM Changes for v4.12.
Changes include:
- Using the common sysreg definitions between KVM and arm64
- Improved hyp-stub implementation with support for kexec and kdump on the 32-bit side
- Proper PMU exception handling
- Performance improvements of our GIC handling
- Support for irqchip in userspace with in-kernel arch-timers and PMU support
- A fix for a race condition in our PSCI code
Conflicts:
Documentation/virtual/kvm/api.txt
include/uapi/linux/kvm.h
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/kvm.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index e43906b95d9f..577429a95ad8 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h | |||
| @@ -894,6 +894,7 @@ struct kvm_ppc_resize_hpt { | |||
| 894 | #define KVM_CAP_S390_AIS 141 | 894 | #define KVM_CAP_S390_AIS 141 |
| 895 | #define KVM_CAP_SPAPR_TCE_VFIO 142 | 895 | #define KVM_CAP_SPAPR_TCE_VFIO 142 |
| 896 | #define KVM_CAP_X86_GUEST_MWAIT 143 | 896 | #define KVM_CAP_X86_GUEST_MWAIT 143 |
| 897 | #define KVM_CAP_ARM_USER_IRQ 144 | ||
| 897 | 898 | ||
| 898 | #ifdef KVM_CAP_IRQ_ROUTING | 899 | #ifdef KVM_CAP_IRQ_ROUTING |
| 899 | 900 | ||
| @@ -1371,4 +1372,11 @@ struct kvm_assigned_msix_entry { | |||
| 1371 | #define KVM_X2APIC_API_USE_32BIT_IDS (1ULL << 0) | 1372 | #define KVM_X2APIC_API_USE_32BIT_IDS (1ULL << 0) |
| 1372 | #define KVM_X2APIC_API_DISABLE_BROADCAST_QUIRK (1ULL << 1) | 1373 | #define KVM_X2APIC_API_DISABLE_BROADCAST_QUIRK (1ULL << 1) |
| 1373 | 1374 | ||
| 1375 | /* Available with KVM_CAP_ARM_USER_IRQ */ | ||
| 1376 | |||
| 1377 | /* Bits for run->s.regs.device_irq_level */ | ||
| 1378 | #define KVM_ARM_DEV_EL1_VTIMER (1 << 0) | ||
| 1379 | #define KVM_ARM_DEV_EL1_PTIMER (1 << 1) | ||
| 1380 | #define KVM_ARM_DEV_PMU (1 << 2) | ||
| 1381 | |||
| 1374 | #endif /* __LINUX_KVM_H */ | 1382 | #endif /* __LINUX_KVM_H */ |
