]> git.proxmox.com Git - qemu-server.git/history - PVE/QemuConfig.pm
bump version to 8.2.1
[qemu-server.git] / PVE / QemuConfig.pm
2024-04-11 Markus Frankconfig: define machine schema as property-string
2024-01-09 Fabian Grünbichlerqemu_volume_snapshot_delete: drop (now) unused parameter
2023-09-18 Alexandre Derumieradd memory parser
2023-06-21 Aaron Lautererqemuserver: foreach_volid: always include pending disks
2023-06-21 Aaron Lautererqemuserver: foreach_volid: include pending volumes
2023-06-08 Fiona Ebnerconfig: implement method to calculate derived propertie...
2022-11-11 Mira Limbeckfix #4201: delete cloud-init disk on rollback
2022-11-08 Alexandre Derumierqemuconfig: load_current_config : delete cloudinit...
2022-09-12 Fabian Ebnerapi: create disks: avoid adding secondary cloud-init...
2022-08-30 Fiona Ebnersnapshot: save VM state: propagate error from QEMU
2022-02-08 Fabian Ebnersnapshot: implement __snapshot_activate_storages
2021-11-08 Fabian Ebnerconfig: rollback is possible: add blockers parameter
2021-03-16 Stefan Reitersnapshot: set migration caps before savevm-start
2021-02-11 Thomas Lamprechtsnapshot: clear up log messages
2021-02-11 Thomas Lamprechtsnapshot: reduce logging rate after one minute
2021-02-11 Thomas Lamprechtsnapshot: log storage where VM state is saved too
2021-02-08 Stefan Reitersavevm: show information about drives during snapshot
2021-02-08 Stefan Reitersavevm: periodically print progress
2020-10-16 Thomas Lamprechttree wide cleanup of s/return undef/return/
2020-06-24 Aaron Lauterervzdump: move include logic for volumes to method
2020-04-29 Fabian EbnerInclude vmstate and unused volumes in foreach_volid
2020-04-08 Fabian EbnerAllow parsing vmstate entries
2020-04-08 Fabian EbnerSwitch to using foreach_volume instead of foreach_drive
2020-04-07 Stefan ReiterInclude "-cpu" parameter with snapshots/suspend
2020-04-01 Fabian Grünbichlervm_start: condense signature
2020-03-30 Fabian EbnerImplement volume-related helpers and use new foreach_volume
2020-03-07 Fabian EbnerUse MAX_UNUSED_DISKS from Drive.pm to avoid duplication
2019-12-11 Dominik Csapakrefactor finding of vmstate storage
2019-11-20 Stefan Reiterrefactor: extract QEMU machine related helpers to package
2019-11-20 Stefan Reiterrefactor: create QemuServer::Monitor for high-level...
2019-11-20 Stefan Reiterrefactor: split check_running into _exists_ and _running_
2019-11-20 Stefan Reiterrefactor: create QemuServer::Helpers and move file...
2019-10-17 Thomas LamprechtFix #2171: vm_start: volid based statefiles were not...
2019-09-25 Aaron Lauterertree-wide trailing whitespace cleanup
2019-07-24 Alwin Antreichfix: qemu: uninitialized value in multiplication
2019-03-19 Dominik Csapakadd correct comment about savevm-start
2019-03-19 Dominik Csapakadd statestorage parameter to suspend API
2019-03-19 Dominik Csapakimplement suspend to disk for running vms
2019-03-19 Dominik Csapakcorrect comment about size
2018-11-09 David Limbeckfix #1969: increase max unused disks
2018-09-19 Thomas Lamprechtrollback: vmgenid: comment why we regenerate vmgenid
2018-09-19 Dominik Csapakfix #1908: add vmgenid config/device
2018-09-17 Thomas Lamprechtfixup comment formatting
2018-09-17 Dominik Csapakensure correct machine type gets saved on snapshot
2018-09-17 Dominik Csapakuse new snapshot rollback hook to handle machine type
2018-08-02 Stoiko IvanovMake agent a property string, add fstrim_cloned_disks
2017-09-22 Fabian Grünbichlerrename foreach_writable_storage to foreach_storage_used...
2017-09-22 Fabian Grünbichlersnapshot: use explicitly configured vmstate storage
2017-07-31 Wolfgang LinkFix freeze_needed
2017-06-27 Wolfgang Bumillerconfig: has_feature() take default for backup into...
2017-06-14 Dietmar Maurerget_replicatable_volumes: move checks to top
2017-06-14 Dietmar Maurerget_replicatable_volumes: fix CDROM and local file...
2017-06-13 Dominik Csapakuse the full package to call storage_config
2017-06-13 Dietmar Maurerget_replicatable_volumes: add unused volumes
2017-06-13 Dietmar Maurerget_replicatable_volumes: skip volumes if we do not...
2017-06-13 Dietmar Maurerget_replicatable_volumes: use PVE::QemuServer::foreach_...
2017-06-13 Dietmar Maurerget_replicatable_volumes: skip volumes on shared storage
2017-06-13 Dietmar Maurerget_replicatable_volumes: add $vmid parameter
2017-06-12 Dietmar MaurerPVE::QemuConfig - implement $cleanup flag for get_repli...
2017-05-06 Dietmar Maurermove get_replicatable_volumes from QemuServer.pm to...
2016-11-17 Alexandre Derumiervmstate snapshot : activate|deactivate volume
2016-07-05 Fabian Grünbichlerfix 1046: add non-snapshotted disks as unused
2016-03-08 Fabian GrünbichlerRework snapshot code, has_feature
2016-03-08 Fabian GrünbichlerRefactor basic config-related methods