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"

View File

@ -268,7 +268,7 @@ cmd_usage() {
Start interactive network vm in the foreground Start interactive network vm in the foreground
netvm status netvm status
Get hostname and uptime from running network vm Get hostname and uptime from running network vm
netvm attach <vendorid:deviceid> netvm attach <vendorid:deviceid>
Hot-plug a USB device to network VM Hot-plug a USB device to network VM
netvm push <local-path> <remote-path> netvm push <local-path> <remote-path>
Push a local file to the network VM Push a local file to the network VM