libvirt ======= You can configure `vfio-user` devices in a `libvirt` domain configuration: 1. Add `xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'` to the `domain` element. 2. Enable sharing of the guest's RAM: ```xml ``` 3. Pass the vfio-user device: ```xml ```