]> git.proxmox.com Git - qemu-server.git/commitdiff
status: fix description of qmpstatus property
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 3 Mar 2023 07:35:03 +0000 (08:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Jun 2023 11:33:56 +0000 (13:33 +0200)
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 <f.ebner@proxmox.com>
PVE/QemuServer.pm

index b978ab54010b03e4186909ae7f5ccc19faa1615a..6cbaf878e99b0d417eea27d34aff65621e280cdb 100644 (file)
@@ -2872,7 +2872,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,
     },