Re: [PATCH v3 06/10] VFIO: platform: add irq bypass producer management

2015-09-02 Thread Christoffer Dall
On Mon, Aug 10, 2015 at 03:21:00PM +0200, Eric Auger wrote: > This patch populates the IRQ bypass callacks: > - stop/start producer simply consist in disabling/enabling the host irq > - add/del consumer: basically set the automasked flag to false/true > > Signed-off-by: Eric Auger

Re: [PATCH v3 06/10] VFIO: platform: add irq bypass producer management

2015-08-17 Thread Eric Auger
Hi Alex, On 08/12/2015 08:56 PM, Alex Williamson wrote: On Mon, 2015-08-10 at 15:21 +0200, Eric Auger wrote: This patch populates the IRQ bypass callacks: - stop/start producer simply consist in disabling/enabling the host irq - add/del consumer: basically set the automasked flag to false/true

Re: [PATCH v3 06/10] VFIO: platform: add irq bypass producer management

2015-08-12 Thread Alex Williamson
On Mon, 2015-08-10 at 15:21 +0200, Eric Auger wrote: This patch populates the IRQ bypass callacks: - stop/start producer simply consist in disabling/enabling the host irq - add/del consumer: basically set the automasked flag to false/true Signed-off-by: Eric Auger eric.au...@linaro.org

[PATCH v3 06/10] VFIO: platform: add irq bypass producer management

2015-08-10 Thread Eric Auger
This patch populates the IRQ bypass callacks: - stop/start producer simply consist in disabling/enabling the host irq - add/del consumer: basically set the automasked flag to false/true Signed-off-by: Eric Auger eric.au...@linaro.org --- v2 - v3: - vfio_platform_irq_bypass_add_consumer now