Re: [Qemu-devel] [SeaBIOS PATCH v2] boot: support strict boot and make it configurable

2013-01-12 Thread Kevin O'Connor
On Wed, Jan 09, 2013 at 01:03:37PM +0800, Amos Kong wrote: > On Tue, Jan 08, 2013 at 11:00:42PM -0500, Kevin O'Connor wrote: > > On Wed, Dec 26, 2012 at 08:55:40AM +0800, Amos Kong wrote: > > > Current seabios will try to boot from selected devices first, > > > if they are all failed, seabios will

Re: [Qemu-devel] [SeaBIOS PATCH v2] boot: support strict boot and make it configurable

2013-01-08 Thread Amos Kong
On Tue, Jan 08, 2013 at 11:00:42PM -0500, Kevin O'Connor wrote: > On Wed, Dec 26, 2012 at 08:55:40AM +0800, Amos Kong wrote: > > Current seabios will try to boot from selected devices first, > > if they are all failed, seabios will also try to boot from > > un-selected devices. > > > > For example

Re: [Qemu-devel] [SeaBIOS PATCH v2] boot: support strict boot and make it configurable

2013-01-08 Thread Kevin O'Connor
On Wed, Dec 26, 2012 at 08:55:40AM +0800, Amos Kong wrote: > Current seabios will try to boot from selected devices first, > if they are all failed, seabios will also try to boot from > un-selected devices. > > For example: > @ qemu-kvm -boot order=n,menu=on ... > > Guest will boot from network f

[Qemu-devel] [SeaBIOS PATCH v2] boot: support strict boot and make it configurable

2012-12-25 Thread Amos Kong
Current seabios will try to boot from selected devices first, if they are all failed, seabios will also try to boot from un-selected devices. For example: @ qemu-kvm -boot order=n,menu=on ... Guest will boot from network first, if it's failed, guest will try to boot from other un-selected devices