update readme

This commit is contained in:
HikariKnight 2022-02-26 19:04:17 +01:00
parent 1d2bab576e
commit 8be1935087
No known key found for this signature in database
GPG key ID: E8B239063B022F5A

View file

@ -7,9 +7,9 @@ A project to simplify setting up GPU passthrough for QuickEMU and libvirt
* ~~Show general warning to user and inform about making a backup and general expectations~~ * ~~Show general warning to user and inform about making a backup and general expectations~~
* Detect if user has an amd or intel CPU * Detect if user has an amd or intel CPU
* ~~Tell user to enable IOMMU (VT-d/AMD-v) on their motherboard and bootloader~~ * ~~Tell user to enable IOMMU (VT-d/AMD-v) on their motherboard and bootloader~~
* Integrate ls-iommu and locate graphic cards (and detect if they are in their own IOMMU group) * ~~Integrate ls-iommu and locate graphic cards (and detect if they are in their own IOMMU group)~~
* Install vendor_reset kernel module? * Install vendor_reset kernel module?
* Enable and configure vfio modules * Enable and configure vfio modules
* Fetch the ID for the GPUs and generate the correct kernel arguments for grub and systemd-boot * Fetch the ID for the GPUs and generate the correct kernel arguments for grub and systemd-boot
* Blacklist drivers? * Blacklist drivers? (some cards require blacklisting as softdep is not enough)
* Setup looking-glass? * Setup looking-glass? (far future)