ca9b7e29de
Not all interrupt controllers have a working implementation of message-signalled interrupts; in some cases, the guest may expect MSI to work but it won't due to the buggy or lacking emulation. In QEMU this is represented by the "msi_nonbroken" variable. This patch adds a new configuration symbol enabled whenever the binary contains an interrupt controller that will set "msi_nonbroken". We can then use it to remove devices that cannot be possibly added to the machine, because they require MSI. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
53 lines
676 B
Plaintext
53 lines
676 B
Plaintext
config PAM
|
|
bool
|
|
|
|
config PREP_PCI
|
|
select PCI
|
|
bool
|
|
|
|
config GRACKLE_PCI
|
|
select PCI
|
|
bool
|
|
|
|
config UNIN_PCI
|
|
bool
|
|
select PCI
|
|
select DEC_PCI
|
|
select OPENPIC
|
|
|
|
config PPCE500_PCI
|
|
select PCI
|
|
bool
|
|
|
|
config VERSATILE_PCI
|
|
select PCI
|
|
bool
|
|
|
|
config PCI_SABRE
|
|
select PCI
|
|
bool
|
|
|
|
config PCI_PIIX
|
|
bool
|
|
select PCI
|
|
select PAM
|
|
select ISA_BUS
|
|
|
|
config PCI_EXPRESS_Q35
|
|
bool
|
|
select PCI_EXPRESS
|
|
select PAM
|
|
|
|
config PCI_EXPRESS_GENERIC_BRIDGE
|
|
bool
|
|
select PCI_EXPRESS
|
|
|
|
config PCI_EXPRESS_XILINX
|
|
bool
|
|
select PCI_EXPRESS
|
|
|
|
config PCI_EXPRESS_DESIGNWARE
|
|
bool
|
|
select PCI_EXPRESS
|
|
select MSI_NONBROKEN
|