From: Alex Bennée Date: Tue, 10 Nov 2020 19:23:11 +0000 (+0000) Subject: stubs/xen-hw-stub: drop xenstore_store_pv_console_info stub X-Git-Tag: v5.2.0-rc2~12^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d67ef04cb8cb16012d6493ef879b7889c2e962f2;p=thirdparty%2Fqemu.git stubs/xen-hw-stub: drop xenstore_store_pv_console_info stub We should never build something that calls this without having it. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20201110192316.26397-6-alex.bennee@linaro.org> --- diff --git a/stubs/xen-hw-stub.c b/stubs/xen-hw-stub.c index 2ea81909217..15f3921a76b 100644 --- a/stubs/xen-hw-stub.c +++ b/stubs/xen-hw-stub.c @@ -10,10 +10,6 @@ #include "hw/xen/xen.h" #include "hw/xen/xen-x86.h" -void xenstore_store_pv_console_info(int i, Chardev *chr) -{ -} - int xen_pci_slot_get_pirq(PCIDevice *pci_dev, int irq_num) { return -1;