aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/asm-arm/kvm_para.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-09-14 18:12:37 +0100
committerPeter Maydell <peter.maydell@linaro.org>2012-09-14 18:12:37 +0100
commit3ba192404e834ad7bc384675e7502578de61d98f (patch)
tree32b8dd001b288c8e6d1683f3437bf74a0cd17a1c /linux-headers/asm-arm/kvm_para.h
parente725def7016382950a6c8a53c562ad70b286962b (diff)
linux-headers: Add ARM KVM headers (not for upstream)
This commit adds the ARM KVM headers. This is not to go to QEMU upstream -- the correct path there is that the KVM code will be committed to a mainline upstream kernel, and then upstream QEMU can do a bulk header update from the upstream kernel, which will allow us to drop this temporary commit. This is the result of running update-headers on Christoffer's kvm-arm-master branch commit 6024647. It includes the new interrupt delivery ABI and the switch to ONE_REG for core and coprocessor registers. It currently includes some minor x86 header changes which hopefully will have made it into QEMU upstream by the time we submit this for merging.
Diffstat (limited to 'linux-headers/asm-arm/kvm_para.h')
-rw-r--r--linux-headers/asm-arm/kvm_para.h1
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>