]> git.proxmox.com Git - qemu.git/blobdiff - hw/pc.h
virtio-serial: Turn props any virtio-serial-bus device must have into bus props
[qemu.git] / hw / pc.h
diff --git a/hw/pc.h b/hw/pc.h
index 0dcbee7ca5f238ddc0afb69f364e16291a15a725..6d5730b26be23159b7c9c5f6d30dd56eb2e647ec 100644 (file)
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -176,7 +176,6 @@ struct PCII440FXState;
 typedef struct PCII440FXState PCII440FXState;
 
 PCIBus *i440fx_init(PCII440FXState **pi440fx_state, int *piix_devfn, qemu_irq *pic, ram_addr_t ram_size);
-PCIBus *i440fx_xen_init(PCII440FXState **pi440fx_state, int *piix3_devfn, qemu_irq *pic, ram_addr_t ram_size);
 void i440fx_init_memory_mappings(PCII440FXState *d);
 
 /* piix4.c */