summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-06-11 11:32:49 +0200
committerBlue Swirl <blauwirbel@gmail.com>2009-06-13 16:18:13 +0300
commita85d68877f415fb3b7a2efe66d995dc967168dee (patch)
treee398c0beda700de41be74768d7dcabc18b51365d /hw
parent908c7b9f788b6faed2fbfdf19920770614f8e853 (diff)
downloadqemu-a85d68877f415fb3b7a2efe66d995dc967168dee.tar.gz
xen: adapt to qemu_machine changes
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/xen_machine_pv.c2
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,