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

Fiona Ebner f.ebner at proxmox.com
Wed Jun 14 13:16:20 CEST 2023


Ping

Am 03.03.23 um 08:35 schrieb Fiona Ebner:
> 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,
>      },





More information about the pve-devel mailing list