diff options
author | Alexander Graf <agraf@suse.de> | 2014-07-28 13:29:13 -0400 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-07-28 13:29:15 -0400 |
commit | ce91ddc471b77ec75e5b2a43c803efac605f37b3 (patch) | |
tree | a1d2e2733694636848cfaaed79c9d32ee7e40d8e /include/uapi/linux/kvm.h | |
parent | 8de12015ff75967b16f70e5938b151390dac9b77 (diff) |
KVM: PPC: Remove DCR handling
DCR handling was only needed for 440 KVM. Since we removed it, we can also
remove handling of DCR accesses.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/uapi/linux/kvm.h')
-rw-r--r-- | include/uapi/linux/kvm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index 51776cac6a9b..f6f24aeb9e1a 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h | |||
@@ -162,7 +162,7 @@ struct kvm_pit_config { | |||
162 | #define KVM_EXIT_TPR_ACCESS 12 | 162 | #define KVM_EXIT_TPR_ACCESS 12 |
163 | #define KVM_EXIT_S390_SIEIC 13 | 163 | #define KVM_EXIT_S390_SIEIC 13 |
164 | #define KVM_EXIT_S390_RESET 14 | 164 | #define KVM_EXIT_S390_RESET 14 |
165 | #define KVM_EXIT_DCR 15 | 165 | #define KVM_EXIT_DCR 15 /* deprecated */ |
166 | #define KVM_EXIT_NMI 16 | 166 | #define KVM_EXIT_NMI 16 |
167 | #define KVM_EXIT_INTERNAL_ERROR 17 | 167 | #define KVM_EXIT_INTERNAL_ERROR 17 |
168 | #define KVM_EXIT_OSI 18 | 168 | #define KVM_EXIT_OSI 18 |
@@ -268,7 +268,7 @@ struct kvm_run { | |||
268 | __u64 trans_exc_code; | 268 | __u64 trans_exc_code; |
269 | __u32 pgm_code; | 269 | __u32 pgm_code; |
270 | } s390_ucontrol; | 270 | } s390_ucontrol; |
271 | /* KVM_EXIT_DCR */ | 271 | /* KVM_EXIT_DCR (deprecated) */ |
272 | struct { | 272 | struct { |
273 | __u32 dcrn; | 273 | __u32 dcrn; |
274 | __u32 data; | 274 | __u32 data; |