feat: Add QMP configuration variables (#1360)

This commit is contained in:
Kroese
2026-08-09 11:24:49 +02:00
committed by GitHub
parent 8b6624cf2f
commit cb8f440564
2 changed files with 11 additions and 1 deletions
+2
View File
@@ -98,3 +98,5 @@ 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. |
| `HOST_DEBUG` | `N` | Enables debug output for the DSM host helper. |
| `MONITOR` | | QEMU monitor configuration. |
| `QMP` | | QEMU Machine Protocol configuration. |