aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
authorRadim Krčmář <rkrcmar@redhat.com>2016-07-12 16:09:26 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2016-07-14 03:03:56 -0400
commitc63cf538eb4bf6a5ffd3750366d8d56f023645a5 (patch)
tree3f5633e4e461850ac5ff219985bf8ed3641f0e84 /include/linux/kvm_host.h
parent4d8e772bf8e3fcf55fe17e84ce68c20e03041efc (diff)
KVM: pass struct kvm to kvm_set_routing_entry
Arch-specific code will use it. Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 66b2f6159aad..60d339faa94c 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -1011,7 +1011,8 @@ int kvm_set_irq_routing(struct kvm *kvm,
1011 const struct kvm_irq_routing_entry *entries, 1011 const struct kvm_irq_routing_entry *entries,
1012 unsigned nr, 1012 unsigned nr,
1013 unsigned flags); 1013 unsigned flags);
1014int kvm_set_routing_entry(struct kvm_kernel_irq_routing_entry *e, 1014int kvm_set_routing_entry(struct kvm *kvm,
1015 struct kvm_kernel_irq_routing_entry *e,
1015 const struct kvm_irq_routing_entry *ue); 1016 const struct kvm_irq_routing_entry *ue);
1016void kvm_free_irq_routing(struct kvm *kvm); 1017void kvm_free_irq_routing(struct kvm *kvm);
1017 1018