(4.14.5+) Because Arch itself has dropped i686 support, I have removed i686 from the PKGBUILD and there is no config file either.
Search Criteria
Package Details: linux-vfio 6.14.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-vfio.git (read-only, click to copy) |
---|---|
Package Base: | linux-vfio |
Description: | The Linux kernel and modules (ACS override and i915 VGA arbiter patches) |
Upstream URL: | https://www.kernel.org |
Keywords: | acs arbiter assignment gpu i915 kvm override passthrough pci qemu vfio vga |
Licenses: | GPL-2.0-or-later |
Provides: | KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Submitter: | zman0900 |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 73 |
Popularity: | 0.000014 |
First Submitted: | 2015-01-30 06:41 (UTC) |
Last Updated: | 2025-04-17 07:56 (UTC) |
Dependencies (21)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutils-symlinkAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, ugrd-gitAUR, booster, dracut, mkinitcpio)
- kmod (kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- tar (tar-gitAUR) (make)
- texlive-latexextra (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- Show 1 more dependencies...
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (7)
- 1001-6.14.0-add-acs-overrides.patch
- 1002-6.14.0-i915-vga-arbiter.patch
- config-6.14.2
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.14.2.tar.sign
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.14.2.tar.xz
- https://github.com/archlinux/linux/releases/download/v6.14.2-arch1/linux-v6.14.2-arch1.patch.zst
- https://github.com/archlinux/linux/releases/download/v6.14.2-arch1/linux-v6.14.2-arch1.patch.zst.sig
Latest Comments
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 32 Next › Last »
markzz commented on 2017-12-14 06:10 (UTC)
abrilevskiy commented on 2017-12-06 06:26 (UTC)
I use Nvidia cards and Intel hardware and in order to get it working - ACS patch is required. Therefore AGESA update will not eliminate for ACS.
mynameisrar commented on 2017-12-05 17:29 (UTC)
The NPT patch is included in the kernel as of 4.13.3 for you AMD people. When the upcoming AGESA update releases we probably won't even need this ACS patch anymore either ^_^
markzz commented on 2017-12-03 00:46 (UTC)
Almost always a minor release causes the patches to need to be rewritten. I'll be getting on this soon.
timofonic commented on 2017-12-02 23:02 (UTC)
Any news about 4.14? I tried to apply i915-vga-arbiter.patch to linux-drm-tip-git without success :(
markzz commented on 2017-11-27 02:42 (UTC)
marandus: WHOOPS! Thanks for catching that. I will fix.
timofonic: If you require the features the patches provide, yes, the patches will be required for 4.14. I will not update this PKGBUILD until linux 4.14 is released in core.
fantacinni: That patch is not what this PKGBUILD is trying to do. If you need/want that patch in the kernel you build for your system, you can add it yourself. I don't think it's necessary to turn this PKGBUILD into the catch-all VM set.
fantacinni commented on 2017-11-26 18:37 (UTC)
Patch request
Would you add the AMD SVM performance fix patch?
https://level1techs.com/article/patch-npt-ryzen-better-performance
Thanks!
timofonic commented on 2017-11-26 14:23 (UTC) (edited on 2017-11-26 14:25 (UTC) by timofonic)
4.14 available.
Are patches still required in 4.14.x?
marandus commented on 2017-11-25 20:21 (UTC)
Is there any specific reason why the add-acs-overrides.patch contains in line 121 a check for a semicolon
if (*p != ';') {
instead of a colon?
if (*p != ':') {
The semicolon check prevents single ID ACS overrides to be possible, always fails with error message "PCIe ACS invalid ID". The patch you find via google has a colon check there, which is actually the only check that makes sense at that line.
markzz commented on 2017-10-28 17:51 (UTC) (edited on 2017-10-28 18:00 (UTC) by markzz)
Kalinda: That is a patch that is irrelevant to what this package is doing. This package only fixes the specific issues related to ACS and Intel VGA arbitration along with general kernel bug fixes. This is not a catch-all patch set for all VM problems.
Pinned Comments
xiota commented on 2024-01-09 18:43 (UTC) (edited on 2024-01-11 16:53 (UTC) by xiota)
clang
or disabling Arch patches.eclairevoyant commented on 2023-04-06 21:24 (UTC) (edited on 2023-04-06 21:31 (UTC) by eclairevoyant)
This package exists for the specific purpose of adding ported patches based on those originally created by Alex Williamson for:
Bypassing the default IOMMU grouping by overriding PCIe ACS support, and
Enabling VGA arbitration support on Intel iGPUs.
Arbitrary patches will not be added.
Refer to the wiki on PCI passthrough and this blog post on IOMMU groups for risks/caveats before using this package.
Regular AUR etiquette applies as well (knowledge of
makepkg
and searching the wiki/Arch forums is expected, and AUR helpers or Arch-based distros that are not Arch Linux are unsupported).