Peter Maydell <peter.mayd...@linaro.org> writes:

> On 7 August 2012 20:26, Markus Armbruster <arm...@redhat.com> wrote:
>>   qemu-system-arm lm3s811evb
>>   qemu-system-arm lm3s6965evb
>>       qemu-system-arm: /work/armbru/qemu/hw/qdev.c:310:
>> qdev_get_gpio_in: Assertion `n >= 0 && n < dev->num_gpio_in' failed.
>
> This is fixed by http://patchwork.ozlabs.org/patch/172820/
> (which should be in my arm-devs.next queue, I just haven't
> got round to flushing it yet.)

It does.

Next bug: stellaris_init() passes kernel_filename via armv7_init() to
load_elf(), even when it's null.  load_elf() fails with the "helpful"
error message "Bad address".

$ QEMU_AUDIO_DRV=none ../qemu/bld/arm-softmmu/qemu-system-arm -vnc :0 -M 
lm3s6965evb -monitor stdio -pflash /dev/null -S
Bad address
QEMU 1.1.50 monitor - type 'help' for more information
(qemu) q

Reply via email to