From 8be1935087e2c863a878f10faa01066f0d72ab52 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Sat, 26 Feb 2022 19:04:17 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5adcd6a..85e5423 100644 --- a/README.md +++ b/README.md @@ -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~~ * Detect if user has an amd or intel CPU * ~~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? * Enable and configure vfio modules * Fetch the ID for the GPUs and generate the correct kernel arguments for grub and systemd-boot -* Blacklist drivers? -* Setup looking-glass? \ No newline at end of file +* Blacklist drivers? (some cards require blacklisting as softdep is not enough) +* Setup looking-glass? (far future) \ No newline at end of file