summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent880768546eabea369068f30f22e5d26aa4c6970b (diff)
downloadhqemu-c8d163bc9e037ec32b2250b2d7950b1d1bc3fd61.zip
hqemu-c8d163bc9e037ec32b2250b2d7950b1d1bc3fd61.tar.gz
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 'include')
-rw-r--r--include/hw/i386/pc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h
index a56f70c..d0cad87 100644
--- a/include/hw/i386/pc.h
+++ b/include/hw/i386/pc.h
@@ -184,8 +184,6 @@ FWCfgState *xen_load_linux(PCMachineState *pcms,
PcGuestInfo *guest_info);
FWCfgState *pc_memory_init(PCMachineState *pcms,
MemoryRegion *system_memory,
- ram_addr_t below_4g_mem_size,
- ram_addr_t above_4g_mem_size,
MemoryRegion *rom_memory,
MemoryRegion **ram_memory,
PcGuestInfo *guest_info);
OpenPOWER on IntegriCloud