Hi Team,
I am exploring "edu" device in QEMU to add my own custom device. I am able to add the device using the command line. Would it be possible to add the device using XML file through libvirt?
Hello, edu device is not implemented to libvirt xml. However you can use it via custom device in libvirt:
Just define a domain like following:
...
<qemu:commandline>
<qemu:arg value='-device'/>
<qemu:arg value='edu'/>
</qemu:commandline>
</domain>
_______________________________________________
libvirt-users mailing list
libvirt-users@redhat.com
https://www.redhat.com/mailman/listinfo/libvirt-users