Re: [Qemu-devel] [PATCH v12 4/9] hw/vfio/platform: add capability to start IRQ propagation

2015-04-21 Thread Eric Auger
Hi Alex, On 04/17/2015 09:41 PM, Alex Williamson wrote: > On Fri, 2015-04-17 at 17:31 +0200, Eric Auger wrote: >> Hi Alex, >> On 04/17/2015 12:04 AM, Alex Williamson wrote: >>> On Thu, 2015-03-19 at 17:16 +, Eric Auger wrote: Add a reset notify function that enables to start the propagatio

Re: [Qemu-devel] [PATCH v12 4/9] hw/vfio/platform: add capability to start IRQ propagation

2015-04-17 Thread Alex Williamson
On Fri, 2015-04-17 at 17:31 +0200, Eric Auger wrote: > Hi Alex, > On 04/17/2015 12:04 AM, Alex Williamson wrote: > > On Thu, 2015-03-19 at 17:16 +, Eric Auger wrote: > >> Add a reset notify function that enables to start the propagation of > >> interrupts to the guest. > >> > >> Signed-off-by:

Re: [Qemu-devel] [PATCH v12 4/9] hw/vfio/platform: add capability to start IRQ propagation

2015-04-17 Thread Eric Auger
Hi Alex, On 04/17/2015 12:04 AM, Alex Williamson wrote: > On Thu, 2015-03-19 at 17:16 +, Eric Auger wrote: >> Add a reset notify function that enables to start the propagation of >> interrupts to the guest. >> >> Signed-off-by: Eric Auger >> >> --- >> v10 -> v11: >> - comment reword >> >> v8 -

Re: [Qemu-devel] [PATCH v12 4/9] hw/vfio/platform: add capability to start IRQ propagation

2015-04-16 Thread Alex Williamson
On Thu, 2015-03-19 at 17:16 +, Eric Auger wrote: > Add a reset notify function that enables to start the propagation of > interrupts to the guest. > > Signed-off-by: Eric Auger > > --- > v10 -> v11: > - comment reword > > v8 -> v9: > - handle failure in vfio_irq_starter > --- > hw/vfio/pla

[Qemu-devel] [PATCH v12 4/9] hw/vfio/platform: add capability to start IRQ propagation

2015-03-19 Thread Eric Auger
Add a reset notify function that enables to start the propagation of interrupts to the guest. Signed-off-by: Eric Auger --- v10 -> v11: - comment reword v8 -> v9: - handle failure in vfio_irq_starter --- hw/vfio/platform.c | 64 + include/hw