diff options
| author | Christoffer Dall | 2014-02-26 18:20:00 +0100 |
|---|---|---|
| committer | Peter Maydell | 2014-02-26 18:20:00 +0100 |
| commit | 876074c228ddccffe9bfcf31920202d68777545b (patch) | |
| tree | c88eaba3db245b86538c11891688eefef3020929 /linux-headers/linux | |
| parent | hw/intc/arm_gic: Fix GIC_SET_LEVEL (diff) | |
| download | qemu-876074c228ddccffe9bfcf31920202d68777545b.tar.gz qemu-876074c228ddccffe9bfcf31920202d68777545b.tar.xz qemu-876074c228ddccffe9bfcf31920202d68777545b.zip | |
linux-headers: Update from v3.14-rc3
Update to tag v3.14-rc3 (6d0abeca3242a88cab8232e4acd7e2bf088f3bc2)
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Message-id: 1392687720-26806-2-git-send-email-christoffer.dall@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
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 999fb135e1..77ad35cd67 100644 --- a/linux-headers/linux/kvm.h +++ b/linux-headers/linux/kvm.h @@ -854,6 +854,7 @@ struct kvm_device_attr { #define KVM_DEV_VFIO_GROUP 1 #define KVM_DEV_VFIO_GROUP_ADD 1 #define KVM_DEV_VFIO_GROUP_DEL 2 +#define KVM_DEV_TYPE_ARM_VGIC_V2 5 /* * ioctls for VM fds |
