]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-options.hx
add a boot option to do strict boot
authorAmos Kong <akong@redhat.com>
Tue, 19 Mar 2013 06:23:27 +0000 (14:23 +0800)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 19 Mar 2013 13:00:10 +0000 (08:00 -0500)
commitc8a6ae8bb95477d5ac11d9b491b603b2d190a96e
tree5c648dc30f4ee7c40e2c1eacd86c33200acd1d6a
parent8510d91ebad522685bc1a29e7bbc1f5050af0d2c
add a boot option to do strict boot

Seabios already added a new device type to halt booting.
Qemu can add "HALT" at the end of bootindex string, then
seabios will halt booting after trying to boot from all
selected devices.

This patch added a new boot option to configure if boot
from un-selected devices.

This option only effects when boot priority is changed by
bootindex options, the old style(-boot order=..) will still
try to boot from un-selected devices.

v2: add HALT entry in get_boot_devices_list()
v3: rebase to latest qemu upstream

Signed-off-by: Amos Kong <akong@redhat.com>
Message-id: 1363674207-31496-1-git-send-email-akong@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-options.hx
vl.c