Gentoo Archives: gentoo-user

From: Michael Orlitzky <michael@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Is Qemu dead?
Date: Thu, 29 Sep 2011 17:14:30
Message-Id: 4E84A723.6060808@orlitzky.com
In Reply to: [gentoo-user] Re: Is Qemu dead? by Grant Edwards
1 On 09/28/2011 10:42 AM, Grant Edwards wrote:
2 >
3 > Doh!
4 >
5 > I had forgotten there was a seperate kvm-enabled build of Qemu. I'll
6 > have to give that a try.
7 >
8
9 You can use qemu-kvm whether or not you have a kernel/CPU with KVM support:
10
11 $ cat /usr/bin/kvm
12 #!/bin/sh
13 exec /usr/bin/qemu-system-x86_64 --enable-kvm "$@"

Replies

Subject Author
Re: [gentoo-user] Re: Is Qemu dead? Matthew Finkel <Matthew.finkel@×××××.com>