aboutsummaryrefslogtreecommitdiffstats
path: root/hw/msi.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-19msi: Generalize msix_supported to msi_supportedJan Kiszka1-0/+2
Rename msix_supported to msi_supported and control MSI and MSI-X activation this way. That was likely to original intention for this flag, but MSI support came after MSI-X. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2010-10-19msi: implements msiIsaku Yamahata1-0/+41
implements msi related functions. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>