]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-x86/kvm.h
37cf8e995c83547f74d7ff740fe51c4db7182a54
[linux-2.6-omap-h63xx.git] / include / asm-x86 / kvm.h
1 #ifndef __LINUX_KVM_X86_H
2 #define __LINUX_KVM_X86_H
3
4 /*
5  * KVM x86 specific structures and definitions
6  *
7  */
8
9 #include <asm/types.h>
10 #include <linux/ioctl.h>
11
12 struct kvm_memory_alias {
13         __u32 slot;  /* this has a different namespace than memory slots */
14         __u32 flags;
15         __u64 guest_phys_addr;
16         __u64 memory_size;
17         __u64 target_phys_addr;
18 };
19
20 #endif