qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-arm] [Qemu-devel] [PATCH v6 6/6] target: [tcg, arm] Port to ge


From: Emilio G. Cota
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v6 6/6] target: [tcg, arm] Port to generic translation framework
Date: Mon, 19 Jun 2017 00:22:16 -0400
User-agent: Mutt/1.5.24 (2015-08-30)

On Sun, Jun 18, 2017 at 17:41:02 +0300, Lluís Vilanova wrote:
> Is there any ready-made kernel or disk image I can test with?

I test ARM with:

$ qemu-system-arm -machine type=virt -nographic -smp 1 -m 4096 \
        -netdev user,id=unet,hostfwd=tcp::2222-:22 \
        -device virtio-net-device,netdev=unet \
        -drive file=jessie-arm32-die-on-boot.qcow2,id=myblock,index=0,if=none \
        -device virtio-blk-device,drive=myblock \
        -kernel aarch32-current-linux-kernel-only.img \
        -append 'console=ttyAMA0 root=/dev/vda1' \
        -name arm,debug-threads=on -smp 1

Grab the image & kernel from:
  http://www.cs.columbia.edu/~cota/qemu/
NB. The image shuts down without even asking for a username; it's convenient
for testing/benchmarking.

                E.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]