Created
April 14, 2020 05:17
-
-
Save calbrecht/33235caf3a55ab3d6e50c2bcdb33001a to your computer and use it in GitHub Desktop.
libvirt windows guest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://heiko-sieger.info/creating-a-windows-10-vm-on-the-amd-ryzen-9-3900x-using-qemu-4-0-and-vga-passthrough/ | |
# Virtualization in BIOS | |
# Intel VTx, AMD SVM | |
# IOMMU in BIOS | |
# Intel VT-d, AMD-Vi | |
# https://ark.intel.com/content/www/us/en/ark/search/featurefilter.html?productType=873&0_VTD=True&1_Filter-Family=122139 | |
# https://ark.intel.com/content/www/us/en/ark/products/88192/intel-core-i7-6600u-processor-4m-cache-up-to-3-40-ghz.html | |
# IOMMU UEFI | |
# https://forum.proxmox.com/threads/how-to-activate-iommu-with-uefi.62846/ | |
# I simply added intel_iommu=on at the end of /etc/kernel/cmdline | |
# and run `pve-efiboot-tool refresh` | |
# https://www.reddit.com/r/VFIO/comments/bbhf1k/gpu_passthrough_with_uefi_bios_not_working/ | |
# https://unix.stackexchange.com/questions/56777/enabling-iommu-in-the-kernel-for-graphics-card-pass-through | |
# https://wiki.gentoo.org/wiki/IOMMU_SWIOTLB | |
# NixOS specific | |
# https://forum.level1techs.com/t/nixos-vfio-pcie-passthrough/130916 | |
https://thisdwhitley.com/2019/02/windows-vm-on-fedora/ | |
virt-manager | |
# libguestfs | |
virt-v2v | |
# win-virtio | |
virtio-win |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment