diff options
author | Jerone Young <jyoung5@us.ibm.com> | 2007-11-19 18:06:31 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 10:53:07 -0500 |
commit | f6a40e3bdf5fe0a7d7d7f2dbc5b10158fbdad968 (patch) | |
tree | 79dbcdf9cefcfa3757a94bd8f129968e2cc423a0 /include/linux/kvm.h | |
parent | 7faa8f6fcc119ce680a90a5f011841b466b1e161 (diff) |
KVM: Portability: Move kvm_memory_alias to asm/kvm.h
This patch moves sturct kvm_memory_alias from include/linux/kvm.h
to include/asm-x86/kvm.h. Also have include/linux/kvm.h include
include/asm/kvm.h.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/linux/kvm.h')
-rw-r--r-- | include/linux/kvm.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 71d33d62944f..d09dd5dd5493 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
@@ -9,6 +9,7 @@ | |||
9 | 9 | ||
10 | #include <asm/types.h> | 10 | #include <asm/types.h> |
11 | #include <linux/ioctl.h> | 11 | #include <linux/ioctl.h> |
12 | #include <asm/kvm.h> | ||
12 | 13 | ||
13 | #define KVM_API_VERSION 12 | 14 | #define KVM_API_VERSION 12 |
14 | 15 | ||
@@ -35,13 +36,6 @@ struct kvm_userspace_memory_region { | |||
35 | /* for kvm_memory_region::flags */ | 36 | /* for kvm_memory_region::flags */ |
36 | #define KVM_MEM_LOG_DIRTY_PAGES 1UL | 37 | #define KVM_MEM_LOG_DIRTY_PAGES 1UL |
37 | 38 | ||
38 | struct kvm_memory_alias { | ||
39 | __u32 slot; /* this has a different namespace than memory slots */ | ||
40 | __u32 flags; | ||
41 | __u64 guest_phys_addr; | ||
42 | __u64 memory_size; | ||
43 | __u64 target_phys_addr; | ||
44 | }; | ||
45 | 39 | ||
46 | /* for KVM_IRQ_LINE */ | 40 | /* for KVM_IRQ_LINE */ |
47 | struct kvm_irq_level { | 41 | struct kvm_irq_level { |