diff options
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 193bca68372d..26f106022c88 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -43,6 +43,7 @@ | |||
43 | * include/linux/kvm_h. | 43 | * include/linux/kvm_h. |
44 | */ | 44 | */ |
45 | #define KVM_MEMSLOT_INVALID (1UL << 16) | 45 | #define KVM_MEMSLOT_INVALID (1UL << 16) |
46 | #define KVM_MEMSLOT_INCOHERENT (1UL << 17) | ||
46 | 47 | ||
47 | /* Two fragments for cross MMIO pages. */ | 48 | /* Two fragments for cross MMIO pages. */ |
48 | #define KVM_MAX_MMIO_FRAGMENTS 2 | 49 | #define KVM_MAX_MMIO_FRAGMENTS 2 |
@@ -712,7 +713,7 @@ void kvm_arch_sync_events(struct kvm *kvm); | |||
712 | int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu); | 713 | int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu); |
713 | void kvm_vcpu_kick(struct kvm_vcpu *vcpu); | 714 | void kvm_vcpu_kick(struct kvm_vcpu *vcpu); |
714 | 715 | ||
715 | bool kvm_is_mmio_pfn(pfn_t pfn); | 716 | bool kvm_is_reserved_pfn(pfn_t pfn); |
716 | 717 | ||
717 | struct kvm_irq_ack_notifier { | 718 | struct kvm_irq_ack_notifier { |
718 | struct hlist_node link; | 719 | struct hlist_node link; |