From e09e044b8403d16b72d76a275157a0469ada5877 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 28 Aug 2026 03:57:37 +0200 Subject: [PATCH] docs: Support QEMU Guest Agent --- docs/environment.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/environment.md b/docs/environment.md index 914cade7..1d62c9c1 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -144,6 +144,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. | -| `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`. |