Hi All,
I have installed qemu 2.0 version. I could able to launch a VM with this version of qemu.
I compiled OVDK qemu version from sources & wanted to launch a VM with this OVDK qemu version.
For this, I tried adding a line
<emulator>/root/ovdk/qemu/x86_64-softmmu/qemu-system-x86_64</emulator>
under <devices> block in the XML file. But I am getting the following error
error: Failed to create domain from NSVPX-KVM.xml
error: internal error Process exited while reading console log output: libvir: error : cannot execute binary /root/ovdk/qemu/x86_64-softmmu/qemu-system-x86_64: Permission denied
The permissions for the qemu-system-x86_64 are given below
address@hidden ovdk]# ls -l /root/qemu/x86_64-softmmu/qemu-system-x86_64
-rwxr-xr-x. 1 root root 24406406 Jun 18 03:38 /root/qemu/x86_64-softmmu/qemu-system-x86_64
Can you please help me in solving this issue.