Hi, This patch series implements requirement 1 of the mailing list discussion [1], i.e., to allow a machine to specify if it wants a default boot order or not. Comments are welcome.
Regards, Avik [1] http://lists.nongnu.org/archive/html/qemu-devel/2012-10/msg02799.html Avik Sil (2): Make default boot order machine specific pseries: set boot-device property only if boot order specified hw/nseries.c | 2 ++ hw/pc_piix.c | 13 ++++++++++++- hw/ppc_newworld.c | 1 + hw/ppc_oldworld.c | 1 + hw/ppc_prep.c | 1 + hw/spapr.c | 4 +++- hw/sun4m.c | 10 ++++++++++ hw/sun4u.c | 3 +++ qemu-config.c | 6 +++++- vl.c | 13 +++++++++---- 10 files changed, 47 insertions(+), 7 deletions(-) -- 1.7.11.4