Re: [SeaBIOS] [PATCH RFC] use bootorder file supplied by qemu to order bootable devices

2010-12-22 Thread Gleb Natapov
On Wed, Dec 22, 2010 at 08:22:29AM -0500, Kevin O'Connor wrote: > On Tue, Dec 21, 2010 at 08:55:25AM +0200, Gleb Natapov wrote: > > Kevin, any additional comments about this patch? > > Hi Gleb, > > I haven't had a chance to look through your recent changes. > > If you break up the patch, I think

Re: [SeaBIOS] [PATCH RFC] use bootorder file supplied by qemu to order bootable devices

2010-12-22 Thread Kevin O'Connor
On Tue, Dec 21, 2010 at 08:55:25AM +0200, Gleb Natapov wrote: > Kevin, any additional comments about this patch? Hi Gleb, I haven't had a chance to look through your recent changes. If you break up the patch, I think we can commit most parts now. -Kevin

Re: [SeaBIOS] [PATCH RFC] use bootorder file supplied by qemu to order bootable devices

2010-12-20 Thread Gleb Natapov
Kevin, any additional comments about this patch? On Tue, Dec 14, 2010 at 11:42:36AM +0200, Gleb Natapov wrote: > On Mon, Dec 13, 2010 at 05:02:43PM +0200, Gleb Natapov wrote: > > On Mon, Dec 13, 2010 at 08:44:08AM -0500, Kevin O'Connor wrote: > > > On Mon, Dec 13, 2010 at 03:12:51PM +0200, Gleb Na

Re: [SeaBIOS] [PATCH RFC] use bootorder file supplied by qemu to order bootable devices

2010-12-14 Thread Gleb Natapov
On Mon, Dec 13, 2010 at 05:02:43PM +0200, Gleb Natapov wrote: > On Mon, Dec 13, 2010 at 08:44:08AM -0500, Kevin O'Connor wrote: > > On Mon, Dec 13, 2010 at 03:12:51PM +0200, Gleb Natapov wrote: > > > On Thu, Dec 09, 2010 at 08:27:10PM -0500, Kevin O'Connor wrote: > > > > On Wed, Dec 08, 2010 at 02:

Re: [SeaBIOS] [PATCH RFC] use bootorder file supplied by qemu to order bootable devices

2010-12-13 Thread Gleb Natapov
On Mon, Dec 13, 2010 at 08:44:08AM -0500, Kevin O'Connor wrote: > On Mon, Dec 13, 2010 at 03:12:51PM +0200, Gleb Natapov wrote: > > On Thu, Dec 09, 2010 at 08:27:10PM -0500, Kevin O'Connor wrote: > > > On Wed, Dec 08, 2010 at 02:00:50PM +0200, Gleb Natapov wrote: > > > > With patch below (goes on t

Re: [SeaBIOS] [PATCH RFC] use bootorder file supplied by qemu to order bootable devices

2010-12-13 Thread Gleb Natapov
On Mon, Dec 13, 2010 at 08:55:53AM -0500, Kevin O'Connor wrote: > On Mon, Dec 13, 2010 at 08:44:08AM -0500, Kevin O'Connor wrote: > > On Mon, Dec 13, 2010 at 03:12:51PM +0200, Gleb Natapov wrote: > > > On Thu, Dec 09, 2010 at 08:27:10PM -0500, Kevin O'Connor wrote: > > > > On Wed, Dec 08, 2010 at 0

Re: [SeaBIOS] [PATCH RFC] use bootorder file supplied by qemu to order bootable devices

2010-12-13 Thread Kevin O'Connor
On Mon, Dec 13, 2010 at 08:44:08AM -0500, Kevin O'Connor wrote: > On Mon, Dec 13, 2010 at 03:12:51PM +0200, Gleb Natapov wrote: > > On Thu, Dec 09, 2010 at 08:27:10PM -0500, Kevin O'Connor wrote: > > > On Wed, Dec 08, 2010 at 02:00:50PM +0200, Gleb Natapov wrote: > > > > With patch below (goes on t

Re: [SeaBIOS] [PATCH RFC] use bootorder file supplied by qemu to order bootable devices

2010-12-13 Thread Kevin O'Connor
On Mon, Dec 13, 2010 at 03:12:51PM +0200, Gleb Natapov wrote: > On Thu, Dec 09, 2010 at 08:27:10PM -0500, Kevin O'Connor wrote: > > On Wed, Dec 08, 2010 at 02:00:50PM +0200, Gleb Natapov wrote: > > > With patch below (goes on top of bev per CD patch) I can specify boot > > > order from qemu command

Re: [SeaBIOS] [PATCH RFC] use bootorder file supplied by qemu to order bootable devices

2010-12-13 Thread Gleb Natapov
On Thu, Dec 09, 2010 at 08:27:10PM -0500, Kevin O'Connor wrote: > On Wed, Dec 08, 2010 at 02:00:50PM +0200, Gleb Natapov wrote: > > With patch below (goes on top of bev per CD patch) I can specify boot > > order from qemu command line between several NICs, CDROMs, floppy and > > disk. With qemu com

Re: [SeaBIOS] [PATCH RFC] use bootorder file supplied by qemu to order bootable devices

2010-12-09 Thread Kevin O'Connor
On Wed, Dec 08, 2010 at 02:00:50PM +0200, Gleb Natapov wrote: > With patch below (goes on top of bev per CD patch) I can specify boot > order from qemu command line between several NICs, CDROMs, floppy and > disk. With qemu command like this: Hi Gleb. I'm a bit behind right now, but I'll take a l

[SeaBIOS] [PATCH RFC] use bootorder file supplied by qemu to order bootable devices

2010-12-08 Thread Gleb Natapov
With patch below (goes on top of bev per CD patch) I can specify boot order from qemu command line between several NICs, CDROMs, floppy and disk. With qemu command like this: qemu -drive file=nonbootable.iso,if=none,id=d1,media=cdrom -device ide-drive,drive=d1,bootindex=0 -drive file=rhe