[pve-devel] [PATCH qemu-server v5 1/4] vmstatus_return_properties: add missing serial property

Aaron Lauterer a.lauterer at proxmox.com
Mon Apr 7 18:27:15 CEST 2025


Signed-off-by: Aaron Lauterer <a.lauterer at 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





More information about the pve-devel mailing list