Gentoo Archives: gentoo-user

From: Matthew Finkel <Matthew.finkel@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Is Qemu dead?
Date: Thu, 29 Sep 2011 20:09:19
Message-Id: CANkgaC1oCy-Do_qbxHmothLmkWeAS+nKN4vpvsGqByJeL3YSgg@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Is Qemu dead? by Michael Orlitzky
1 On Thu, Sep 29, 2011 at 1:13 PM, Michael Orlitzky <michael@××××××××.com>wrote:
2
3 > On 09/28/2011 10:42 AM, Grant Edwards wrote:
4 > >
5 > > Doh!
6 > >
7 > > I had forgotten there was a seperate kvm-enabled build of Qemu. I'll
8 > > have to give that a try.
9 > >
10 >
11 > You can use qemu-kvm whether or not you have a kernel/CPU with KVM support:
12 >
13 > $ cat /usr/bin/kvm
14 > #!/bin/sh
15 > exec /usr/bin/qemu-system-x86_64 --enable-kvm "$@"
16 >
17 >
18 But I was under the impression you can only use -enable-kvm if you have KVM
19 built into the kernel/load the module.

Replies

Subject Author
Re: [gentoo-user] Re: Is Qemu dead? Michael Orlitzky <michael@××××××××.com>