diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-06-11 11:32:49 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-06-13 16:18:13 +0300 |
commit | a85d68877f415fb3b7a2efe66d995dc967168dee (patch) | |
tree | e398c0beda700de41be74768d7dcabc18b51365d /hw/xen_machine_pv.c | |
parent | 908c7b9f788b6faed2fbfdf19920770614f8e853 (diff) |
xen: adapt to qemu_machine changes
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/xen_machine_pv.c')
-rw-r--r-- | hw/xen_machine_pv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xen_machine_pv.c b/hw/xen_machine_pv.c index f59f633a8c..6ae5000900 100644 --- a/hw/xen_machine_pv.c +++ b/hw/xen_machine_pv.c @@ -32,7 +32,7 @@ uint32_t xen_domid; enum xen_mode xen_mode = XEN_EMULATE; -static void xen_init_pv(ram_addr_t ram_size, int vga_ram_size, +static void xen_init_pv(ram_addr_t ram_size, const char *boot_device, const char *kernel_filename, const char *kernel_cmdline, |