X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=xen-stub.c;h=efe2ab55f27a9e7ddfeaf61c1b881ba2d99a7f47;hb=aad04cd024f0c59f0b96f032cde2e24eb3abba6d;hp=a4f35a19fb3f973a263625593c7741a33b413965;hpb=091959defe5856d1ac52dc4c33ed01921484fbf8;p=qemu.git diff --git a/xen-stub.c b/xen-stub.c index a4f35a19f..efe2ab55f 100644 --- a/xen-stub.c +++ b/xen-stub.c @@ -9,6 +9,10 @@ #include "qemu-common.h" #include "hw/xen.h" +void xenstore_store_pv_console_info(int i, CharDriverState *chr) +{ +} + int xen_pci_slot_get_pirq(PCIDevice *pci_dev, int irq_num) { return -1;