Re: [PATCH v5 5/5] KVM: eventfd: add irq bypass consumer management

2015-08-13 Thread Eric Auger
Hi Alex, On 08/12/2015 09:05 PM, Alex Williamson wrote: > On Mon, 2015-08-10 at 15:31 +0200, Eric Auger wrote: >> This patch adds the registration/unregistration of an >> irq_bypass_consumer on irqfd assignment/deassignment. >> >> Signed-off-by: Eric Auger >> Signed-off-by: Feng Wu >> >> --- >> >

Re: [PATCH v5 5/5] KVM: eventfd: add irq bypass consumer management

2015-08-12 Thread Alex Williamson
On Mon, 2015-08-10 at 15:31 +0200, Eric Auger wrote: > This patch adds the registration/unregistration of an > irq_bypass_consumer on irqfd assignment/deassignment. > > Signed-off-by: Eric Auger > Signed-off-by: Feng Wu > > --- > > v4 -> v5: > - due to removal of static inline stubs, add > #

[PATCH v5 5/5] KVM: eventfd: add irq bypass consumer management

2015-08-10 Thread Eric Auger
This patch adds the registration/unregistration of an irq_bypass_consumer on irqfd assignment/deassignment. Signed-off-by: Eric Auger Signed-off-by: Feng Wu --- v4 -> v5: - due to removal of static inline stubs, add #ifdef CONFIG_HAVE_KVM_IRQ_BYPASS around consumer registration/unregistrat