]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm: Add KVM ABI headers
authorPekka Enberg <penberg@kernel.org>
Mon, 9 Aug 2010 16:06:02 +0000 (19:06 +0300)
committerPekka Enberg <penberg@kernel.org>
Mon, 9 Aug 2010 16:06:02 +0000 (19:06 +0300)
commitb326540f928c8220615eecb5e880d909b6ca9480
tree20a4bce8a1fdb3f3229adadb37b7af0b8a4e2472
parent016e41776003158aa306cb93ac0f3d7156e716c1
kvm: Add KVM ABI headers

This patch adds KVM ABI headers to the source tree. We can no longer include
<linux/kvm.h> directly because someone added a "#warning" to <linux/types.h>
that prevents kernel header inclusion from userspace.

We can switch back to using kernel headers if we ever make it to Linux
mainline.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/include/asm/kvm.h [new file with mode: 0644]
tools/kvm/include/linux/compiler.h [new file with mode: 0644]
tools/kvm/include/linux/kvm.h [new file with mode: 0644]
tools/kvm/include/linux/types.h [new file with mode: 0644]
tools/kvm/main.c