]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
pc: split out memory allocation from pc_init1() into pc_memory_init()
authorIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 14 May 2010 07:29:11 +0000 (16:29 +0900)
committerBlue Swirl <blauwirbel@gmail.com>
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 <yamahata@valinux.co.jp>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/pc.c