📄️ Configurations for Gpu Passthrough
GPU passthrough is a technology that allows VMs to directly access hardware (GPU), and is expected to provide high graphics performance even in a virtualized environment. This page describes how to pass-through an Nvidia GPU to Windows 10 on KVM.
📄️ Install KVM
Install
📄️ Configurations for Single Root I/O Virtualization
SR-IOV (Single Root I/O Virtualization) is a hardware feature that allows a single physical device to be recognized by a hypervisor as if it were multiple separate devices. For example, a machine with a single NIC that supports SR-IOV can be recognized as if it has multiple NICs by using SR-IOV, and each NIC can be passed through to the VM.
📄️ How to Use virsh
virsh is a tool for managing KVM and Guest VMs via the CLI. This page describes how to use virsh to manage KVM and VMs.