Re: [Qemu-devel] [Resend][Seabios PATCH] don't boot from un-selected devices

2012-12-25 Thread Ronen Hod
On 12/19/2012 11:32 AM, Gleb Natapov wrote: On Wed, Dec 19, 2012 at 03:24:45PM +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 ...

Re: [Qemu-devel] [Resend][Seabios PATCH] don't boot from un-selected devices

2012-12-25 Thread Gleb Natapov
On Tue, Dec 25, 2012 at 05:59:04PM +0200, Ronen Hod wrote: > On 12/19/2012 11:32 AM, Gleb Natapov wrote: > >On Wed, Dec 19, 2012 at 03:24:45PM +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 > >

Re: [Qemu-devel] [Resend][Seabios PATCH] don't boot from un-selected devices

2012-12-25 Thread Amos Kong
On Tue, Dec 25, 2012 at 08:37:07AM +0200, Gleb Natapov wrote: > On Tue, Dec 25, 2012 at 11:58:08AM +0800, Amos Kong wrote: > > On Wed, Dec 19, 2012 at 11:32:08AM +0200, Gleb Natapov wrote: > > > On Wed, Dec 19, 2012 at 03:24:45PM +0800, Amos Kong wrote: > > > > Current seabios will try to boot from

Re: [Qemu-devel] [Resend][Seabios PATCH] don't boot from un-selected devices

2012-12-24 Thread Gleb Natapov
On Tue, Dec 25, 2012 at 11:58:08AM +0800, Amos Kong wrote: > On Wed, Dec 19, 2012 at 11:32:08AM +0200, Gleb Natapov wrote: > > On Wed, Dec 19, 2012 at 03:24:45PM +0800, Amos Kong wrote: > > > Current seabios will try to boot from selected devices first, > > > if they are all failed, seabios will al

Re: [Qemu-devel] [Resend][Seabios PATCH] don't boot from un-selected devices

2012-12-24 Thread Amos Kong
On Wed, Dec 19, 2012 at 11:32:08AM +0200, Gleb Natapov wrote: > On Wed, Dec 19, 2012 at 03:24:45PM +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] [Resend][Seabios PATCH] don't boot from un-selected devices

2012-12-19 Thread Kevin O'Connor
On Wed, Dec 19, 2012 at 03:24:45PM +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

Re: [Qemu-devel] [Resend][Seabios PATCH] don't boot from un-selected devices

2012-12-19 Thread Gleb Natapov
On Wed, Dec 19, 2012 at 03:24:45PM +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

Re: [Qemu-devel] [Resend][Seabios PATCH] don't boot from un-selected devices

2012-12-19 Thread Amos Kong
On Wed, Dec 19, 2012 at 08:38:13AM +0100, Gerd Hoffmann wrote: > On 12/19/12 08:24, 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 o

Re: [Qemu-devel] [Resend][Seabios PATCH] don't boot from un-selected devices

2012-12-18 Thread Gerd Hoffmann
On 12/19/12 08:24, 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 first, if it's failed, g

[Qemu-devel] [Resend][Seabios PATCH] don't boot from un-selected devices

2012-12-18 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