Re: [Qemu-devel] [PATCH 01/10] Common: Add a default bootindex for all applicable devices

2013-04-26 Thread Gleb Natapov
On Fri, Apr 26, 2013 at 11:34:24PM +0200, Dominik Dingel wrote: > On Fri, 26 Apr 2013 22:13:14 +0300 > Gleb Natapov wrote: > > > On Fri, Apr 26, 2013 at 01:55:23PM -0500, Anthony Liguori wrote: > > > Dominik Dingel writes: > > > > > > > On Fri, 26 Apr 2013 11:36:11 -0500 > > > > Anthony Liguori

Re: [Qemu-devel] [PATCH 01/10] Common: Add a default bootindex for all applicable devices

2013-04-26 Thread Dominik Dingel
On Fri, 26 Apr 2013 22:13:14 +0300 Gleb Natapov wrote: > On Fri, Apr 26, 2013 at 01:55:23PM -0500, Anthony Liguori wrote: > > Dominik Dingel writes: > > > > > On Fri, 26 Apr 2013 11:36:11 -0500 > > > Anthony Liguori wrote: > > > > > >> Dominik Dingel writes: > > >> > > >> > Currently only de

Re: [Qemu-devel] [PATCH 01/10] Common: Add a default bootindex for all applicable devices

2013-04-26 Thread Christian Borntraeger
On 26/04/13 20:01, Dominik Dingel wrote: > On Fri, 26 Apr 2013 11:36:11 -0500 > Anthony Liguori wrote: > >> Dominik Dingel writes: >> >>> Currently only devices with a positive boot index will be pushed in the >>> fw_boot_order queue, so if no boot index at all will be specified, >>> the queue e

Re: [Qemu-devel] [PATCH 01/10] Common: Add a default bootindex for all applicable devices

2013-04-26 Thread Gleb Natapov
On Fri, Apr 26, 2013 at 01:55:23PM -0500, Anthony Liguori wrote: > Dominik Dingel writes: > > > On Fri, 26 Apr 2013 11:36:11 -0500 > > Anthony Liguori wrote: > > > >> Dominik Dingel writes: > >> > >> > Currently only devices with a positive boot index will be pushed in the > >> > fw_boot_order

Re: [Qemu-devel] [PATCH 01/10] Common: Add a default bootindex for all applicable devices

2013-04-26 Thread Anthony Liguori
Dominik Dingel writes: > On Fri, 26 Apr 2013 11:36:11 -0500 > Anthony Liguori wrote: > >> Dominik Dingel writes: >> >> > Currently only devices with a positive boot index will be pushed in the >> > fw_boot_order queue, so if no boot index at all will be specified, >> > the queue ends up empty.

Re: [Qemu-devel] [PATCH 01/10] Common: Add a default bootindex for all applicable devices

2013-04-26 Thread Dominik Dingel
On Fri, 26 Apr 2013 11:36:11 -0500 Anthony Liguori wrote: > Dominik Dingel writes: > > > Currently only devices with a positive boot index will be pushed in the > > fw_boot_order queue, so if no boot index at all will be specified, > > the queue ends up empty. > > > > Instead we push exactly as

Re: [Qemu-devel] [PATCH 01/10] Common: Add a default bootindex for all applicable devices

2013-04-26 Thread Anthony Liguori
Dominik Dingel writes: > Currently only devices with a positive boot index will be pushed in the > fw_boot_order queue, so if no boot index at all will be specified, > the queue ends up empty. > > Instead we push exactly as docs/bootindex.txt says the devices with > the lowest possible boot prior

Re: [Qemu-devel] [PATCH 01/10] Common: Add a default bootindex for all applicable devices

2013-04-26 Thread Alexander Graf
On 26.04.2013, at 14:12, Dominik Dingel wrote: > Currently only devices with a positive boot index will be pushed in the > fw_boot_order queue, so if no boot index at all will be specified, > the queue ends up empty. > > Instead we push exactly as docs/bootindex.txt says the devices with > the l

[Qemu-devel] [PATCH 01/10] Common: Add a default bootindex for all applicable devices

2013-04-26 Thread Dominik Dingel
Currently only devices with a positive boot index will be pushed in the fw_boot_order queue, so if no boot index at all will be specified, the queue ends up empty. Instead we push exactly as docs/bootindex.txt says the devices with the lowest possible boot priority at the tail of the queue, becaus