This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 33f7204019f71a060048fde1230a23a71c9659d8 Mon Sep 17 00:00:00 2001 | |
From: Francesco Ognibene <[email protected]> | |
Date: Thu, 10 Jun 2021 15:09:41 +0200 | |
Subject: [PATCH 1/3] brcmfmac move brcmf_mp_device into its own header | |
--- | |
.../broadcom/brcm80211/brcmfmac/common.h | 36 +++--------------- | |
.../broadcom/brcm80211/brcmfmac/settings.h | 37 +++++++++++++++++++ | |
2 files changed, 42 insertions(+), 31 deletions(-) | |
create mode 100644 drivers/net/wireless/broadcom/brcm80211/brcmfmac/settings.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SUBSYSTEM!="sound", GOTO="pulseaudio_end" | |
ACTION!="change", GOTO="pulseaudio_end" | |
KERNEL!="card*", GOTO="pulseaudio_end" | |
SUBSYSTEMS=="pci", ATTRS{vendor}=="0x106b", ATTRS{device}=="0x1803", ENV{PULSE_PROFILE_SET}="apple-t2.conf" | |
LABEL="pulseaudio_end" |
Not KVM bound. The VFIO API deconstructs a device into regions, irqs, etc. The userspace application (QEMU, cloud-hypervisor, etc..) is responsible for reconstructing it into a device for e.g. a guest VM to consume.
Boot with intel_iommu=on
.
Devices are bound together for isolation, IOMMU capabilities and platform topology reasons. It is not configurable.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Sway WM screen + audio recorder | |
# original author: Aaron D. Fields | |
# blog post: https://blog.spirotot.com/2017/08/21/a-dirty-hack-to-enable-acceptable-sway-wm-screen-recording/ | |
# currently error 503 :-( | |
# | |
# Updated version: ernierasta | |
# Repo: https://gist.github.com/ernierasta | |
# | |
# Changelog: |