summaryrefslogtreecommitdiffstats
path: root/hw/msix.c
Commit message (Expand)AuthorAgeFilesLines
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* Merge branch 'pci' into for_anthonyMichael S. Tsirkin2010-10-271-2/+6
|\
| * msix: clear not only INTA, but all INTx when MSI-X is enabled.Isaku Yamahata2010-09-201-1/+4
| * pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata2010-09-071-1/+2
* | Introduce range.hBlue Swirl2010-09-181-0/+1
|/
* Remove unused DEBUG defines from hw/msix.cJes Sorensen2010-06-141-9/+0
* msix: remove duplicated defines.Isaku Yamahata2010-05-311-8/+0
* msix: use range helper function.Isaku Yamahata2009-12-231-1/+1
* msix: function mask supportMichael S. Tsirkin2009-12-071-18/+46
* msix: macro rename for function mask supportMichael S. Tsirkin2009-12-071-7/+7
* msix: clear pending bit of an unused vectorMichael S. Tsirkin2009-12-011-10/+17
* msix: fix reset value for enable bitMichael S. Tsirkin2009-12-011-1/+2
* msix: fix mask bit state after resetMichael S. Tsirkin2009-12-011-0/+11
* msix: add helper to unuse all msix entriesMichael S. Tsirkin2009-12-011-0/+7
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-1/+1
* qemu/msix: fix table access issuesMichael S. Tsirkin2009-10-301-7/+4
* qemu: clean up target page usage in msixMichael S. Tsirkin2009-10-051-25/+24
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-5/+5
* Get rid of _t suffixmalc2009-10-011-5/+5
* Compile msix only onceBlue Swirl2009-09-201-25/+25
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* qemu: msix nit: clear msix_entries_nr on errorMichael S. Tsirkin2009-07-271-0/+1
* qemu/msi: missing bracesMichael S. Tsirkin2009-07-101-1/+2
* qemu/msi: clean used vectors state on loadMichael S. Tsirkin2009-07-101-0/+1
* fix segfault in msix_saveMichael S. Tsirkin2009-07-091-5/+7
* Fix Sparse warningBlue Swirl2009-07-051-1/+2
* qemu/pci: MSI-X support functionsMichael S. Tsirkin2009-06-241-0/+378
OpenPOWER on IntegriCloud