feat: Use Unix sockets for qemu-host communication (#1299)

This commit is contained in:
Kroese
2026-07-18 11:31:20 +02:00
committed by GitHub
parent c7e7b60f01
commit 5399e1d463
5 changed files with 34 additions and 25 deletions
-2
View File
@@ -95,6 +95,4 @@ An empty default means the variable is unset and its value is determined automat
|---|---|---|
| `DEBUG` | `N` | Enables verbose debug output. |
| `TRACE` | `N` | Enables shell command tracing. |
| `COM_PORT` | `2210` | Internal communication port used by the DSM host helper. |
| `CHR_PORT` | `12345` | Internal character device port used by the DSM host helper. |
| `HOST_DEBUG` | `N` | Enables debug output for the DSM host helper. |