summaryrefslogtreecommitdiff
path: root/kvm_host.h
diff options
context:
space:
mode:
authormax <max@maxpad.(none)>2010-12-20 18:23:52 +0100
committermax <max@maxpad.(none)>2010-12-20 18:23:52 +0100
commit20f1d9adf1addcc1497e84d3c8413eebaed6ba72 (patch)
treec1766839803cbd2184e8231ef39b37830288fb3f /kvm_host.h
parente604a3309467fcd048d796bc7f160a491a481567 (diff)
downloadillumos-kvm-20f1d9adf1addcc1497e84d3c8413eebaed6ba72.tar.gz
Added most of the interrupt handling. panic.
Diffstat (limited to 'kvm_host.h')
-rw-r--r--kvm_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kvm_host.h b/kvm_host.h
index 4cd0190..e398c80 100644
--- a/kvm_host.h
+++ b/kvm_host.h
@@ -543,12 +543,14 @@ static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args)
#endif /* CONFIG_HAVE_KVM_EVENTFD */
+#ifdef XXX
#ifdef CONFIG_KVM_APIC_ARCHITECTURE
static inline bool kvm_vcpu_is_bsp(struct kvm_vcpu *vcpu)
{
return vcpu->kvm->bsp_vcpu_id == vcpu->vcpu_id;
}
#endif
+#endif /*XXX*/
#ifdef __KVM_HAVE_DEVICE_ASSIGNMENT