]> git.proxmox.com Git - qemu-server.git/history - PVE/QMPClient.pm
bump version to 8.2.1
[qemu-server.git] / PVE / QMPClient.pm
2024-03-08 Fiona EbnerQMP client: sort commands with 10 minutes timeout alpha...
2024-03-08 Fiona EbnerQMP client: add missing use statement for UNIX Sockets...
2024-03-08 Fiona EbnerQMP client: remove unnecessary question mark from comment
2024-03-08 Fiona EbnerQMP client: increase default timeout for drive-mirror...
2023-06-07 Fiona Ebnerremove left-over mentions of to-be-dropped, outdated...
2022-12-20 Fiona Ebnertree-wide: switch to official spelling of QEMU in descr...
2022-09-16 Thomas Lamprechtqmp client: increase default fallback timeout to 5s
2022-08-19 Fiona Ebnerqmp client: increase guest fstrim timeout to 10 minutes
2022-05-14 Thomas Lamprechtqmp client: fix indendation of timeout checks
2022-03-03 Fabian Ebnerqmp client: increase timeout for thaw
2020-10-16 Thomas Lamprechttree wide cleanups
2020-10-16 Thomas Lamprechttree wide cleanup of s/return undef/return/
2020-03-11 Kamil TrzcinskiAppend newline to all QGA commands
2019-11-20 Stefan Reiterrefactor: create QemuServer::Helpers and move file...
2019-10-30 Wolfgang BumillerQMPClient: add destructor
2019-10-29 Thomas Lamprecht[no-change] sort and group module use
2019-10-23 Thomas LamprechtQMPClient is no executable
2019-09-25 Aaron Lauterertree-wide trailing whitespace cleanup
2018-09-24 Wolfgang Bumilleruse qemu's blockdev-snapshot functions
2018-02-20 Dominik Csapakreturn error from guest-agent
2017-01-05 Alexandre Derumierqmpclient : block-job-(complete|cancel) : set timeout...
2016-11-30 Thomas Lamprechtincrease timeout from guest-fsfreeze-freeze
2014-12-02 Dietmar Maurerqmpclient: use guest-sync-delimited
2014-12-01 Dietmar Maurerqmpclient: fix mux_input regex
2014-12-01 Dietmar Maurerqmpclient: improve error handling
2014-12-01 Dietmar Maurerqmpclient: code cleanup, execute qga and qmp in parallel
2014-12-01 Wolfgang Linkshutdown by Qemu Guest Agent if the agent flag in the...
2014-12-01 Wolfgang Linkqmpclient: now if the QMP command starts with guest...
2014-12-01 Alexandre Derumierqmpclient-qga : mux_input : parse qga result
2014-12-01 Alexandre Derumierqmpclient-qga : build qga command
2014-12-01 Alexandre Derumierqmpclient-qga : do not sent qmp_capabilities for qga
2014-12-01 Alexandre Derumierqmpclient-qga : cmdid : use integer instead string
2014-12-01 Alexandre Derumierqmpclient-qga : add qga param to qmp_socket
2014-12-01 Alexandre Derumierqmpclient-qga : add qga option at object creation
2013-10-01 Dietmar Maureruse warnings instead of global -w flag
2013-05-06 Dietmar Maurerset long timeout for query-block-jobs
2013-04-18 Dietmar Maureravoid endless loop in QMPClient
2013-04-18 Dietmar Maurerdo not delete unmatched content from $$input
2013-03-01 Dietmar Maurerfix backup-cancel timeout
2012-12-06 Dietmar Maureralso support getfd
2012-12-06 Dietmar Maureradd support for add-fd command
2012-10-29 Dietmar Maurerfix memory leak in QMP Client (many thanks to Stefan!)
2012-09-25 Dietmar Maurerpass timeout to qmp open_connection
2012-09-24 Dietmar Maurerupdates for async shapshot patch
2012-09-12 Dietmar Maureruse long timeouts for snapshot monitor command
2012-08-27 Dietmar Maurerfix bug 247: retry qmp open
2012-08-27 Dietmar Maurerset default qmp timout to 3 seconds
2012-07-13 Dietmar Maurerfix command timeout
2012-07-13 Dietmar Maureruse new QMPClient code
2012-07-12 Dietmar Maureradd PVE::QMPClient.pm