mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 12:35:09 +00:00
add new guest-agent commands
between qemu 2.9 and 2.11 there were added some new commands, the guest agent inside the vm has to support these Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
e6bd703b4e
commit
5667cc55fe
@ -61,6 +61,19 @@ my $guest_agent_commands = {
|
||||
'shutdown' => {
|
||||
method => 'POST',
|
||||
},
|
||||
# added since qemu 2.9
|
||||
'get-host-name' => {
|
||||
method => 'GET',
|
||||
},
|
||||
'get-osinfo' => {
|
||||
method => 'GET',
|
||||
},
|
||||
'get-users' => {
|
||||
method => 'GET',
|
||||
},
|
||||
'get-timezone' => {
|
||||
method => 'GET',
|
||||
},
|
||||
};
|
||||
|
||||
__PACKAGE__->register_method({
|
||||
|
Loading…
Reference in New Issue
Block a user