Re: [RFC v5 06/13] VFIO: platform: add vfio_external_{mask|is_active|set_automasked}

2015-04-01 Thread Eric Auger
On 03/31/2015 07:20 PM, Alex Williamson wrote: > On Thu, 2015-03-19 at 15:55 +0100, Eric Auger wrote: >> Introduces 3 new external functions aimed at doining some actions >> on VFIO platform devices: >> - mask a VFIO IRQ >> - get the active status of a VFIO IRQ (active at interrupt >> controller

Re: [RFC v5 06/13] VFIO: platform: add vfio_external_{mask|is_active|set_automasked}

2015-03-31 Thread Alex Williamson
On Thu, 2015-03-19 at 15:55 +0100, Eric Auger wrote: > Introduces 3 new external functions aimed at doining some actions > on VFIO platform devices: > - mask a VFIO IRQ > - get the active status of a VFIO IRQ (active at interrupt > controller level or masked by the level-sensitive automasking). >

[RFC v5 06/13] VFIO: platform: add vfio_external_{mask|is_active|set_automasked}

2015-03-19 Thread Eric Auger
Introduces 3 new external functions aimed at doining some actions on VFIO platform devices: - mask a VFIO IRQ - get the active status of a VFIO IRQ (active at interrupt controller level or masked by the level-sensitive automasking). - change the automasked property and the VFIO handler Note ther