diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-11-23 03:04:05 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-11-23 03:04:05 -0500 |
commit | 92907cbbef8625bb3998d1eb385fc88f23c97a3f (patch) | |
tree | 15626ff9287e37c3cb81c7286d6db5a7fd77c854 /include/uapi/linux/kvm.h | |
parent | 15fbfccfe92c62ae8d1ecc647c44157ed01ac02e (diff) | |
parent | 1ec218373b8ebda821aec00bb156a9c94fad9cd4 (diff) |
Merge tag 'v4.4-rc2' into drm-intel-next-queued
Linux 4.4-rc2
Backmerge to get at
commit 1b0e3a049efe471c399674fd954500ce97438d30
Author: Imre Deak <imre.deak@intel.com>
Date: Thu Nov 5 23:04:11 2015 +0200
drm/i915/skl: disable display side power well support for now
so that we can proplery re-eanble skl power wells in -next.
Conflicts are just adjacent lines changed, except for intel_fbdev.c
where we need to interleave the changs. Nothing nefarious.
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'include/uapi/linux/kvm.h')
-rw-r--r-- | include/uapi/linux/kvm.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index a9256f0331ae..03f3618612aa 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h | |||
@@ -183,6 +183,7 @@ struct kvm_s390_skeys { | |||
183 | #define KVM_EXIT_EPR 23 | 183 | #define KVM_EXIT_EPR 23 |
184 | #define KVM_EXIT_SYSTEM_EVENT 24 | 184 | #define KVM_EXIT_SYSTEM_EVENT 24 |
185 | #define KVM_EXIT_S390_STSI 25 | 185 | #define KVM_EXIT_S390_STSI 25 |
186 | #define KVM_EXIT_IOAPIC_EOI 26 | ||
186 | 187 | ||
187 | /* For KVM_EXIT_INTERNAL_ERROR */ | 188 | /* For KVM_EXIT_INTERNAL_ERROR */ |
188 | /* Emulate instruction failed. */ | 189 | /* Emulate instruction failed. */ |
@@ -333,6 +334,10 @@ struct kvm_run { | |||
333 | __u8 sel1; | 334 | __u8 sel1; |
334 | __u16 sel2; | 335 | __u16 sel2; |
335 | } s390_stsi; | 336 | } s390_stsi; |
337 | /* KVM_EXIT_IOAPIC_EOI */ | ||
338 | struct { | ||
339 | __u8 vector; | ||
340 | } eoi; | ||
336 | /* Fix the size of the union. */ | 341 | /* Fix the size of the union. */ |
337 | char padding[256]; | 342 | char padding[256]; |
338 | }; | 343 | }; |
@@ -824,6 +829,8 @@ struct kvm_ppc_smmu_info { | |||
824 | #define KVM_CAP_MULTI_ADDRESS_SPACE 118 | 829 | #define KVM_CAP_MULTI_ADDRESS_SPACE 118 |
825 | #define KVM_CAP_GUEST_DEBUG_HW_BPS 119 | 830 | #define KVM_CAP_GUEST_DEBUG_HW_BPS 119 |
826 | #define KVM_CAP_GUEST_DEBUG_HW_WPS 120 | 831 | #define KVM_CAP_GUEST_DEBUG_HW_WPS 120 |
832 | #define KVM_CAP_SPLIT_IRQCHIP 121 | ||
833 | #define KVM_CAP_IOEVENTFD_ANY_LENGTH 122 | ||
827 | 834 | ||
828 | #ifdef KVM_CAP_IRQ_ROUTING | 835 | #ifdef KVM_CAP_IRQ_ROUTING |
829 | 836 | ||