[pve-devel] [PATCH qemu-server] status: fix description of qmpstatus property

Fiona Ebner f.ebner at proxmox.com
Fri Mar 3 08:35:03 CET 2023


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 at proxmox.com>
---
 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






More information about the pve-devel mailing list