summaryrefslogtreecommitdiff
path: root/hw/msix.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-29msix: make [un]use vectors on reset/load optionalMichael S. Tsirkin1-2/+11
2012-08-18Avoid asprintf() which is not available on mingwGerd Hoffmann1-6/+2
2012-07-19msi/msix: added API to set MSI message address and dataAlexey Kardashevskiy1-0/+13
2012-06-18msix: Switch msix_uninit to return voidAlex Williamson1-3/+3
2012-06-18msix: Allow full specification of MSIX layoutAlex Williamson1-95/+50
2012-06-18msix: Split PBA into it's own MemoryRegionAlex Williamson1-39/+67
2012-06-18msix: Note endian TODO itemAlex Williamson1-0/+1
2012-06-18msix: Move msix_mmio_readAlex Williamson1-10/+10
2012-06-18msix: Add simple BAR allocation MSIX setup functionsAlex Williamson1-0/+47
2012-06-18msix: drop unused msix_bar_size, require valid bar_sizeJan Kiszka1-17/+3
2012-06-07msi: Use msi/msix_present more consistentlyJan Kiszka1-5/+8
2012-06-07msi: Guard msi/msix_write_config with msi_presentJan Kiszka1-1/+1
2012-05-21msix: Add msix_nr_vectors_allocatedJan Kiszka1-0/+5
2012-05-21msix: Introduce vector notifiersJan Kiszka1-0/+93
2012-05-21msix: Invoke msix_handle_mask_update on msix_mask_allJan Kiszka1-0/+4
2012-05-21msix: Factor out msix_get_messageJan Kiszka1-6/+13
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