]> git.proxmox.com Git - mirror_qemu.git/blobdiff - xen-hvm-stub.c
scripts/kvm/kvm_stat: Introduce main function
[mirror_qemu.git] / xen-hvm-stub.c
index 46867d87d70493b0bd25aaee9e6a1b552dd18f37..6a39425da0aa980d1f5eafde1da693baaddd8554 100644 (file)
@@ -47,8 +47,7 @@ void xen_modified_memory(ram_addr_t start, ram_addr_t length)
 {
 }
 
-int xen_hvm_init(ram_addr_t *below_4g_mem_size, ram_addr_t *above_4g_mem_size,
-                 MemoryRegion **ram_memory)
+int xen_hvm_init(PCMachineState *pcms, MemoryRegion **ram_memory)
 {
     return 0;
 }