]> git.proxmox.com Git - qemu.git/commit
pseries: use macro for firmware filename
authorNishanth Aravamudan <nacc@us.ibm.com>
Wed, 10 Aug 2011 16:36:27 +0000 (16:36 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:48:04 +0000 (09:48 +0200)
commit68722054035304ec84912fadf185483298d82a8d
tree329153cfa149e481362b39fad60302463a560b3f
parent827200a2df044bbedd55c0894d94391263b7654c
pseries: use macro for firmware filename

For some time we've had a nicely defined macro with the filename for our
firmware image.  However we didn't actually use it in the place we're
supposed to.  This patch fixes it.

Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/spapr.c