Re: [Qemu-devel] [PATCH] boot a linux kernel from non-ide device

2008-02-08 Thread Anthony Liguori
Glauber de Oliveira Costa wrote: Since it's now possible to use the -drive option, the test for something in the index 0 of the IDE bus is too restrictive. A better idea, IMHO, is to check if the user specified any bootable device, and only if not, fallback to the default, compatible behaviour o

[Qemu-devel] [PATCH] boot a linux kernel from non-ide device

2008-02-07 Thread Glauber de Oliveira Costa
Since it's now possible to use the -drive option, the test for something in the index 0 of the IDE bus is too restrictive. A better idea, IMHO, is to check if the user specified any bootable device, and only if not, fallback to the default, compatible behaviour of checking hda regardless of the pr