]> git.proxmox.com Git - qemu-server.git/history - PVE/API2/Qemu/Agent.pm
schema: fix description of migrate_downtime parameter
[qemu-server.git] / PVE / API2 / Qemu / Agent.pm
2023-06-07 Dominik Csapakapi: switch agent api call to 'array' type
2022-12-20 Fiona Ebnertree-wide: switch to official spelling of QEMU in descr...
2022-02-10 Thomas Lamprechtapi: qga file-write: drop the check for base64
2022-02-10 Thomas Lamprechtapi: qga file-write: code/style cleanups/refactoring
2022-02-10 Dominik Csapakfix #3683: agent file-write: enable user to encode...
2022-02-09 Thomas Lamprechtagent: code style fix
2020-10-16 Thomas Lamprechttree wide cleanup of s/return undef/return/
2020-03-06 Thomas LamprechtQGA exec: note limits explicit in CLI and API
2020-03-03 Stefan Reiterfix #2612: allow input-data in guest exec and make...
2019-11-20 Stefan Reiterrefactor: create QemuServer::Monitor for high-level...
2019-11-11 Dominik Csapakfix #2457: ga: set-user-password: increase maxLength...
2018-07-30 Thomas Lamprechtagent: import used check_agent_error method
2018-07-30 Thomas Lamprechtapi/agent: do not dereference params hash before passin...
2018-07-30 Dominik Csapakadd missing import of 'agent_cmd'
2018-07-11 Dominik Csapakimplement file-write via guest-agent in the api
2018-07-11 Dominik Csapakimplement file-read api call via guest-agent
2018-07-11 Dominik Csapakimplement agent exec api call
2018-07-11 Dominik Csapakimplement set-user-password guest agent api call
2018-07-11 Dominik Csapakadd Agent helper package
2018-05-30 Thomas Lamprechtadd nowarn to qga_check_running
2018-05-30 Alexandre Derumierqm agent : check if qga service is running
2018-02-20 Dominik Csapakadd new guest-agent commands
2018-02-20 Dominik Csapakchange some guest agent commands to GET api calls
2018-02-20 Dominik Csapakadd an guest agent index call
2018-02-20 Dominik Csapakmake an api call for each guest agent command
2018-02-20 Dominik Csapakmove guest agent api call to its own file