Package Base Details: linux-vfio

Git Clone URL: https://aur.archlinux.org/linux-vfio.git (read-only, click to copy)
Keywords: acs arbiter assignment gpu i915 kvm override passthrough pci qemu vfio vga
Submitter: zman0900
Maintainer: xiota
Last Packager: xiota
Votes: 74
Popularity: 0.019559
First Submitted: 2015-01-30 06:41 (UTC)
Last Updated: 2024-04-18 00:48 (UTC)

Pinned Comments

xiota commented on 2024-01-09 18:43 (UTC) (edited on 2024-01-11 16:53 (UTC) by xiota)

  • Leaving eclairvoyant's comment pinned because it contains some useful information.
  • Patch policy is different, but similar.
    • Primary purpose of this package are the ACS override and i915 VGA arbiter patches.
    • Upstream Arch patches will be applied to maintain parity with the standard kernel.
    • No other patches will be added.
  • Package does have options that can be changed, like building with clang or disabling Arch patches.
    • Defaults will match Arch packages, except when incompatible with this package's primary patches.
    • Options are subject to change. Read PKGBUILD for details.
  • Avoid commenting and flagging at the same time for the same issue.
    • Flag for common issues with standard solutions, like new releases, key changes, etc.
    • Comment for issues requiring explanation or debugging.
      • Use a pastebin for blocks of text more than a few lines.

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:

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).

Latest Comments

« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 Next › Last »

electricprism commented on 2016-07-20 04:36 (UTC)

gpg --recv-key 79BE3E4300411886 gpg --recv-key 38DBBDC86092693E

s0ul commented on 2016-07-02 05:33 (UTC)

Thanks for the kernel, it worked like a charm :)

erylflynn commented on 2016-04-21 17:23 (UTC) (edited on 2016-07-28 04:34 (UTC) by erylflynn)

Changing this from a help, to a informational. After installing this kernel and headers I could boot but lightdm and even SDDM would not start. What I found was an error in Xorg.0.log about no module found for my NVIDIA driver. I am on Antergos so I just re-installed all my drivers, which alone did not help. I reinstalled the NVIDIA DKMS sudo pacman -S nvidia-dkms This will vary based on how you installed your drivers.

zipeldiablo commented on 2016-04-07 12:15 (UTC) (edited on 2016-04-07 12:34 (UTC) by zipeldiablo)

I see, thanks for the info. The tricky part seems to be the recompilation of the custom kernel to change configs (in order to enhance gaming experience) Hopefully i will manager to build the kernel of my need from your git source

zman0900 commented on 2016-04-06 02:36 (UTC)

You can disable the patch if you want by commenting out the appropriate patch line in the prepare() function of the PKGBUILD file, but it's not really necessary. The patch does nothing unless you provide the required kernel command line arg. If you want to use the patches on another kernel, that is also pretty simple. Compare this PKGBUILD to the main Arch "linux" package and you'll see that I had to make very minimal changes. Mainly, you need to add the patches to the source array, the patch checksums to the sha256sums array, and then actually apply the patches by calling the patch command from the prepare function. You might also want to change the "pkgbase" variable at the top so you can install both kernels at the same time.

zipeldiablo commented on 2016-04-05 11:59 (UTC)

Hi, since i don't need the i915 patch (using ovmf) can i remove it through the pkgbuild or something? Also, is it possible to use an already customed kernel for this? I'm looking for ck kernel optimized for my cpu : https://wiki.archlinux.org/index.php/Repo-ck

icewind commented on 2016-02-23 17:19 (UTC)

retested today and all works fine again

zman0900 commented on 2016-01-21 02:06 (UTC)

Have you tried 4.4-4? If you still have problems, try the plain arch 4.4-4 from the testing repo. If the problem still exists there, file a bug against the main arch package.

icewind commented on 2016-01-20 09:51 (UTC)

After updating to 4.4-3 it no longer detects my nvme ssd during boot

zman0900 commented on 2016-01-20 03:18 (UTC)

Updated with the 2 patches for arch testing 4.4-4 plus a patch to fix CVE-2016-0728.