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 1R9RPo-0005zu-R1 for garchives@archives.gentoo.org; Fri, 30 Sep 2011 00:57:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBBF421C07B; Fri, 30 Sep 2011 00:57:10 +0000 (UTC) Received: from mail2.viabit.com (mail2.viabit.com [65.246.80.16]) by pigeon.gentoo.org (Postfix) with ESMTP id 8207D21C045 for ; Fri, 30 Sep 2011 00:56:15 +0000 (UTC) Received: from [172.17.29.10] (unknown [65.213.236.242]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail2.viabit.com (Postfix) with ESMTPSA id 121A237AD8 for ; Thu, 29 Sep 2011 20:56:15 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=orlitzky.com; s=mail2; t=1317344175; bh=tFgY1v5XX9s6/2F+2T+xQi1dANhkHYRrBgSiHoNDhLM=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=nYNVWtEGsSfHc4c+wDQ+ncul/qLqfhJ2bxxqPzPC7ctpA4gOHtfH/y9Ua1ogMZQTl vTTl/94JCzO6BThQaihxmgqMq70PrTAUuq4IDDcARNdlM4A5Gj1VOV49U9IqGu66KY u4kBUgBTsW7HESkeTLnXf0l2WghDvbdInVE34JnY= Message-ID: <4E8513AF.9080303@orlitzky.com> Date: Thu, 29 Sep 2011 20:56:15 -0400 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110920 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> <4E84A723.6060808@orlitzky.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: fa716de40eecb6a1594fa2e72c7ecc33 On 09/29/11 16:07, Matthew Finkel wrote: > > $ cat /usr/bin/kvm > #!/bin/sh > exec /usr/bin/qemu-system-x86_64 --enable-kvm "$@" > > > But I was under the impression you can only use -enable-kvm if you have > KVM built into the kernel/load the module. > It will spit out a warning, but work normally (albeit slowly). Anyway, my point was that the kvm "binary" is just qemu with "--enable-kvm" passed to it. So, if you want the latest qemu, emerge qemu-kvm, and run it without the "--enable-kvm".