Using the word 'agent' is highly confusing here as there is no QMP agent and thus wrongly suggests that the value is related to the guest agent[0].
[0]: https://forum.proxmox.com/threads/123590/post-537716 Signed-off-by: Fiona Ebner <[email protected]> --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 40be44db..0ded3ce3 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -2867,7 +2867,7 @@ our $vmstatus_return_properties = { optional => 1, }, qmpstatus => { - description => "QEMU QMP agent status.", + description => "VM run state from the 'query-status' QMP monitor command.", type => 'string', optional => 1, }, -- 2.30.2 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
