]> git.proxmox.com Git - qemu-server.git/history - PVE/API2/Qemu.pm
create_disks: fix uninitialized warning
[qemu-server.git] / PVE / API2 / Qemu.pm
2020-06-02 Fabian Grünbichlercreate_disks: fix uninitialized warning
2020-05-06 Stefan Reiterapi: check Sys.Audit permissions when setting a custom...
2020-05-05 Fabian Grünbichlerclone: use new config_lock_shared
2020-05-04 Fabian EbnerRevert "resize_vm: request new size from storage after...
2020-05-04 Fabian Grünbichlerapi/destroy: repeat early checks after lock
2020-04-27 Fabian Grünbichlerapi/resume: make nocheck root-only
2020-04-08 Fabian EbnerAllow specifying targetstorage for offline migration
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-07 Stefan ReiterInclude "-cpu" parameter with live-migration
2020-04-07 Thomas Lamprechtfollowup: s/targetstorage map/storage map/ for paramete...
2020-04-07 Thomas Lamprechtfollowup: refactor loop to use perls values
2020-04-07 Fabian Grünbichlermigrate: check storage permissions and content type
2020-04-02 Fabian Grünbichlermigrate: allow arbitrary source->target storage maps
2020-04-02 Fabian Grünbichlerrestore: parse volid with $noerr
2020-04-01 Fabian Grünbichlervm_start: condense signature
2020-03-30 Dominik Csapakfix efidisks on storages with minimum sizes bigger...
2020-03-27 Fabian Grünbichlermigrate: fix replication false-positives
2020-03-18 Fabian Grünbichlerdrive_mirror: rename variables and values
2020-03-18 Mira Limbeckparse nbd_protocol_version if available
2020-03-18 Mira Limbeckadd qemu_drive_mirror_monitor completion modes
2020-03-12 Thomas Lamprechtfix #2580: api/delete: drop VM from HA resources if...
2020-03-11 Dietmar Maurerimplement restore from proxmox backup storage
2020-03-07 Fabian EbnerCreate Drive.pm and move drive-related code there
2020-02-07 Fabian Ebnerresize_vm: request new size from storage after resizing
2020-02-05 Fabian EbnerFix description for vm_config and change description...
2020-02-05 Fabian Grünbichlerfixup: re-add target check
2020-02-05 Oguz Bektasfix #2578: check if $target is provided in clone
2020-01-31 Dominik Csapakallow reading snapshot config for VM.Audit
2020-01-15 Thomas Lamprechtqm start: document timeout default
2020-01-15 Tim Marxadd timeout parameter to vm_start api endpoint
2020-01-15 Thomas Lamprechtapi: vm clone: unlink zombie target config at end of...
2020-01-15 Thomas Lamprechtapi: vm clone: remove cloned FW conf in error cleanup...
2020-01-15 Thomas Lamprechtapi/qemu: remove some empty newlines and code cleanup
2020-01-14 Oguz Bektasvmconfig_apply_pending: add error handling
2019-12-16 Thomas Lamprechtapi/restore: do not trigger autostart task from locked...
2019-12-13 Thomas Lamprechtgrammar fix: s/does not exists/does not exist/g
2019-12-11 Dominik Csapakmove vmstate check to check_vm_modify_config_perm
2019-12-11 Dominik Csapaksuspend to disk: check more permissions
2019-12-10 Stefan Reiterfix wrong punctuation in error msg
2019-12-09 Stefan Reiterremove $vmid param from print_drive
2019-11-30 Thomas Lamprechtapi: allow to clear vmstate actively
2019-11-30 Dominik Csapakimplement removal of vmstate via api
2019-11-25 Thomas Lamprechtapi: use get_vm_arch instead of depreacted basic_machin...
2019-11-25 Fabian Grünbichlerapi: catch 'pending' as snapshot name early
2019-11-25 Thomas Lamprechtvm start use new pve-qemu-machine standard option
2019-11-21 Mira Limbeckfix #2473: use of unitialized value
2019-11-20 Dominik Csapakadd 'tags' option
2019-11-20 Stefan Reiterrefactor: create QemuServer::Monitor for high-level...
2019-11-19 Thomas Lamprechtclone: pre-create cloud-init disk for destination
2019-11-18 Aaron Lautererapi/migration: fix autocomplete for targetstorage
2019-11-18 Fabian Grünbichleruse PVE::RRD for RRD data
2019-11-18 Fabian Grünbichleruse PVE::SSHInfo
2019-11-18 Fabian Grünbichleruse PVE::DataCenterConfig
2019-11-14 Fabian EbnerUse crm-command stop to allow shutdown with timeout...
2019-11-08 Thomas Lamprechtapi/create: remove some empty lines and sort
2019-11-08 Thomas Lamprechtdestroy_vm: allow to pass new config and lock instead
2019-11-08 Fabian Grünbichlermove 'use UUID' statement to correct file
2019-10-23 Dominik Csapakfix reverting for non-existing configs
2019-10-18 Mira Limbeckfix #2344: ignore cloudinit in replication check
2019-10-18 Christian Ebnerfix #1291: add option purge for vm_destroy api call
2019-10-18 Thomas Lamprechtfixup: renamed conf_table_with_pending to config_with_p...
2019-10-18 Oguz Bektasapi: use guesthelper method for vm_pending path
2019-10-18 Oguz Bektasuse new config helpers from guest-common for pending...
2019-10-18 Oguz Bektasapi: use shared methods in config GET
2019-10-18 Thomas Lamprechtfollowup: use new base config provided destroy_config...
2019-10-17 Dominic JägerFix #2412: Missing VMs in pools
2019-09-26 Mira Limbeckfix #2217: don't copy cloudinit disk on clone
2019-09-23 Thomas Lamprechtfollowup: reorder error so that $volid is last (potenti...
2019-09-23 Tim Marxadd check to resize disk if current size could not...
2019-09-23 Thomas Lamprechtfollowup: add newline in warn to avoid extra perl-inter...
2019-09-23 Fabian EbnerImprove handling and description of migrate with -...
2019-09-23 Thomas Lamprechtapi: config deletion: avoid regex on undefined values
2019-09-23 Dominik Csapakapi: deletion: check also pending values for serial/usb
2019-09-11 Dominik Csapakapi: add reboot api call
2019-09-10 Dominik Csapakapi: add missing index child links
2019-09-04 Christian EbnerNewline cleanup
2019-08-20 Dominik Csapakfix remote viewer live migration
2019-07-18 Aaron LautererAdd audio device to HW permissions
2019-06-28 Thomas Lamprechtcheck_local_storage_availability: only count each unava...
2019-06-28 Tim Marxmigrate: handle storage not selected manually in storag...
2019-06-15 Tim Marxadd migration precondition api endpoint
2019-06-06 Mira Limbeckadd new API for dumping cloudinit config
2019-06-06 Thomas Lamprechtapi/qemu: start: add helper for root-only param extraction
2019-06-06 Thomas Lamprechtapi/qemu: extra line cleanup
2019-05-27 Tim Marxwhitespace cleanup
2019-05-16 Mira Limbeckintroduce one global CLOUDINIT_DISK_SIZE constant
2019-04-24 Christian Ebnerfix: #1075: Restore VM template to VM and try to conver...
2019-04-24 Thomas Lamprechtcreate ci disk: long line cleanup
2019-04-24 Thomas Lamprechtfollowup: keep raw as default for non-path based stores
2019-04-16 Wolfgang Linkfix #1829: Cloudinit ignore format parameter
2019-04-12 Thomas Lamprechtfollowup: expand check_vm_modify_config_perm comment
2019-04-12 Dominik Csapakallow non root users to add spice usb port
2019-04-12 Dominik Csapakmove check for serialX: socket
2019-04-11 Dominik Csapakfix #1811: allow non root user to edit serialX: socket...
2019-04-05 Thomas Lamprechtcode cleanup
2019-04-05 Alwin Antreichfix creating clone if target storage is same as source...
2019-04-02 Thomas Lamprechtfollowup: reword bwlimit default wording
2019-04-02 Stoiko Ivanovbwlimit: add parameter to API2 calls
2019-03-30 Dominik Csapakchange task name for suspend with and without disk
next