summary refs log tree commit diff stats
path: root/hw/i386/pc_piix.c
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2015-08-07 16:55:55 -0300
committerMichael S. Tsirkin <mst@redhat.com>2015-08-13 14:08:29 +0300
commitc8d163bc9e037ec32b2250b2d7950b1d1bc3fd61 (patch)
tree9cdb9786e455326caa056949dc6693c18a635234 /hw/i386/pc_piix.c
parent880768546eabea369068f30f22e5d26aa4c6970b (diff)
downloadfocaccia-qemu-c8d163bc9e037ec32b2250b2d7950b1d1bc3fd61.tar.gz
focaccia-qemu-c8d163bc9e037ec32b2250b2d7950b1d1bc3fd61.zip
pc: Remove redundant arguments from pc_memory_init()
Remove arguments that can be found in PCMachineState.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386/pc_piix.c')
-rw-r--r--hw/i386/pc_piix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
index c98635fb11..ce51cd1c2c 100644
--- a/hw/i386/pc_piix.c
+++ b/hw/i386/pc_piix.c
@@ -179,7 +179,6 @@ static void pc_init1(MachineState *machine)
     /* allocate ram and load rom/bios */
     if (!xen_enabled()) {
         pc_memory_init(pcms, system_memory,
-                       pcms->below_4g_mem_size, pcms->above_4g_mem_size,
                        rom_memory, &ram_memory, guest_info);
     } else if (machine->kernel_filename != NULL) {
         /* For xen HVM direct kernel boot, load linux here */