1. 13 1月, 2011 1 次提交
  2. 12 1月, 2011 10 次提交
  3. 10 1月, 2011 1 次提交
  4. 06 1月, 2011 13 次提交
  5. 21 12月, 2010 1 次提交
  6. 17 12月, 2010 2 次提交
  7. 10 12月, 2010 1 次提交
  8. 03 12月, 2010 2 次提交
  9. 02 12月, 2010 4 次提交
  10. 23 11月, 2010 1 次提交
    • K
      xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs. · 12334715
      Konrad Rzeszutek Wilk 提交于
      When we allocate a vector for MSI/MSI-X we save away the PIRQ, and the
      vector value. When we unmap (de-allocate) the MSI/MSI-X vector(s) we
      need to provide the PIRQ and the vector value. What we did instead
      was to provide the GSI (which was zero) and the vector value, and we
      got these unhappy error messages:
      
      (XEN) irq.c:1575: dom0: pirq 0 not mapped
      [    7.733415] unmap irq failed -22
      
      This patches fixes this and we use the PIRQ value instead of the GSI
      value.
      
      CC: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
      Signed-off-by: NKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
      12334715
  11. 20 11月, 2010 3 次提交
  12. 19 11月, 2010 1 次提交