Searched hist:c2c139749733545516ffff0b54f949bb3343711f (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | meson.build | diff c2c139749733545516ffff0b54f949bb3343711f Thu Dec 01 06:11:25 CST 2022 Markus Armbruster <armbru@redhat.com> pci: Build hw/pci/pci-hmp-cmds.c only when CONFIG_PCI
We compile pci-hmp-cmds.c always, but pci-qmp-cmds.c only when CONFIG_PCI. hw/pci/pci-stub.c keeps the linker happy when !CONFIG_PCI. Build pci-hmp-cmds.c that way, too.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20221201121133.3813857-6-armbru@redhat.com>
|
H A D | pci-stub.c | diff c2c139749733545516ffff0b54f949bb3343711f Thu Dec 01 06:11:25 CST 2022 Markus Armbruster <armbru@redhat.com> pci: Build hw/pci/pci-hmp-cmds.c only when CONFIG_PCI
We compile pci-hmp-cmds.c always, but pci-qmp-cmds.c only when CONFIG_PCI. hw/pci/pci-stub.c keeps the linker happy when !CONFIG_PCI. Build pci-hmp-cmds.c that way, too.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20221201121133.3813857-6-armbru@redhat.com>
|