diff mbox series

[PULL,5/9] stubs/xen-hw-stub: drop xenstore_store_pv_console_info stub

Message ID 20201116122417.28346-6-alex.bennee@linaro.org
State New
Headers show
Series various fixes (CI, Xen, warnings) | expand

Commit Message

Alex Bennée Nov. 16, 2020, 12:24 p.m. UTC
We should never build something that calls this without having it.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Message-Id: <20201110192316.26397-6-alex.bennee@linaro.org>

-- 
2.20.1
diff mbox series

Patch

diff --git a/stubs/xen-hw-stub.c b/stubs/xen-hw-stub.c
index 2ea8190921..15f3921a76 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;