diff options
author | Xiantao Zhang <xiantao.zhang@intel.com> | 2008-09-26 22:55:40 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2008-10-15 08:25:34 -0400 |
commit | c77fb9dc7a0383c86eabef30272a763a482403e1 (patch) | |
tree | 78ca537ef7d9c4d117c5ddd09d584389d5d1bb37 /include/linux/kvm_host.h | |
parent | 8a98f6648a2b0756d8f26d6c13332f5526355fec (diff) |
KVM: Change is_mmio_pfn to kvm_is_mmio_pfn, and make it common for all archs
Add a kvm_ prefix to avoid polluting kernel's name space.
Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 10c1146cd009..b3b7598b4d94 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -288,6 +288,8 @@ int kvm_cpu_has_interrupt(struct kvm_vcpu *v); | |||
288 | int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu); | 288 | int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu); |
289 | void kvm_vcpu_kick(struct kvm_vcpu *vcpu); | 289 | void kvm_vcpu_kick(struct kvm_vcpu *vcpu); |
290 | 290 | ||
291 | int kvm_is_mmio_pfn(pfn_t pfn); | ||
292 | |||
291 | struct kvm_irq_ack_notifier { | 293 | struct kvm_irq_ack_notifier { |
292 | struct hlist_node link; | 294 | struct hlist_node link; |
293 | unsigned gsi; | 295 | unsigned gsi; |