]> git.proxmox.com Git - qemu.git/commit
Rework -boot option
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 1 Jul 2009 22:19:02 +0000 (00:19 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 16 Jul 2009 13:28:11 +0000 (08:28 -0500)
commitef3adf68f802da54b2096da8aa3ce97bde54be2e
treeaf2772120a4d6a454aa6fda06d1cf5cfb85fe143
parente8b2a1c648c095b5d431c50668709b714843ebb1
Rework -boot option

This patch changes the boot command line option to the canonical format

 -boot [order=drives][,...]

where 'drives' is using the same format as the old -boot. The format
switch allows to add the 'menu' and 'once' options in later patches. The
old format is still understood and will be processed at least for a
transition time.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c