From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R9KBq-0005VJ-3n for garchives@archives.gentoo.org; Thu, 29 Sep 2011 17:14:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C3D321C383; Thu, 29 Sep 2011 17:14:18 +0000 (UTC) Received: from mail2.viabit.com (mail2.viabit.com [65.246.80.16]) by pigeon.gentoo.org (Postfix) with ESMTP id 508F821C35A for ; Thu, 29 Sep 2011 17:13:12 +0000 (UTC) Received: from [192.168.1.100] (c-68-49-223-78.hsd1.md.comcast.net [68.49.223.78]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail2.viabit.com (Postfix) with ESMTPSA id A022137B27 for ; Thu, 29 Sep 2011 13:13:10 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=orlitzky.com; s=mail2; t=1317316391; bh=VWQIxOy/8AmDylRCy/B2ApFkFrnB2XSOtlU9TUrYzhk=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=e0pkYpekJTPy3iwYJI4ebELGTMT/ksok3PCbraH9XEKxqDN07Cknmr4y/PWmNa1t9 akxUNEVe1q3+JSebl5pdT0OYQMiPrEPEaLN1HMzcoV9fzs/awaNJ8o3x74kLZpIIRX laeW9FNleYjyV/zZnxoxZ77cPdHvIsQ1mYbObeIA= Message-ID: <4E84A723.6060808@orlitzky.com> Date: Thu, 29 Sep 2011 13:13:07 -0400 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110923 Lightning/1.0b3pre Thunderbird/3.1.12 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Is Qemu dead? References: <20110928152744.04d82721@zaphod.digimed.co.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 7de76ec7af9e54d548d7f2d05e0bf100 On 09/28/2011 10:42 AM, Grant Edwards wrote: > > Doh! > > I had forgotten there was a seperate kvm-enabled build of Qemu. I'll > have to give that a try. > You can use qemu-kvm whether or not you have a kernel/CPU with KVM support: $ cat /usr/bin/kvm #!/bin/sh exec /usr/bin/qemu-system-x86_64 --enable-kvm "$@"