docs: Add QMP configuration variable (#2121)

This commit is contained in:
Kroese
2026-08-09 11:25:25 +02:00
committed by GitHub
parent 19264a42da
commit 433c83cab0
+1
View File
@@ -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. | | `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 configuration. |
| `MONITOR` | | QEMU monitor configuration. | | `MONITOR` | | QEMU monitor configuration. |
| `QMP` | | QEMU Machine Protocol configuration. |