aboutsummaryrefslogtreecommitdiffstats
path: root/hw/msix.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin1-2/+6
2010-09-20msix: clear not only INTA, but all INTx when MSI-X is enabled.Isaku Yamahata1-1/+4
2010-09-18Introduce range.hBlue Swirl1-0/+1
2010-09-07pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata1-1/+2
2010-06-14Remove unused DEBUG defines from hw/msix.cJes Sorensen1-9/+0
2010-05-31msix: remove duplicated defines.Isaku Yamahata1-8/+0
2009-12-23msix: use range helper function.Isaku Yamahata1-1/+1
2009-12-07msix: function mask supportMichael S. Tsirkin1-18/+46
2009-12-07msix: macro rename for function mask supportMichael S. Tsirkin1-7/+7
2009-12-01msix: clear pending bit of an unused vectorMichael S. Tsirkin1-10/+17
2009-12-01msix: fix reset value for enable bitMichael S. Tsirkin1-1/+2
2009-12-01msix: fix mask bit state after resetMichael S. Tsirkin1-0/+11
2009-12-01msix: add helper to unuse all msix entriesMichael S. Tsirkin1-0/+7
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-1/+1
2009-10-30qemu/msix: fix table access issuesMichael S. Tsirkin1-7/+4
2009-10-05qemu: clean up target page usage in msixMichael S. Tsirkin1-25/+24
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-5/+5
2009-10-01Get rid of _t suffixmalc1-5/+5
2009-09-20Compile msix only onceBlue Swirl1-25/+25
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-27qemu: msix nit: clear msix_entries_nr on errorMichael S. Tsirkin1-0/+1
2009-07-10qemu/msi: missing bracesMichael S. Tsirkin1-1/+2
2009-07-10qemu/msi: clean used vectors state on loadMichael S. Tsirkin1-0/+1
2009-07-09fix segfault in msix_saveMichael S. Tsirkin1-5/+7
2009-07-05Fix Sparse warningBlue Swirl1-1/+2
2009-06-24qemu/pci: MSI-X support functionsMichael S. Tsirkin1-0/+378