Re: [Qemu-devel] vexpress: Horribly slow MMC emulation on ARM host

2015-02-16 Thread Peter Maydell
On 16 February 2015 at 06:56, Jan Kiszka wrote: > This applies to both emulated and KVM accelerated mode. If I run the > same image (and guest kernel) emulated on my x86 box, there is still a > difference between both disk modes, but it's not that excessive. On ARM > the system requires minutes to

[Qemu-devel] vexpress: Horribly slow MMC emulation on ARM host

2015-02-15 Thread Jan Kiszka
Hi, this basically concludes my problems of getting KVM running on the Jetson TK1 board with QEMU: all fine now, provided I switch from qemu-system-arm -machine vexpress-a15 -sd disk.img ... to qemu-system-arm -machine vexpress-a15 \ -drive file=disk.img,if=none,id=disk \ -device vi