[Qemu-devel] MSI-X bug with ivshmem since msix_reset moved to PCI

2012-08-23 Thread Cam Macdonell
Hi Jan, I've bisected a bug in which MSI interrupts are not being delivered to the following patch, where msix_reset was moved in tot he PCI core. commit cbd2d4342b3d42ab33baa99f5b7a23491b5692f2 Author: Jan Kiszka Date: Tue May 15 20:09:56 2012 -0300 msi: Invoke msi/msix_reset from PCI co

Re: [Qemu-devel] MSI-X bug with ivshmem since msix_reset moved to PCI

2012-08-23 Thread Jan Kiszka
On 2012-08-24 01:13, Cam Macdonell wrote: > Hi Jan, > > I've bisected a bug in which MSI interrupts are not being delivered to > the following patch, where msix_reset was moved in tot he PCI core. > > commit cbd2d4342b3d42ab33baa99f5b7a23491b5692f2 > Author: Jan Kiszka > Date: Tue May 15 20:09

Re: [Qemu-devel] MSI-X bug with ivshmem since msix_reset moved to PCI

2012-08-24 Thread Michael S. Tsirkin
On Fri, Aug 24, 2012 at 07:59:06AM +0200, Jan Kiszka wrote: > On 2012-08-24 01:13, Cam Macdonell wrote: > > Hi Jan, > > > > I've bisected a bug in which MSI interrupts are not being delivered to > > the following patch, where msix_reset was moved in tot he PCI core. > > > > commit cbd2d4342b3d42a

Re: [Qemu-devel] MSI-X bug with ivshmem since msix_reset moved to PCI

2012-08-24 Thread Jan Kiszka
On 2012-08-24 10:11, Michael S. Tsirkin wrote: > On Fri, Aug 24, 2012 at 07:59:06AM +0200, Jan Kiszka wrote: >> On 2012-08-24 01:13, Cam Macdonell wrote: >>> Hi Jan, >>> >>> I've bisected a bug in which MSI interrupts are not being delivered to >>> the following patch, where msix_reset was moved in

Re: [Qemu-devel] MSI-X bug with ivshmem since msix_reset moved to PCI

2012-08-24 Thread Michael S. Tsirkin
On Fri, Aug 24, 2012 at 10:15:33AM +0200, Jan Kiszka wrote: > On 2012-08-24 10:11, Michael S. Tsirkin wrote: > > On Fri, Aug 24, 2012 at 07:59:06AM +0200, Jan Kiszka wrote: > >> On 2012-08-24 01:13, Cam Macdonell wrote: > >>> Hi Jan, > >>> > >>> I've bisected a bug in which MSI interrupts are not b

Re: [Qemu-devel] MSI-X bug with ivshmem since msix_reset moved to PCI

2012-08-24 Thread Jan Kiszka
On 2012-08-24 10:36, Michael S. Tsirkin wrote: > On Fri, Aug 24, 2012 at 10:15:33AM +0200, Jan Kiszka wrote: >> On 2012-08-24 10:11, Michael S. Tsirkin wrote: >>> On Fri, Aug 24, 2012 at 07:59:06AM +0200, Jan Kiszka wrote: On 2012-08-24 01:13, Cam Macdonell wrote: > Hi Jan, > > I'v

Re: [Qemu-devel] MSI-X bug with ivshmem since msix_reset moved to PCI

2012-08-24 Thread Michael S. Tsirkin
On Fri, Aug 24, 2012 at 10:39:15AM +0200, Jan Kiszka wrote: > On 2012-08-24 10:36, Michael S. Tsirkin wrote: > > On Fri, Aug 24, 2012 at 10:15:33AM +0200, Jan Kiszka wrote: > >> On 2012-08-24 10:11, Michael S. Tsirkin wrote: > >>> On Fri, Aug 24, 2012 at 07:59:06AM +0200, Jan Kiszka wrote: > O