From: Eric Auger <eric.au...@linaro.org>

This patch adds the following new members in 'struct kvm_kernel_irqfd'
    - struct irq_bypass_consumer consumer
    - struct irq_bypass_producer *producer

Signed-off-by: Eric Auger <eric.au...@linaro.org>
Signed-off-by: Feng Wu <feng...@intel.com>
---
 include/linux/kvm_irqfd.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/linux/kvm_irqfd.h b/include/linux/kvm_irqfd.h
index f926b39..cf9aad4 100644
--- a/include/linux/kvm_irqfd.h
+++ b/include/linux/kvm_irqfd.h
@@ -17,6 +17,7 @@
 
 #include <linux/kvm_host.h>
 #include <linux/poll.h>
+#include <linux/irqbypass.h>
 
 /*
  * Resampling irqfds are a special variety of irqfds used to emulate
@@ -64,6 +65,8 @@ struct kvm_kernel_irqfd {
        struct list_head list;
        poll_table pt;
        struct work_struct shutdown;
+       struct irq_bypass_consumer consumer;
+       struct irq_bypass_producer *producer;
 };
 
 #endif /* __LINUX_KVM_IRQFD_H */
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to