kvm: Add x86 kvm headers
commit832f4ff646016557cbce7da42089b47ddfece6fb
authorAvi Kivity <avi@redhat.com>
Wed, 22 Apr 2009 14:51:17 +0000 (22 17:51 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 26 Apr 2009 18:50:04 +0000 (26 21:50 +0300)
treefa938514c947a1b2d481d70f3b71c18d37226976
parent9ec8203386b95fe5448be12ddc869ad68d32251b
kvm: Add x86 kvm headers

System headers will always lag, and we'd like to use the newest features.  So
carry our own copy of the kernel headers locally.

Signed-off-by: Avi Kivity <avi@redhat.com>
kvm/kernel/arch/x86/include/asm/kvm.h [new file with mode: 0644]
kvm/kernel/arch/x86/include/asm/kvm_host.h [new file with mode: 0644]
kvm/kernel/arch/x86/include/asm/kvm_para.h [new file with mode: 0644]
kvm/kernel/arch/x86/include/asm/kvm_x86_emulate.h [new file with mode: 0644]
kvm/kernel/arch/x86/include/asm/svm.h [new file with mode: 0644]
kvm/kernel/arch/x86/include/asm/virtext.h [new file with mode: 0644]
kvm/kernel/arch/x86/include/asm/vmx.h [new file with mode: 0644]
kvm/kernel/include/linux/kvm.h [new file with mode: 0644]
kvm/kernel/include/linux/kvm_host.h [new file with mode: 0644]
kvm/kernel/include/linux/kvm_para.h [new file with mode: 0644]
kvm/kernel/include/linux/kvm_types.h [new file with mode: 0644]