diff options
author | Philippe Mathieu-Daudé | 2017-06-09 17:06:21 +0200 |
---|---|---|
committer | Michael Tokarev | 2017-07-11 10:18:37 +0200 |
commit | 667675623dc20b8d2f9ec2eff8a1c7eafcc86e19 (patch) | |
tree | 20a7553e1882dfcfa1082826326924a07ab90839 /configure | |
parent | hw/misc: add missing includes (diff) | |
download | qemu-667675623dc20b8d2f9ec2eff8a1c7eafcc86e19.tar.gz qemu-667675623dc20b8d2f9ec2eff8a1c7eafcc86e19.tar.xz qemu-667675623dc20b8d2f9ec2eff8a1c7eafcc86e19.zip |
hw/pci: define msi_nonbroken in pci-stub
The kludged field 'msi_nonbroken' is declared in "hw/pci/msi.h" and defined in
hw/pci/msi.c.
When using an ARM config with CONFIG_PCI disabled, hw/pci/msi.c is not included.
Without being PCI-related, the files hw/intc/arm_gicv[23*].c do access this
field (to enable the kludge if PCI is enabled).
The final link fails since hw/pci/msi.c is not included.
Defining this field in pci-stub is safe enough for configs without CONFIG_PCI.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions