diff options
author | Ard Biesheuvel | 2014-11-17 19:28:18 +0100 |
---|---|---|
committer | Peter Maydell | 2014-11-18 12:24:31 +0100 |
commit | 444b1996cb3769d8636b223c281fb09ab89b7a31 (patch) | |
tree | 016828095e3c111100a89797e3b7a8cb2d944151 /linux-headers/linux/vfio.h | |
parent | exec: Handle multipage ranges in invalidate_and_set_dirty() (diff) | |
download | qemu-444b1996cb3769d8636b223c281fb09ab89b7a31.tar.gz qemu-444b1996cb3769d8636b223c281fb09ab89b7a31.tar.xz qemu-444b1996cb3769d8636b223c281fb09ab89b7a31.zip |
linux-headers: update to 3.18-rc5
This updates the Linux header to version 3.18-rc5, adding support for
(among other things) read-only memslots on ARM and arm64.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Message-id: 1416248898-6302-1-git-send-email-ard.biesheuvel@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-headers/linux/vfio.h')
-rw-r--r-- | linux-headers/linux/vfio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-headers/linux/vfio.h b/linux-headers/linux/vfio.h index 95b591b61a..0f21aa6266 100644 --- a/linux-headers/linux/vfio.h +++ b/linux-headers/linux/vfio.h @@ -33,6 +33,9 @@ /* Check if EEH is supported */ #define VFIO_EEH 5 +/* Two-stage IOMMU */ +#define VFIO_TYPE1_NESTING_IOMMU 6 /* Implies v2 */ + /* * The IOCTL interface is designed for extensibility by embedding the * structure length (argsz) and flags into structures passed between |