summaryrefslogtreecommitdiff
path: root/hw/msi.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-29msi: Add msi_get_message()Alex Williamson1-16/+29
2012-07-19msi/msix: added API to set MSI message address and dataAlexey Kardashevskiy1-0/+17
2012-06-07msi: Use msi/msix_present more consistentlyJan Kiszka1-1/+1
2012-06-07msi: Invoke msi/msix_write_config from PCI coreJan Kiszka1-1/+1
2012-06-07msi: Guard msi/msix_write_config with msi_presentJan Kiszka1-1/+2
2012-06-07msi: Guard msi_reset with msi_presentJan Kiszka1-0/+4
2012-01-19msi: Generalize msix_supported to msi_supportedJan Kiszka1-0/+8
2011-07-12msi: 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-12msi: Fix copy&paste mistake in msi_uninitJan Kiszka1-1/+1
2011-05-06Fix typo in code and commentsStefan Weil1-1/+1
2011-05-05MSI: Robust resource releaseJan Kiszka1-2/+10
2011-01-20msi: simplify write config a bit.Isaku Yamahata1-4/+1
2010-10-27msi: minor cleanupsMichael S. Tsirkin1-4/+3
2010-10-27msi: simplify range checksMichael S. Tsirkin1-25/+20
2010-10-27Introduce range.hBlue Swirl1-0/+1
2010-10-19msi: implements msiIsaku Yamahata1-0/+352