Re: [libvirt] [PATCH] qemu: Fix probing for guest capabilities

2012-07-16 Thread Jiri Denemark
On Fri, Jul 13, 2012 at 09:19:42 -0600, Eric Blake wrote: > On 07/13/2012 09:00 AM, Jiri Denemark wrote: > > Even though qemu-kvm binaries can be used in TCG mode, libvirt would > > only detect them if /dev/kvm was available. Thus, one would need to make > > a /usr/bin/qemu symlink to be able to us

Re: [libvirt] [PATCH] qemu: Fix probing for guest capabilities

2012-07-13 Thread Eric Blake
On 07/13/2012 09:00 AM, Jiri Denemark wrote: > Even though qemu-kvm binaries can be used in TCG mode, libvirt would > only detect them if /dev/kvm was available. Thus, one would need to make > a /usr/bin/qemu symlink to be able to use TCG mode with qemu-kvm in an > environment without KVM support.

[libvirt] [PATCH] qemu: Fix probing for guest capabilities

2012-07-13 Thread Jiri Denemark
Even though qemu-kvm binaries can be used in TCG mode, libvirt would only detect them if /dev/kvm was available. Thus, one would need to make a /usr/bin/qemu symlink to be able to use TCG mode with qemu-kvm in an environment without KVM support. And even though QEMU is able to make use of KVM, lib