mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 07:09:39 +00:00
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:
parent
cbe9de99c5
commit
28d8e248c3
@ -2789,6 +2789,11 @@ our $vmstatus_return_properties = {
|
|||||||
optional => 1,
|
optional => 1,
|
||||||
default => 0,
|
default => 0,
|
||||||
},
|
},
|
||||||
|
serial => {
|
||||||
|
description => "Guest has serial device configured.",
|
||||||
|
type => 'boolean',
|
||||||
|
optional => 1,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
my $last_proc_pid_stat;
|
my $last_proc_pid_stat;
|
||||||
|
Loading…
Reference in New Issue
Block a user