[Buildroot] [PATCH 4/6] qemu_x86: update to kernel 3.1 and add readme

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Oct 25 10:38:21 UTC 2011


On 25.10.2011 07:30, Peter Korsgaard wrote:

>  Gustavo> Any particular reason for this on x86?
>  Gustavo> It would make things simpler to test graphics apps (X11) 
> keeping it
>  Gustavo> PC-like IMHO.
>
> Just to keep it closer to the other configs (E.G. the versatile
> config). What's the problem with running X11 from a getty on ttyS0?

On x86-land we've got two scenarios:
1) The usual PC-like hardware with VGA and for which modern 
implementations mostly lack serial ports (even if they have them they 
lack the connector/level converters thus not having them in practical 
terms).
2) The really-embedded x86 boards which completely lack video out and 
use serial as a console (soekris, pcengines and others).
If we intend for the qemu sample configs to work on real hardware we 
should choose one of the above scenarios.
I think we sholdn't limit ourselves to keep the configs as close as 
possible between themselves, rather as close as the hardware and use 
scenario.
I'm not against serial console for x86, just that many people would 
probably expect the resulting image to work on a standard non-serial 
bearing PC. After all qemu emulates a PC rather than a embedded-ish x86 
with GPIO and other embedded features.
Regards.



More information about the buildroot mailing list