]> git.proxmox.com Git - qemu.git/blobdiff - xen-stub.c
xen: Introduce Xen Interrupt Controller
[qemu.git] / xen-stub.c
index dc90f108c3b03b3ad5e2052c8e802a309dcefb7d..3a8449c148100eec7e6cb00d8aad807db7162a6c 100644 (file)
@@ -22,6 +22,11 @@ void xen_piix_pci_write_config_client(uint32_t address, uint32_t val, int len)
 {
 }
 
+qemu_irq *xen_interrupt_controller_init(void)
+{
+    return NULL;
+}
+
 int xen_init(void)
 {
     return -ENOSYS;