docs: Support QEMU Guest Agent (#2197)

This commit is contained in:
Kroese
2026-08-28 04:09:56 +02:00
committed by GitHub
parent 8ffeb98eb3
commit f2f4d941a7
+4 -3
View File
@@ -179,6 +179,7 @@ Also see [Dynamic memory allocation](https://github.com/qemus/qemu/blob/master/d
| `DEBUG` | `N` | Enables verbose debug output. | | `DEBUG` | `N` | Enables verbose debug output. |
| `TRACE` | `N` | Enables shell command tracing. | | `TRACE` | `N` | Enables shell command tracing. |
| `LOG` | `N` | Saves all output from `install.bat` to `C:\OEM\install.log` for troubleshooting. | | `LOG` | `N` | Saves all output from `install.bat` to `C:\OEM\install.log` for troubleshooting. |
| `SERIAL` | `mon:stdio` | QEMU serial device configuration. | | `SERIAL` | `mon:stdio` | QEMU serial device, such as `/storage/serial.sock` or `4444`. |
| `MONITOR` | | QEMU monitor configuration. | | `MONITOR` | | QEMU monitor, such as `/storage/monitor.sock` or `4444`. |
| `QMP` | | QEMU Machine Protocol configuration. | | `QMP` | | QEMU Machine Protocol, such as `/storage/qmp.sock` or `4444`. |
| `QGA` | | QEMU Guest Agent, such as `/storage/qga.sock` or `4444`. |