|
@@ -1105,7 +1105,6 @@ static inline void kvm_irq_routing_update(struct kvm *kvm)
|
|
|
{
|
|
|
}
|
|
|
#endif
|
|
|
-void kvm_arch_irq_routing_update(struct kvm *kvm);
|
|
|
|
|
|
static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args)
|
|
|
{
|
|
@@ -1114,6 +1113,8 @@ static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args)
|
|
|
|
|
|
#endif /* CONFIG_HAVE_KVM_EVENTFD */
|
|
|
|
|
|
+void kvm_arch_irq_routing_update(struct kvm *kvm);
|
|
|
+
|
|
|
static inline void kvm_make_request(int req, struct kvm_vcpu *vcpu)
|
|
|
{
|
|
|
/*
|