diff options
author | Alexander Graf <agraf@suse.de> | 2012-06-12 11:15:23 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-06-18 15:32:45 +0200 |
commit | 2a60dba43cbf607c2d8ac3f30d5515267b4739b2 (patch) | |
tree | 2e4e014975e452d263774aea04facfa718eb97c9 /linux-headers/linux | |
parent | 5f629d943cb0b11c37a891cf4f40a9166aee6f53 (diff) |
kvm: Update kernel headers
Corresponding kvm.git hash: 4e3c8a1b1c
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'linux-headers/linux')
-rw-r--r-- | linux-headers/linux/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h index c4426ec73d..5a9d4e350d 100644 --- a/linux-headers/linux/kvm.h +++ b/linux-headers/linux/kvm.h @@ -616,6 +616,7 @@ struct kvm_ppc_smmu_info { #define KVM_CAP_KVMCLOCK_CTRL 76 #define KVM_CAP_SIGNAL_MSI 77 #define KVM_CAP_PPC_GET_SMMU_INFO 78 +#define KVM_CAP_S390_COW 79 #ifdef KVM_CAP_IRQ_ROUTING |