Re: [PATCH v2] kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-04-28 Thread Paolo Bonzini
Il 21/02/2014 18:05, Alexander Gordeev ha scritto: As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or pci_enable_msi_exact() and pci_enable_msix

Re: [PATCH v2] kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-04-24 Thread Paolo Bonzini
> > >>> So, do I have to pull something (which I'd rather not, since pulling > > >>> the wrong thing in a submaintainer tree will make Linus angry), or > > >>> should I do it in the next merge window after pci_enable_msix_exact > > >>> gets in? > > >So it is already in. > > > > It is not, because

Re: [PATCH v2] kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-04-21 Thread Alexander Gordeev
On Sat, Feb 22, 2014 at 09:58:10AM +0100, Paolo Bonzini wrote: > Il 22/02/2014 09:50, Alexander Gordeev ha scritto: > >Commit d158fc7 ("Merge tag 'pci-v3.14-fixes-1'") in Linus's tree has it. > > > >pci_enable_msix() is going to be removed once all drivers updated with > >new interface. > > > >>> S

Re: [PATCH v2] kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-02-22 Thread Paolo Bonzini
Il 22/02/2014 09:50, Alexander Gordeev ha scritto: Commit d158fc7 ("Merge tag 'pci-v3.14-fixes-1'") in Linus's tree has it. pci_enable_msix() is going to be removed once all drivers updated with new interface. > So, do I have to pull something (which I'd rather not, since pulling > the wrong t

Re: [PATCH v2] kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-02-22 Thread Alexander Gordeev
On Fri, Feb 21, 2014 at 10:36:25PM +0100, Paolo Bonzini wrote: > Il 21/02/2014 19:56, Alexander Gordeev ha scritto: > >On Fri, Feb 21, 2014 at 06:11:29PM +0100, Paolo Bonzini wrote: > >>It's okay, but it's not clear to me whether I should include this > >>patch or someone else will. :) > > > >Pleas

Re: [PATCH v2] kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-02-21 Thread Paolo Bonzini
Il 21/02/2014 19:56, Alexander Gordeev ha scritto: On Fri, Feb 21, 2014 at 06:11:29PM +0100, Paolo Bonzini wrote: It's okay, but it's not clear to me whether I should include this patch or someone else will. :) Please, include it. And where do I get pci_enable_msix_exact? When will pci_enab

Re: [PATCH v2] kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-02-21 Thread Alexander Gordeev
On Fri, Feb 21, 2014 at 06:11:29PM +0100, Paolo Bonzini wrote: > It's okay, but it's not clear to me whether I should include this > patch or someone else will. :) Please, include it. Thanks! > Paolo -- Regards, Alexander Gordeev agord...@redhat.com -- To unsubscribe from this list: send the l

Re: [PATCH v2] kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-02-21 Thread Paolo Bonzini
Il 21/02/2014 18:05, Alexander Gordeev ha scritto: As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or pci_enable_msi_exact() and pci_enable_msix

[PATCH v2] kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-02-21 Thread Alexander Gordeev
As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or pci_enable_msi_exact() and pci_enable_msix_range() or pci_enable_msix_exact() interfaces. Sign