diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2013-03-05 00:34:40 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2013-03-05 00:34:40 +0000 |
commit | eadd0e4413c9b69015c798909f48ec48ab0c7bd4 (patch) | |
tree | c74a577756f0f3fde9e33ebc50e128e6e3efb3fc /linux-headers/asm-arm/kvm_para.h | |
parent | 2e07b297e0b450fe38bab115f71749e032d7191c (diff) |
linux-headers: resync from mainline to add ARM KVM headers
Resync QEMU's copy of the Linux kernel headers from
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
commit 2ef14f4. This adds the ARM KVM headers, since ARM KVM
support has just hit mainline via Russell's ARM tree.
This is not a pure sync -- I have removed by hand some changes
that would have reverted updates for s390x and ppc which have not
yet hit mainline.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-headers/asm-arm/kvm_para.h')
-rw-r--r-- | linux-headers/asm-arm/kvm_para.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-headers/asm-arm/kvm_para.h b/linux-headers/asm-arm/kvm_para.h new file mode 100644 index 0000000000..14fab8f0b9 --- /dev/null +++ b/linux-headers/asm-arm/kvm_para.h @@ -0,0 +1 @@ +#include <asm-generic/kvm_para.h> |