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 1R9Mv1-0003Wx-H8 for garchives@archives.gentoo.org; Thu, 29 Sep 2011 20:09:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5728F21C04B; Thu, 29 Sep 2011 20:09:05 +0000 (UTC) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 9CFA221C1F6 for ; Thu, 29 Sep 2011 20:08:13 +0000 (UTC) Received: by yxk30 with SMTP id 30so1331566yxk.40 for ; Thu, 29 Sep 2011 13:08:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=YQM0CtOqntgpyT5eFsCkYzE1E8GmLibKS1ep2sb/wGM=; b=LyMXNaMXMdByYgXts4zNNoQ014exqGVG5rngaHnaDMis5Tt1/Y6vsowxsq4mmxh1jj knLtpFYUr5kyCYWOFJnuP4G26qiMv8usUUgH1pxF58gc80DqOik8ia7ZUI84UZTLb6DZ 8CohuSZ9oDp30jqScmMEQn5YlIg9vtZtR/7T4= Received: by 10.236.197.69 with SMTP id s45mr7482650yhn.98.1317326893061; Thu, 29 Sep 2011 13:08:13 -0700 (PDT) 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 Sender: mfinkel90@gmail.com Received: by 10.146.250.8 with HTTP; Thu, 29 Sep 2011 13:07:53 -0700 (PDT) In-Reply-To: <4E84A723.6060808@orlitzky.com> References: <20110928152744.04d82721@zaphod.digimed.co.uk> <4E84A723.6060808@orlitzky.com> From: Matthew Finkel Date: Thu, 29 Sep 2011 16:07:53 -0400 X-Google-Sender-Auth: NrMtkGFBWzAgkN984k9fjslaBrc Message-ID: Subject: Re: [gentoo-user] Re: Is Qemu dead? To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=20cf303f6a2483945c04ae1a11a0 X-Archives-Salt: X-Archives-Hash: 89718c017c639c9b2451661ddb48cd03 --20cf303f6a2483945c04ae1a11a0 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Sep 29, 2011 at 1:13 PM, Michael Orlitzky wrote: > 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 "$@" > > But I was under the impression you can only use -enable-kvm if you have KVM built into the kernel/load the module. --20cf303f6a2483945c04ae1a11a0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Thu, Sep 29, 2011 at 1:13 PM, Michael Orlitzk= y <michael@orl= itzky.com> wrote:
On 09/28/2011 10:42 AM, Grant Edwards wrote:
>
> Doh!
>
> I had forgotten there was a seperate kvm-enabled build of Qemu. =A0I&#= 39;ll
> have to give that a try.
>

You can use qemu-kvm whether or not you have a kernel/CPU with KVM su= pport:

=A0$ cat /usr/bin/kvm
=A0#!/bin/sh
=A0exec /usr/bin/qemu-system-x86_64 --enable-kvm "$@"

=A0
But I was under the impression you can = only use -enable-kvm if you have KVM built into the kernel/load the module.=

--20cf303f6a2483945c04ae1a11a0--