]> git.ipfire.org Git - thirdparty/qemu.git/commit
mac_newworld: use node name instead of alias name for hd device in FWPathProvider
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Thu, 7 Mar 2019 21:20:58 +0000 (21:20 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 28 Mar 2019 16:28:17 +0000 (11:28 -0500)
commit11cd30e71a316e730ae7a87829316de3b9096996
tree6cd68d9c8304ded4a62441c881fa584b19e42ed4
parent4a25ba2e2bf27ad32c063093907c0ab4a2be4f1d
mac_newworld: use node name instead of alias name for hd device in FWPathProvider

When using -drive to configure the hd drive for the New World machine, the node
name "disk" should be used instead of the "hd" alias.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20190307212058.4890-3-mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
(cherry picked from commit 31bc6fa7fa8124ff8fb08373f9402985c806919f)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/ppc/mac_newworld.c