IOMMU isolated network support #47

Manually merged
ryan merged 15 commits from iommu-net into main 2025-05-01 20:46:10 +00:00
4 changed files with 1 additions and 12 deletions
Showing only changes of commit 8722409004 - Show all commits

View File

@ -1,6 +0,0 @@
#!/bin/bash
set -eu
echo "hook -> post-receive"
while read oldrev newrev refname; do
git --work-tree=".." checkout -f "$newrev"
done

View File

@ -1,2 +0,0 @@
#!/bin/bash
echo "hook -> pre-receive"

View File

@ -1,3 +0,0 @@
#!/bin/bash
echo "Firing update hook"