]> git.proxmox.com Git - mirror_qemu.git/commit - hw/ppc/spapr.c
hw/ppc/spapr: Adjust firmware name for PCI bridges
authorThomas Huth <thuth@redhat.com>
Wed, 7 Jun 2017 08:20:27 +0000 (10:20 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 8 Jun 2017 04:38:27 +0000 (14:38 +1000)
commit4871dd4c3f70f528147f426fe42676b4193cb3b7
treeb2ad0d5460e70be18581b1fe9bee26a280d47998
parenta4d4edce7ae23b9136cb9e243d6eab866609315d
hw/ppc/spapr: Adjust firmware name for PCI bridges

SLOF uses "pci" as name for PCI bridges nodes in the device tree instead
of "pci-bridges", so booting via bootindex from a device behind a PCI
bridge currently does not work since QEMU passes the wrong name in the
"qemu,boot-list" property. Fix it by changing the name of the PCI bridge
nodes to "pci" instead.

Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1459170
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr.c