Package Details: linux-vfio-headers 6.14.2-1

Git Clone URL: https://aur.archlinux.org/linux-vfio.git (read-only, click to copy)
Package Base: linux-vfio
Description: Headers and scripts for building modules for the Linux kernel (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
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)

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 2 3 4 5 6 7 .. 32 Next › Last »

Joeythe_fish commented on 2024-07-23 00:36 (UTC)

Also, what kind of AMD GPU?

Joeythe_fish commented on 2024-07-23 00:36 (UTC)

Tell us what version of arch you're running, and what your system does when it crashes. Does the computer just instantly turn off? Do the fans start spinning really loud? Are there any messages that flash on screen? Also, why are you using yay?

cypressRU commented on 2024-07-23 00:31 (UTC)

@xiota sorry. I am pretty new to arch. I don't know where to get info about the crash. All I know is I use an amd gpu, and it's been crashing when replacing those drivers. I thought it was fixed but it wasn't

xiota commented on 2024-07-22 23:50 (UTC)

@cypressRU You'll have to provide a lot more information about your system and the crash.

cypressRU commented on 2024-07-22 23:34 (UTC) (edited on 2024-07-22 23:56 (UTC) by cypressRU)

Hello. I made an account here just so I can ask this question. When I run this through Yay, it just crashes my system.

Is this expected behavior?

Edit: It looks like the crashes were due to the use of the Yay aur package manager thing. Apologies.

xiota commented on 2024-06-11 02:34 (UTC)

I'm guessing you missed makepkg. The commands should be similar to the following:

sudo pacman -S base-devel git
git clone https://aur.archlinux.org/linux-vfio.git
cd linux-vfio
makepkg -s --skippgpcheck
# wait a long time for build
sudo pacman -U linux-vfio-6.9.3-1-x86_64.pkg.tar.zst linux-vfio-headers-6.9.3-1-x86_64.pkg.tar.zst

Joeythe_fish commented on 2024-06-11 02:26 (UTC)

@xiota I'm following this guide https://wiki.archlinux.org/title/Arch_User_Repository and got down to the install phase. The file you're describing isn't in the current directory. Can you point out what I've done wrong? I used git clone and PKGBUILD. PS. Thank you so much for your work maintaining this package.

xiota commented on 2024-06-11 02:16 (UTC)

@Joeythe_fish You're trying to install the wrong file. The correct files should be named similar to linux-vfio-6.9.3-1-x86_64.pkg.tar.zst and linux-vfio-headers-6.9.3-1-x86_64.pkg.tar.zst.

Joeythe_fish commented on 2024-06-11 01:49 (UTC)

When I try to run pacman -U linux-6.9.3.tar.xz, I get an error saying it's an invalid or corrupted package: [mau@archlinux linux-vfio]$ sudo pacman -U linux-6.9.3.tar.xz loading packages... error: missing package metadata in linux-6.9.3.tar.xz error: 'linux-6.9.3.tar.xz': invalid or corrupted package

Is this on me or on the package? I've attempted to build it a few times and I keep hitting that wall.