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
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
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-
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
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
5 matches
Mail list logo