How to add a new type of virtio back-end driver in libvirt(or Virt-Manager)?

喜你入骨 提交于 2019-12-04 16:53:58

I've just got the answer myself. Once you've added a new virtio back-end driver, the next thing you have to do is to add an item in QEMU option by editing qemu-option.hx. You can add your own QEMU option to load the virtio back-end driver, and virsh recognize the option once you add an option in qemu-option.hx, make and install the QEMU again.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!