]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
Make default boot order machine specific
authorAvik Sil <aviksil@linux.vnet.ibm.com>
Tue, 8 Jan 2013 07:06:30 +0000 (12:36 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 16 Jan 2013 00:26:18 +0000 (18:26 -0600)
commite4ada29e909787f629626660b1561f6a680187d3
tree181d40aa8774f4c0bd2f109cdfbdf59c9b3ca23d
parent038794cfe1c0eece8968418077e4af601acd5aff
Make default boot order machine specific

This patch makes default boot order machine specific instead of
set globally. The default boot order can be set per machine in
QEMUMachine boot_order. This also allows a machine to receive a
NULL boot order when -boot isn't used and take an appropriate action
accordingly. This helps machine boots from the devices as set in
guest's non-volatile memory location in case no boot order is
provided by the user.

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avik Sil <aviksil@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
57 files changed:
hw/alpha_dp264.c
hw/an5206.c
hw/axis_dev88.c
hw/boards.h
hw/collie.c
hw/dummy_m68k.c
hw/exynos4_boards.c
hw/gumstix.c
hw/highbank.c
hw/integratorcp.c
hw/kzm.c
hw/leon3.c
hw/lm32_boards.c
hw/mainstone.c
hw/mcf5208.c
hw/milkymist.c
hw/mips_fulong2e.c
hw/mips_jazz.c
hw/mips_malta.c
hw/mips_mipssim.c
hw/mips_r4k.c
hw/musicpal.c
hw/nseries.c
hw/null-machine.c
hw/omap_sx1.c
hw/openrisc_sim.c
hw/palm.c
hw/pc_piix.c
hw/petalogix_ml605_mmu.c
hw/petalogix_s3adsp1800_mmu.c
hw/ppc/e500plat.c
hw/ppc/mpc8544ds.c
hw/ppc405_boards.c
hw/ppc440_bamboo.c
hw/ppc_newworld.c
hw/ppc_oldworld.c
hw/ppc_prep.c
hw/puv3.c
hw/r2d.c
hw/realview.c
hw/s390-virtio.c
hw/shix.c
hw/spapr.c
hw/spitz.c
hw/stellaris.c
hw/sun4m.c
hw/sun4u.c
hw/tosa.c
hw/versatilepb.c
hw/vexpress.c
hw/virtex_ml507.c
hw/xen_machine_pv.c
hw/xilinx_zynq.c
hw/xtensa_lx60.c
hw/xtensa_sim.c
hw/z2.c
vl.c