pseries: set no default boot order
authorAvik Sil <aviksil@linux.vnet.ibm.com>
Tue, 8 Jan 2013 07:06:31 +0000 (12:36 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 16 Jan 2013 00:26:18 +0000 (18:26 -0600)
commit2c9ee0291f8ca7e18f8e96a34e8f4be7867219d2
tree4eab44504057cc295dd354068ed4110b195d916b
parente4ada29e909787f629626660b1561f6a680187d3
pseries: set no default boot order

This patch removes the default boot order for pseries machine. This allows
the machine to handle a NULL boot order in case no -boot option is provided.
Thus it helps SLOF firmware to verify if boot order is specified in command
line or not. If no boot order is provided SLOF tries to boot from the
device set in the nvram.

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avik Sil <aviksil@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/spapr.c