summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorHervé Poussineau2018-09-08 18:14:21 +0200
committerDavid Gibson2018-09-25 03:12:25 +0200
commit8e93b2c3930b635032739ed3d944f72ac2ae6355 (patch)
treeb8e71773a65396ef435f6d645e30f1c73cf5a5cd /hw
parenttarget/ppc/cpu-models: Re-group the 970 CPUs together again (diff)
downloadqemu-8e93b2c3930b635032739ed3d944f72ac2ae6355.tar.gz
qemu-8e93b2c3930b635032739ed3d944f72ac2ae6355.tar.xz
qemu-8e93b2c3930b635032739ed3d944f72ac2ae6355.zip
hw/ppc: on 40p machine, change default firmware to OpenBIOS
OpenBIOS gained 40p support in 5b20e4cacecb62fb2bdc6867c11d44cddd77c4ff Use it, instead of relying on an unmaintained and very limited firmware. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw')
-rw-r--r--hw/ppc/prep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c
index 162b27a3b8..baca1d7c04 100644
--- a/hw/ppc/prep.c
+++ b/hw/ppc/prep.c
@@ -651,7 +651,7 @@ static void ibm_40p_init(MachineState *machine)
/* PCI host */
dev = qdev_create(NULL, "raven-pcihost");
if (!bios_name) {
- bios_name = BIOS_FILENAME;
+ bios_name = "openbios-ppc";
}
qdev_prop_set_string(dev, "bios-name", bios_name);
qdev_prop_set_uint32(dev, "elf-machine", PPC_ELF_MACHINE);