diff options
author | Bharata B Rao | 2019-12-19 04:14:44 +0100 |
---|---|---|
committer | David Gibson | 2020-01-08 01:01:59 +0100 |
commit | 50fd0c375bef09d22b6828972c4ed4f945c95ed8 (patch) | |
tree | 5962be76fdcafe78633b7420d2b2a1b823182b63 /linux-headers | |
parent | target/ppc: Handle AIL=0 in ppc_excp_vector_offset (diff) | |
download | qemu-50fd0c375bef09d22b6828972c4ed4f945c95ed8.tar.gz qemu-50fd0c375bef09d22b6828972c4ed4f945c95ed8.tar.xz qemu-50fd0c375bef09d22b6828972c4ed4f945c95ed8.zip |
linux-headers: Update
Update to mainline commit: d1eef1c61974 ("Linux 5.5-rc2")
Signed-off-by: Bharata B Rao <bharata@linux.ibm.com>
Message-Id: <20191219031445.8949-2-bharata@linux.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'linux-headers')
-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 3b27a1ae85..9d647fad76 100644 --- a/linux-headers/linux/kvm.h +++ b/linux-headers/linux/kvm.h @@ -1348,6 +1348,7 @@ struct kvm_s390_ucas_mapping { #define KVM_PPC_GET_CPU_CHAR _IOR(KVMIO, 0xb1, struct kvm_ppc_cpu_char) /* Available with KVM_CAP_PMU_EVENT_FILTER */ #define KVM_SET_PMU_EVENT_FILTER _IOW(KVMIO, 0xb2, struct kvm_pmu_event_filter) +#define KVM_PPC_SVM_OFF _IO(KVMIO, 0xb3) /* ioctl for vm fd */ #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device) |