aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/xen-pciback/pciback_ops.c
Commit message (Expand)AuthorAgeFilesLines
* xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk2017-04-111-1/+7
* xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Konrad Rzeszutek Wilk2017-04-111-13/+20
* xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk2017-04-111-0/+7
* xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk2017-04-111-0/+7
* xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...Konrad Rzeszutek Wilk2017-04-111-1/+6
* xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk2017-04-111-1/+5
* xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk2017-04-111-1/+14
* first commitMeizu OpenSource2016-08-151-0/+384