aboutsummaryrefslogtreecommitdiff
path: root/hw/msi.c
AgeCommit message (Expand)Author
2012-07-19msi/msix: added API to set MSI message address and dataAlexey Kardashevskiy
2012-06-07msi: Use msi/msix_present more consistentlyJan Kiszka
2012-06-07msi: Invoke msi/msix_write_config from PCI coreJan Kiszka
2012-06-07msi: Guard msi/msix_write_config with msi_presentJan Kiszka
2012-06-07msi: Guard msi_reset with msi_presentJan Kiszka
2012-01-19msi: Generalize msix_supported to msi_supportedJan Kiszka
2011-07-12msi: use specific endian ld/st_physAlexander Graf
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12msi: Fix copy&paste mistake in msi_uninitJan Kiszka
2011-05-06Fix typo in code and commentsStefan Weil
2011-05-05MSI: Robust resource releaseJan Kiszka
2011-01-20msi: simplify write config a bit.Isaku Yamahata
2010-10-27msi: minor cleanupsMichael S. Tsirkin
2010-10-27msi: simplify range checksMichael S. Tsirkin
2010-10-27Introduce range.hBlue Swirl
2010-10-19msi: implements msiIsaku Yamahata