Re: [PATCH v5 01/10] pci: export functions for msi/msix ctrl

2015-04-01 Thread Fam Zheng
On Sun, 03/29 17:04, Michael S. Tsirkin wrote: > move pci_msi_set_enable and pci_msix_clear_and_set_ctrl out of msi.c, so > we can use them will be used which MSI isn't configured in kernel. if s/will be used which/when/ then Reviewed-by: Fam Zheng > > Signed-off-by: Michael S. Tsirkin > ---

[PATCH v5 01/10] pci: export functions for msi/msix ctrl

2015-03-29 Thread Michael S. Tsirkin
move pci_msi_set_enable and pci_msix_clear_and_set_ctrl out of msi.c, so we can use them will be used which MSI isn't configured in kernel. Signed-off-by: Michael S. Tsirkin --- drivers/pci/pci.h | 21 + drivers/pci/msi.c | 45 - 2