]> Git Repo - qemu.git/commit - hw/i386/pc.c
pc: split out memory allocation from pc_init1() into pc_memory_init()
authorIsaku Yamahata <[email protected]>
Fri, 14 May 2010 07:29:11 +0000 (16:29 +0900)
committerBlue Swirl <[email protected]>
Sat, 15 May 2010 15:47:30 +0000 (15:47 +0000)
commit3d53f5c36ff692ea379c34e185c153d3d3244c39
tree17a4517585f2ab28e530527b86e1cd9ad56c70d5
parent70166477269d6cb9978a60ede1d570656987d15c
pc: split out memory allocation from pc_init1() into pc_memory_init()

Split out memory allocation and rom/bios loading which doesn't depend
on piix from pc_init1() into pc_memory_init().
Later it will be used.

Signed-off-by: Isaku Yamahata <[email protected]>
Acked-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
hw/pc.c
This page took 0.028492 seconds and 4 git commands to generate.