search for: pciback_err_handl

Displaying 2 results from an estimated 2 matches for "pciback_err_handl".

Did you mean: pciback_err_handler
2008 Nov 14
0
[RFC][patch 5-7] Enable PCIE-AER support for XEN
Hi, all Patch 5 modify_pci.patch: make some small fix in aerdrv_core, adding helper function for searching pci_dev by BDF Patch 6 pciback_err_handler.patch: main implementation for XEN AER handling support, adding related pci error handler in pciback and pcifront. Patch 7 pcifront_err_handler.patch: related interface changes (pciif.h) in XEN header file. Also add domain shutdown support in xend for shutting domain from DOM0 kernel. Thanks&am...
2008 Nov 21
0
[patch 6/7][PCIE-AER]Enable PCIE-AER support for XEN
Patch 6 pciback_err_handler.patch: Implementation for enabling PCIE_AER support in XEN This patch is the main implementation for enabling PCIE_AER handling, adding related pci error handler in pciback and pcifront. When a device sends a PCIE error message to the root port, it will triger an interrupt. The irq handler wil...