On Mon, 9 Aug 2021 00:42:08 +0200
Peter Boy <p...@uni-bremen.de> wrote:

> In the process to migrate from CentOS 8 to Fedora I saved the
> definition of various VMs using "virsh dumpxml vm_id  >  vm_id.xml“ 
> 
> According to the manual I can restore using "virsh define vm_id.xml“
> 
> But I get
> Error: Can’t check QEMU program file /usr/libexec/qemu-kvm: file or
> directory not found 
> 
> A "dnf provides '/usr/libexec/qemu-kvm*‘“ can’t find a package.

It loks like they changed the path to the emulator.
On CentOS 7 I see

  <devices>
    <emulator>/usr/libexec/qemu-kvm</emulator>

but on Fedora 34 I see

  <devices>
    <emulator>/usr/bin/qemu-kvm</emulator>

You might want to create a new VM in Fedora just to see what else has
changed.  Perhaps even import the disk image into a fresh VM.

Jim
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to