pc: Unbreak ROM mapping for ISA machine
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 21 Sep 2011 18:49:29 +0000 (20:49 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 23 Sep 2011 15:55:33 +0000 (10:55 -0500)
commite438c2c61430b503605dc0e5709b49ff3605b277
treec9b04bde9b8424b92eeb56abf555d862e806b0ef
parentf89468e0e14cd103f3c1f6630e8adf1634543c09
pc: Unbreak ROM mapping for ISA machine

This is based on the original fix by HervĂ© Poussineau: pc_memory_init
actually takes a memory region for mapping BIOS and extension ROMs. That
equals the PCI memory region if PCI is available, but must be system
memory in the ISA case.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc.c
hw/pc.h
hw/pc_piix.c