On 23 November 2011 09:05, Peter Maydell peter.maydell@linaro.org wrote:
On 23 November 2011 00:48, Michael Hudson-Doyle michael.hudson@linaro.org wrote:
I've been working on testing images under QEMU with the lava-dispatcher (mostly this is preparation for testing A15 using a fast model, but it's interesting in its own right too).
Ah, this is cool, more automated testing of QEMU would definitely be useful.
$ qemu-system-arm -M beaglexm -drive if=sd,cache=writeback,file=beagle-2011.10.img -clock unix -device usb-kbd -device usb-mouse -usb -device usb-net,netdev=mynet -netdev user,id=mynet -nographic
This gets into and through uboot, but segfaults soon after (full log in https://pastebin.linaro.org/327/).
QEMU segfaulting is a bug, so please report that.
Actually, I've just investigated, and this is a bug we've already fixed in qemu-linaro 2011.11, so no need to file a bug. Can you try using that version instead?
(commit fixing the bug: http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git%3Ba=commitdiff%3Bh=520b5... )
thanks -- PMM