From f2f4d941a7cdc9d572330483bd7d621a28d6ea43 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 28 Aug 2026 04:09:56 +0200 Subject: [PATCH] docs: Support QEMU Guest Agent (#2197) --- docs/environment.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/environment.md b/docs/environment.md index a95e5021..13253db1 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -179,6 +179,7 @@ Also see [Dynamic memory allocation](https://github.com/qemus/qemu/blob/master/d | `DEBUG` | `N` | Enables verbose debug output. | | `TRACE` | `N` | Enables shell command tracing. | | `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. | +| `SERIAL` | `mon:stdio` | QEMU serial device, such as `/storage/serial.sock` or `4444`. | +| `MONITOR` | | QEMU monitor, such as `/storage/monitor.sock` or `4444`. | +| `QMP` | | QEMU Machine Protocol, such as `/storage/qmp.sock` or `4444`. | +| `QGA` | | QEMU Guest Agent, such as `/storage/qga.sock` or `4444`. |