On 28/11/22 09:01, Markus Armbruster wrote:
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 <arm...@redhat.com> --- hw/pci/pci-stub.c | 5 +++++ hw/pci/meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-)
Squash with patch #3?