domainDevicesControllers = libvirtxmlDomainController Type usb Model reqAdvancedDeviceUSBController 这个是设置usb控制器吗如何设置为usb20或者usb30usb30到底是将model设置为intel-ehci还是xhci到底哪个设置是对的
是的,这段代码是设置USB控制器的。要设置为USB 2.0或USB 3.0,需要设置Model属性为"nec-xhci"或"intel-ehci"。如果要使用USB 3.0,应该将Model属性设置为"nec-xhci"。如果要使用USB 2.0,应该将Model属性设置为"intel-ehci"。
原文地址: https://www.cveoy.top/t/topic/htFA 著作权归作者所有。请勿转载和采集!