Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com> --- first introduces with v5
PVE/QemuServer.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index ea45366..76121d6 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -2748,6 +2748,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; -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel