add readme, remove old sphinx patch

This commit is contained in:
Katelyn Schiesser 2021-07-10 20:57:13 -07:00
parent e66bd941f4
commit dae4beafc8
2 changed files with 17 additions and 19 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# linux-vfio
## What is this?
linux-vfio is the kernel for Arch linux, with the ACS Override and i915 VGA Arbiter patches applied. These patches, originally written by Alex Williamson and updated by Mark Weiman, allow certain motherboards to split PCIe IOMMU groups where it would not otherwise be possible. This is often used to allow a specific PCIe card (often a video card) to be assigned to the `vfio` driver, and attached to a virtual machine.
## Using this repository
This repository is used to track the AUR [linux-vfio](https://aur.archlinux.org/pkgbase/linux-vfio/) package, along with (hopeful) automation thereof. The official AUR repository is still hosted by Arch: https://aur.archlinux.org/cgit/aur.git/log/?h=linux-vfio
## See Also
https://aur.archlinux.org/pkgbase/linux-vfio/
https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF
https://www.kernel.org/doc/Documentation/vfio.txt

View File

@ -1,19 +0,0 @@
diff --git i/Documentation/conf.py w/Documentation/conf.py
index 6a767294887e..d1d145759fed 100644
--- i/Documentation/conf.py
+++ w/Documentation/conf.py
@@ -267,11 +267,9 @@ except ImportError:
html_static_path = ['sphinx-static']
-html_context = {
- 'css_files': [
- '_static/theme_overrides.css',
- ],
-}
+html_css_files = [
+ '_static/theme_overrides.css',
+]
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied