Re: [gentoo-user] Re: Is Qemu dead?

2011-09-29 Thread Michael Orlitzky
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 warni

Re: [gentoo-user] Re: Is Qemu dead?

2011-09-29 Thread Matthew Finkel
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

Re: [gentoo-user] Re: Is Qemu dead?

2011-09-29 Thread Michael Orlitzky
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-

[gentoo-user] Re: Is Qemu dead?

2011-09-28 Thread Grant Edwards
On 2011-09-28, Paul Hartman wrote: > On Wed, Sep 28, 2011 at 9:14 AM, Grant Edwards > wrote: >> I've been trying to use Qemu to do some test installs of Ubuntu >> server. ?I've used Qemu successfully in the past, but it seems to have >> hit a dead end. ?The "stable" version (0.11) of Qemu just pla

[gentoo-user] Re: Is Qemu dead?

2011-09-28 Thread Grant Edwards
On 2011-09-28, Neil Bothwick wrote: > On Wed, 28 Sep 2011 14:14:53 + (UTC), Grant Edwards wrote: > >> I updated to the ~x86 version (0.14) -- while the guest OS installs >> and runs OK, kernel acceleration (kqemu module) is no longer >> supported, and without it Qemu is really slow. > > If y