[Bug 228299] Re: libvirt-bin with QEMU ignores KQEMU

2009-05-01 Thread Morten Siebuhr
I recall that reading the source code was the easiest way to understand what was done where. -- libvirt-bin with QEMU ignores KQEMU https://bugs.launchpad.net/bugs/228299 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 228299] Re: libvirt-bin with QEMU ignores KQEMU

2009-04-29 Thread David Sugar
Morten, this issue had confused me also as I never had hardware that supports kvm. Reading your notes, if you do enable acceleration in virt-install (and does this also apply to launching it through virtual machine manager "new" virtual machine creation) and have kqemu built, just asking to confi

[Bug 228299] Re: libvirt-bin with QEMU ignores KQEMU

2008-05-25 Thread msiebuhr
It seems this isn't a bug, but an error on my behalf; I read the documentation on most homepages and guides for creating new virtual machines using virt-install implies that the --accelerate flag requires KVM to work - but reading the man-page, it enables *any* acceleration it may find, being KVM,

[Bug 228299] Re: libvirt-bin with QEMU ignores KQEMU

2008-05-10 Thread msiebuhr
It can be hacked by moving /usr/bin/qemu to /usr/bin/qemu-original and inserting this script as /usr/bin/qemu (remember permissions): #!/usr/bin/env python # # Wrapper for /usr/bin/qemu to forcefully enable kqemu support # # Morten Siebuhr # from sys import argv from os import system, execv from