QEMU console becomes unresponsive

Bug #1216111 reported by Christoffer Dall
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro
New
Undecided
Linaro Virtualization Team

Bug Description

When running QEMU using KVM and the -nographics option using the default pl011 emulation, some times the console does not receive input from the keyboard. This happens something like 1 in 10 executions, and shows up quite clearly when suspending the VM and resuming them (logic for this is not upstream yet.

Kernel version 3.10 or later and upstream QEMU reproduces this issue.

Use the following QEMU command line options to reproduce:

./qemu-system-arm -s \
        -smp 2 -m 512 \
        -cpu cortex-a15 \
        -machine type=vexpress-a15, \
        -kernel zImage -dtb vexpress-v2p-ca15-tc1.dtb \
        -enable-kvm \
        -drive if=none,file=ubuntu.img,id=foo \
        -device virtio-blk-device,drive=foo \
        -netdev tap,id=tap0 \
        -device virtio-net-device,netdev=tap0 \
        -nographic \
        -append 'root=/dev/vda rw console=ttyAMA0 rootwait earlyprintk'

Christoffer Dall (cdall)
Changed in linaro:
assignee: nobody → Linaro Virtualization Team (linaro-virtualization)
no longer affects: qemu-linaro
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.