Re: [libvirt-users] Connecting libvirt to manually compiled QEMU

2014-03-31 Thread Asadullah Hussain
Fixed Thanks for all the help. It's simple just configured & installed QEMU 1.4.0 through standard way and restarted the libvirt-bin service through initctl. Libvirt runs *"qemu-system-x86_64 -help*" command to get the emulator version (virsh version). This option was disabled in my custom QEMU,

Re: [libvirt-users] Connecting libvirt to manually compiled QEMU

2014-03-20 Thread Asadullah Hussain
Still no success virsh capabilities doesn't return any "emulator" output. When I check the "libvirtd.log" there is an error: 2014-03-20 11:25:00.056+: 1014: error : virCommandWait:2188 : internal error Child process (LC_ALL=C PATH=/usr/local/sbin:/usr/ local/bin:/usr/bin:/usr/sbin:/sbin:/bin

Re: [libvirt-users] Connecting libvirt to manually compiled QEMU

2014-03-19 Thread Daniel P. Berrange
On Wed, Mar 19, 2014 at 05:17:52PM +0500, Asadullah Hussain wrote: > Guys thanks a lot for taking the time out to reply, Although adding the > $PATH & symbolic link methods both solved the "No hypervisor found" error > on virt-manager but when I try to create a VM using the wizard it says: > > "No

Re: [libvirt-users] Connecting libvirt to manually compiled QEMU

2014-03-19 Thread Asadullah Hussain
Guys thanks a lot for taking the time out to reply, Although adding the $PATH & symbolic link methods both solved the "No hypervisor found" error on virt-manager but when I try to create a VM using the wizard it says: "No hypervisor options were found for this connection" "This usually means that

Re: [libvirt-users] Connecting libvirt to manually compiled QEMU

2014-03-05 Thread Daniel P. Berrange
On Tue, Mar 04, 2014 at 02:09:19PM -0700, Eric Blake wrote: > On 03/04/2014 05:12 AM, Asadullah Hussain wrote: > > Hello I have manually compiled a customized qemu (1.4.0) which runs fine on > > its own (create VM etc) but I want to access this qemu through libvirt > > (virt-manager, virsh etc). >

Re: [libvirt-users] Connecting libvirt to manually compiled QEMU

2014-03-04 Thread Eric Blake
On 03/04/2014 05:12 AM, Asadullah Hussain wrote: > Hello I have manually compiled a customized qemu (1.4.0) which runs fine on > its own (create VM etc) but I want to access this qemu through libvirt > (virt-manager, virsh etc). > > But the libvirt driver only looks into "/usr/bin" for qemu binari

[libvirt-users] Connecting libvirt to manually compiled QEMU

2014-03-04 Thread Asadullah Hussain
Hello I have manually compiled a customized qemu (1.4.0) which runs fine on its own (create VM etc) but I want to access this qemu through libvirt (virt-manager, virsh etc). But the libvirt driver only looks into "/usr/bin" for qemu binaries, how can I tell libvirt to connect to my qemu which is p