aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGleb Natapov <gleb@redhat.com>2009-08-24 11:54:23 +0300
committerAvi Kivity <avi@redhat.com>2009-12-03 09:32:07 +0200
commit136bdfeee7b5bc986fc94af3a40d7d13ea37bb95 (patch)
tree8f054eab63663dd0a55084d1a397079c73774664 /include
parentKVM: Move irq routing data structure to rcu locking (diff)
downloadlinux-dev-136bdfeee7b5bc986fc94af3a40d7d13ea37bb95.tar.xz
linux-dev-136bdfeee7b5bc986fc94af3a40d7d13ea37bb95.zip
KVM: Move irq ack notifier list to arch independent code
Mask irq notifier list is already there. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index cc2d7493598b..4aa5e1d9a797 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -187,6 +187,7 @@ struct kvm {
#ifdef CONFIG_HAVE_KVM_IRQCHIP
struct kvm_irq_routing_table *irq_routing;
struct hlist_head mask_notifier_list;
+ struct hlist_head irq_ack_notifier_list;
#endif
#ifdef KVM_ARCH_WANT_MMU_NOTIFIER