On 25 July 2011 11:45, Richard W.M. Jones <rjo...@redhat.com> wrote:
> So what you're saying is we have to parse qemu -machine \? output by
> looking for the string '(default)'?  eg:
>
> $ ./arm-softmmu/qemu-system-arm -machine \?|fgrep '(default)'
> integratorcp ARM Integrator/CP (ARM926EJ-S) (default)

For ARM you absolutely should not be relying on the default
machine type (not least because it's an incredibly ancient
dev board which nobody uses any more). An ARM kernel is
generally fairly specific to the hardware platform being
emulated, so you should know which machine you're intending
to run on and specify it explicitly.

-- PMM

Reply via email to