aboutsummaryrefslogtreecommitdiffstats
path: root/hw/msix.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-19msi: Generalize msix_supported to msi_supportedJan Kiszka1-5/+4
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2011-11-21msix: avoid mask updates if mask is unchangedMichael S. Tsirkin1-9/+20
2011-11-21msix: Prevent bogus mask updates on MMIO accessesMichael S. Tsirkin1-0/+6
2011-11-21msix: track function masked in pci device stateMichael S. Tsirkin1-7/+14
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-6/+6
2011-08-08msix: convert to memory APIAvi Kivity1-42/+22
2011-07-12msix: use specific endian ld/st_physAlexander Graf1-1/+1
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-1/+1
2011-06-12msix: Use replace local defines with pci_regs versionsJan Kiszka1-25/+15
2011-05-06Fix typo in code and commentsStefan Weil1-1/+1
2011-01-20msix: simplify write configIsaku Yamahata1-4/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
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