From f00b57b86f26ab9477917f6835f4ed0c178c59df Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Sun, 27 Feb 2022 17:20:09 +0100 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ce948dc..bb79d4d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # VFIO-enabler A project to simplify setting up GPU passthrough for QuickEMU and libvirt +Currently this project does NO MODIFICATIONS to your system, all it does is generate the files needed for testing inside `./config/ + ## TODO * ~~Everything~~ @@ -10,6 +12,7 @@ A project to simplify setting up GPU passthrough for QuickEMU and libvirt * ~~Integrate ls-iommu and locate graphic cards (and detect if they are in their own IOMMU group)~~ * Enable and configure vfio modules * Fetch the ID for the GPUs and generate the correct kernel arguments for grub and systemd-boot +* Dump the GPU rom, just in case it will be needed for passthrough (no rom patching planned due to complexity) * A menu system (i will need help by some bash wizards for this) * Blacklist drivers? (some cards require blacklisting as softdep is not enough) * Install vendor_reset kernel module? (maybe far future)