From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNFbc-0007Ey-A2 for qemu-devel@nongnu.org; Mon, 16 Feb 2015 01:56:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNFbZ-0005Xq-1B for qemu-devel@nongnu.org; Mon, 16 Feb 2015 01:56:32 -0500 Received: from mout.web.de ([212.227.15.4]:62672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNFbY-0005Wq-MX for qemu-devel@nongnu.org; Mon, 16 Feb 2015 01:56:28 -0500 Message-ID: <54E19496.6020905@web.de> Date: Mon, 16 Feb 2015 07:56:22 +0100 From: Jan Kiszka MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="APC6aJCiuOXrhsGN14xXeMvJNqCAOT6Tf" Subject: [Qemu-devel] vexpress: Horribly slow MMC emulation on ARM host List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: kvmarm , kvm This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --APC6aJCiuOXrhsGN14xXeMvJNqCAOT6Tf Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable 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=3Ddisk.img,if=3Dnone,id=3Ddisk \ -device virtio-blk-device,drive=3Ddisk ... 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 boot from MMC - if it doesn't run into timeouts earlier. It's seconds with virtio. Known problem? Jan --APC6aJCiuOXrhsGN14xXeMvJNqCAOT6Tf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlThlJYACgkQitSsb3rl5xSLuACePhCZYcHEaGmSU8Zr21N1P87I yrYAn3zKM/TM/Z/yf+pENn6uYemvoBRO =4X+L -----END PGP SIGNATURE----- --APC6aJCiuOXrhsGN14xXeMvJNqCAOT6Tf--