Re: [PATCH 1/4] PCI: Export MSI message relevant functions

2014-09-04 Thread Gavin Shan
On Thu, Sep 04, 2014 at 04:57:36PM -0600, Bjorn Helgaas wrote: >On Mon, May 19, 2014 at 01:01:07PM +1000, Gavin Shan wrote: >> The patch exports 2 MSI message relevant functions, which will be >> used by VFIO PCI driver. The VFIO PCI driver would be built as >> a module. >> >> Signed-off-by: Gavin

Re: [PATCH 1/4] PCI: Export MSI message relevant functions

2014-09-04 Thread Bjorn Helgaas
On Mon, May 19, 2014 at 01:01:07PM +1000, Gavin Shan wrote: > The patch exports 2 MSI message relevant functions, which will be > used by VFIO PCI driver. The VFIO PCI driver would be built as > a module. > > Signed-off-by: Gavin Shan Acked-by: Bjorn Helgaas I think Alex will merge this along

Re: [PATCH 1/4] PCI: Export MSI message relevant functions

2014-05-21 Thread Gavin Shan
On Mon, May 19, 2014 at 01:01:07PM +1000, Gavin Shan wrote: >The patch exports 2 MSI message relevant functions, which will be >used by VFIO PCI driver. The VFIO PCI driver would be built as >a module. > >Signed-off-by: Gavin Shan Bjorn, could you help ack it if you don't have objection to it? I

[PATCH 1/4] PCI: Export MSI message relevant functions

2014-05-18 Thread Gavin Shan
The patch exports 2 MSI message relevant functions, which will be used by VFIO PCI driver. The VFIO PCI driver would be built as a module. Signed-off-by: Gavin Shan --- drivers/pci/msi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c index 955ab79..23

[PATCH 1/4] PCI: Export MSI message relevant functions

2014-05-12 Thread Gavin Shan
The patch exports 2 MSI message relevant functions, which will be used by VFIO PCI driver. The VFIO PCI driver would be built as a module. Signed-off-by: Gavin Shan --- drivers/pci/msi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c index 955ab79..23