X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=xen-stub.c;h=ad189a6df8c276c2ff77aee0d3581b2a0ea24d58;hb=8d07d6c46597a885eb38d99cc6fff399ce69cd21;hp=47c8e73e0fff90b35bb54f4b21a61c3d51feed46;hpb=8c260b1135b15dbfe8843de799eada596167016a;p=qemu.git diff --git a/xen-stub.c b/xen-stub.c index 47c8e73e0..ad189a6df 100644 --- a/xen-stub.c +++ b/xen-stub.c @@ -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; }