From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anZJj-0007us-PG for qemu-devel@nongnu.org; Tue, 05 Apr 2016 18:19:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anZJf-0003Eg-Nk for qemu-devel@nongnu.org; Tue, 05 Apr 2016 18:19:23 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:59070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anZJf-0003ES-Fl for qemu-devel@nongnu.org; Tue, 05 Apr 2016 18:19:19 -0400 Received: from localhost by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 5 Apr 2016 16:19:17 -0600 Received: from b03cxnp07028.gho.boulder.ibm.com (b03cxnp07028.gho.boulder.ibm.com [9.17.130.15]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 8928F1FF0057 for ; Tue, 5 Apr 2016 16:07:20 -0600 (MDT) Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by b03cxnp07028.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u35MJBrM45547764 for ; Tue, 5 Apr 2016 15:19:11 -0700 Received: from d03av02.boulder.ibm.com (localhost [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u35MJBh6017966 for ; Tue, 5 Apr 2016 16:19:11 -0600 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth References: <20160330141641.3353.24299.malonedeb@chaenomeles.canonical.com> <20160405214729.32473.76723.malone@wampee.canonical.com> In-Reply-To: <20160405214729.32473.76723.malone@wampee.canonical.com> Message-ID: <20160405221853.589.14087@loki> Date: Tue, 05 Apr 2016 17:18:53 -0500 Subject: Re: [Qemu-devel] [Bug 1563887] Re: qemu-system-ppc64 freezes on starting image on ppc64le List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 1563887 <1563887@bugs.launchpad.net>, Mike Rushton , qemu-devel@nongnu.org Quoting Mike Rushton (2016-04-05 16:47:29) > @mdroth > = > I don't think PPC supports kvm the same way as x86: > = > ubuntu@alpine01:~/kvm$ qemu-system-ppc64 -enable-kvm -m 256 -display none= -nographic -net nic -net user,net=3D10.0.0.0/8,host=3D10.0.0.1,hostfwd=3Dt= cp::2222-:22 -machine pseries -drive file=3Dxenial-server-cloudimg-ppc64el-= disk1.img,if=3Dvirtio -drive file=3Dseed.iso,if=3Dvirtio > Could not access KVM kernel module: Permission denied > failed to initialize KVM: Permission denied -enable-kvm should work as expected on Power machines that support KVM. You seem to be running the command as a normal user. KVM generally requires a priviledged user.