]> Git Repo - qemu.git/blobdiff - xen-stub.c
block/cloop: refuse images with bogus offsets (CVE-2014-0144)
[qemu.git] / xen-stub.c
index 47c8e73e0fff90b35bb54f4b21a61c3d51feed46..59927cb5d63554599322a8daf050467478081d1f 100644 (file)
@@ -47,7 +47,7 @@ qemu_irq *xen_interrupt_controller_init(void)
     return NULL;
 }
 
-int xen_init(void)
+int xen_init(QEMUMachine *machine)
 {
     return -ENOSYS;
 }
@@ -64,7 +64,7 @@ void xen_modified_memory(ram_addr_t start, ram_addr_t length)
 {
 }
 
-int xen_hvm_init(void)
+int xen_hvm_init(MemoryRegion **ram_memory)
 {
     return 0;
 }
This page took 0.024759 seconds and 4 git commands to generate.