From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcxOn-000394-QX for qemu-devel@nongnu.org; Mon, 26 Nov 2012 07:03:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TcxOh-0005bI-TJ for qemu-devel@nongnu.org; Mon, 26 Nov 2012 07:02:53 -0500 Received: from mout.web.de ([212.227.17.12]:60952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcxOh-0005b1-JT for qemu-devel@nongnu.org; Mon, 26 Nov 2012 07:02:47 -0500 Message-ID: <50B35A63.2020204@web.de> Date: Mon, 26 Nov 2012 13:02:43 +0100 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <903D76D2-EB8F-41B0-B876-BBCA43BCFF20@gmail.com> In-Reply-To: <903D76D2-EB8F-41B0-B876-BBCA43BCFF20@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] X-Window under Mac OSX List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Loreley Giraudon Cc: qemu-devel@nongnu.org Hello, Am 26.11.2012 02:31, schrieb Loreley Giraudon: > im trying to initiate the following command: > > kvm -hda mysql.img -m 256 -monitor stdio -cdrom debian-6.0.5-amd64-netinst.iso -boot d > open /dev/kvm: Permission denied > > > But i receive the following error message: > > Could not initialize KVM, will disable KVM support > QEMU 0.12.5 monitor - type 'help' for more information > (qemu) unknown keycodes `empty_aliases(qwerty)', please report to qemu-devel@nongnu.org > > Can you tell me why? Can you tell us where you got a "kvm" binary for Mac OS X? QEMU does not ship such a thing, it builds qemu-system-x86_64 etc. binaries and the latest version is v1.3.0-rc0. Regards, Andreas