diff options
| author | Gleb Natapov <gleb@redhat.com> | 2009-08-24 04:54:23 -0400 |
|---|---|---|
| committer | Avi Kivity <avi@redhat.com> | 2009-12-03 02:32:07 -0500 |
| commit | 136bdfeee7b5bc986fc94af3a40d7d13ea37bb95 (patch) | |
| tree | 8f054eab63663dd0a55084d1a397079c73774664 /include/linux/kvm_host.h | |
| parent | e42bba90bfe724e32fc66ab1b6cb283c51d064b1 (diff) | |
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/linux/kvm_host.h')
| -rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index cc2d7493598..4aa5e1d9a79 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
| @@ -187,6 +187,7 @@ struct kvm { | |||
| 187 | #ifdef CONFIG_HAVE_KVM_IRQCHIP | 187 | #ifdef CONFIG_HAVE_KVM_IRQCHIP |
| 188 | struct kvm_irq_routing_table *irq_routing; | 188 | struct kvm_irq_routing_table *irq_routing; |
| 189 | struct hlist_head mask_notifier_list; | 189 | struct hlist_head mask_notifier_list; |
| 190 | struct hlist_head irq_ack_notifier_list; | ||
| 190 | #endif | 191 | #endif |
| 191 | 192 | ||
| 192 | #ifdef KVM_ARCH_WANT_MMU_NOTIFIER | 193 | #ifdef KVM_ARCH_WANT_MMU_NOTIFIER |
