summaryrefslogtreecommitdiff
path: root/kvm_host.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-06-08 18:19:12 -0700
committerRobert Mustacchi <rm@joyent.com>2011-06-08 18:19:12 -0700
commitf4c19c50aa08d6e9e5312547843c35ccfc57a75b (patch)
tree98a73473f5588ebfde296973ec225ef276e12396 /kvm_host.h
parent1f5c76fbbb7ff769e1f01988956ad70928d2a5ef (diff)
downloadillumos-kvm-f4c19c50aa08d6e9e5312547843c35ccfc57a75b.tar.gz
HVM-349 Remove ifdef's around IOMMU
HVM-350 Remove CONFIG_DMAR related pieces
Diffstat (limited to 'kvm_host.h')
-rw-r--r--kvm_host.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/kvm_host.h b/kvm_host.h
index 0b88500..8835b06 100644
--- a/kvm_host.h
+++ b/kvm_host.h
@@ -476,14 +476,6 @@ void kvm_free_irq_source_id(struct kvm *kvm, int irq_source_id);
/* For vcpu->arch.iommu_flags */
#define KVM_IOMMU_CACHE_COHERENCY 0x1
-int kvm_iommu_map_pages(struct kvm *kvm, struct kvm_memory_slot *slot);
-int kvm_iommu_map_guest(struct kvm *kvm);
-int kvm_iommu_unmap_guest(struct kvm *kvm);
-int kvm_assign_device(struct kvm *kvm,
- struct kvm_assigned_dev_kernel *assigned_dev);
-int kvm_deassign_device(struct kvm *kvm,
- struct kvm_assigned_dev_kernel *assigned_dev);
-
void kvm_guest_enter(void);
void kvm_guest_exit(void);
void kvm_migrate_timers(struct kvm_vcpu *vcpu);