vmstatus_return_properties: add missing serial property

Fixes: 8107b37 ("add serial:1 to vmstatus when config has a serial device configured")
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
Link: https://lore.proxmox.com/20250407162718.495812-2-a.lauterer@proxmox.com/
This commit is contained in:
Aaron Lauterer 2025-04-07 18:27:15 +02:00 committed by Thomas Lamprecht
parent cbe9de99c5
commit 28d8e248c3

View File

@ -2789,6 +2789,11 @@ our $vmstatus_return_properties = {
optional => 1,
default => 0,
},
serial => {
description => "Guest has serial device configured.",
type => 'boolean',
optional => 1,
},
};
my $last_proc_pid_stat;