X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=xen-stub.c;h=efe2ab55f27a9e7ddfeaf61c1b881ba2d99a7f47;hb=76e4e1d23711750f777333654f13cf6baf8d01f1;hp=a4f35a19fb3f973a263625593c7741a33b413965;hpb=befeac45d4d9afb587eca9a27d975db4a7950960;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;