From 20f1d9adf1addcc1497e84d3c8413eebaed6ba72 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 20 Dec 2010 18:23:52 +0100 Subject: Added most of the interrupt handling. panic. --- kvm_host.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kvm_host.h') 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 -- cgit v1.2.3