Commit a85d68877f415fb3b7a2efe66d995dc967168dee

Authored by Gerd Hoffmann
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,7 +32,7 @@
32 uint32_t xen_domid; 32 uint32_t xen_domid;
33 enum xen_mode xen_mode = XEN_EMULATE; 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 const char *boot_device, 36 const char *boot_device,
37 const char *kernel_filename, 37 const char *kernel_filename,
38 const char *kernel_cmdline, 38 const char *kernel_cmdline,