安装hypyer-v
1 2 3 4 |
# powershell Add-WindowsFeature Hyper-V,Hyper-V-Tools,Hyper-V-PowerShell -IncludeManagementTools Restart-Computer -Force |
创建虚拟机及虚拟交换机过程略 PCIE直通虚拟机 参考 https://www.licc.tech/article?id=35 先禁用相关PCIE设备 复制PCIE路径信息,如下图则是PCIROOT(0)#PCI(1C04)#PCI(0000) 然后p……