Commit a85d68877f415fb3b7a2efe66d995dc967168dee
Committed by
Blue Swirl
1 parent
908c7b9f
xen: adapt to qemu_machine changes
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Showing
1 changed file
with
1 additions
and
1 deletions
hw/xen_machine_pv.c
... | ... | @@ -32,7 +32,7 @@ |
32 | 32 | uint32_t xen_domid; |
33 | 33 | enum xen_mode xen_mode = XEN_EMULATE; |
34 | 34 | |
35 | -static void xen_init_pv(ram_addr_t ram_size, int vga_ram_size, | |
35 | +static void xen_init_pv(ram_addr_t ram_size, | |
36 | 36 | const char *boot_device, |
37 | 37 | const char *kernel_filename, |
38 | 38 | const char *kernel_cmdline, | ... | ... |