From 433c83cab03bdda8425a528ec11921281d628d81 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 9 Aug 2026 11:25:25 +0200 Subject: [PATCH] docs: Add QMP configuration variable (#2121) --- docs/environment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/environment.md b/docs/environment.md index afde749c..b96c51bf 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -177,3 +177,4 @@ Also see [Dynamic memory allocation](https://github.com/qemus/qemu/blob/master/d | `LOG` | `N` | Saves all output from `install.bat` to `C:\OEM\install.log` for troubleshooting. | | `SERIAL` | `mon:stdio` | QEMU serial device configuration. | | `MONITOR` | | QEMU monitor configuration. | +| `QMP` | | QEMU Machine Protocol configuration. |