summaryrefslogtreecommitdiffstats
path: root/stubs
diff options
context:
space:
mode:
authorAlex Bennée2020-11-10 20:23:11 +0100
committerAlex Bennée2020-11-16 12:07:53 +0100
commitd67ef04cb8cb16012d6493ef879b7889c2e962f2 (patch)
treeaf87d5d2f3d5d685f6453f2590875f415df63c0a /stubs
parentinclude/hw/xen.h: drop superfluous struct (diff)
downloadqemu-d67ef04cb8cb16012d6493ef879b7889c2e962f2.tar.gz
qemu-d67ef04cb8cb16012d6493ef879b7889c2e962f2.tar.xz
qemu-d67ef04cb8cb16012d6493ef879b7889c2e962f2.zip
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 <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20201110192316.26397-6-alex.bennee@linaro.org>
Diffstat (limited to 'stubs')
-rw-r--r--stubs/xen-hw-stub.c4
1 files changed, 0 insertions, 4 deletions
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;