How to enable self-built qemu as a backend in virtmanager/virsh?

93 Views Asked by At

I have built a qemu with some modifications, and it can run correctly with cmd like ./qemu-system-x86-64 ...., but I failed to integrate it into virt-manger, even if I added it to PATH ahead of default system lib.

1

There are 1 best solutions below

0
Gordon On BEST ANSWER

There is an option in XML file, you can edit it to enable your own qemu.

<devices>
    <emulator>/path/to/your/qemu-system-x86_64</emulator>
    <disk type='file' device='disk'>
.........