]> git.proxmox.com Git - qemu.git/commit - hw/pci/msi.h
msi: Generalize msix_supported to msi_supported
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 15 Oct 2011 12:33:17 +0000 (14:33 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 19 Jan 2012 11:14:39 +0000 (12:14 +0100)
commit60ba3cc231d6bc7b802ad4fe6b6fc159ecb112e2
tree7368fee5e23cc57ef5c6be971333e48432983c97
parenteab70139a6772f1735444d4f1daadc7bcfa7dc47
msi: Generalize msix_supported to msi_supported

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>
hw/msi.c
hw/msi.h
hw/msix.c
hw/msix.h
hw/pc.c