Hello All,
 I am working on migrating the vm from redhat to ubuntu. the emulator value is as below.
 Ubuntu: <emulator>/usr/bin/qemu-system-x86_64</emulator>
redhat: <emulator>/usr/libexec/qemu-kvm</emulator>

When i try to migrate from redhat, i get the following error. It would be great help if you can
suggest how to workaround the issue.

 virsh migrate --live --verbose --persistent vm1 qemu+ssh://host-3/system 
error: Cannot check QEMU binary /usr/libexec/qemu-kvm: No such file or directory

Thanks in advance,
Mani