├── .DS_Store ├── LICENSE ├── README.md ├── add_vIOMMU.py └── media ├── error.png └── machine_bios_type.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bashtheshell/IOMMU-nested-pve/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bashtheshell/IOMMU-nested-pve/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bashtheshell/IOMMU-nested-pve/HEAD/README.md -------------------------------------------------------------------------------- /add_vIOMMU.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bashtheshell/IOMMU-nested-pve/HEAD/add_vIOMMU.py -------------------------------------------------------------------------------- /media/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bashtheshell/IOMMU-nested-pve/HEAD/media/error.png -------------------------------------------------------------------------------- /media/machine_bios_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bashtheshell/IOMMU-nested-pve/HEAD/media/machine_bios_type.png --------------------------------------------------------------------------------