]> git.proxmox.com Git - qemu-server.git/history - PVE/QemuServer.pm
improve windows VM version pinning on VM creation
[qemu-server.git] / PVE / QemuServer.pm
2021-03-12 Thomas Lamprechtimprove windows VM version pinning on VM creation
2021-03-08 Fabian Ebnerrestore: write new config to variable first
2021-03-05 Thomas Lamprechtalways pin windows VMs to a machine version by default
2021-03-05 Thomas Lamprechtostype schema: win10 is valid for win 2019 server too
2021-03-04 Fabian Ebnerfix #3301: status: add currently running machine and...
2021-03-03 Fabian Ebnerconfig: parse: also warn about invalid lines
2021-03-01 Fabian Ebnerfix #3324: clone disk: use larger blocksize for EFI...
2021-02-06 Alexandre Derumiercloudinit: remove pending delete on online regenerate...
2021-02-06 Alexandre Derumiercloudinit: add opennebula config format
2021-01-26 Dominik Csapakfix #2788: do not resume vms after backup if they were...
2021-01-25 Thomas Lamprechtvm destroy: destroy also unusedX config entries
2021-01-25 Thomas Lamprechtvm destroy: allow opt-out of purging unreferenced disks
2021-01-25 Mira Limbeckfix drive-mirror completion with cloudinit
2021-01-12 Gilles Pietriaudio: add the none audio backend
2020-12-18 Aaron Lautererimprove description of fstrim_cloned_disks
2020-12-15 Mira Limbeckfix cloning/restoring of cloudinit disks in raw format
2020-12-15 Fabian Ebnerclone_disk: fix offline clone of efidisk
2020-12-03 Dominik Csapakuse get_repository from PVE::PBSClient
2020-11-25 Thomas Lamprechtclone disk: avoid errors after disk was moved by QEMU
2020-11-25 Thomas Lamprechtadd and use get_qga_key
2020-11-25 Fabian Grünbichlerstatus: skip query-proxmox-support if VM is offline
2020-11-24 Stefan Reiterprint query-proxmox-support result in 'full' status
2020-11-24 Alexandre Derumiersystemd scope: add CPUWeight for cgroupv2
2020-11-24 Alexandre Derumierreplace cgroups_write by cgroup change_cpu_shares ...
2020-11-05 Stefan Reiterfix vm_resume and allow vm_start with QMP status 'shutdown'
2020-11-05 Stefan Reiterconfig_to_command: use -no-shutdown option
2020-11-05 Fabian Grünbichlerfix #3113: unbreak drive hotplug
2020-10-29 Stefan Reitermigrate: enable dirty-bitmap migration
2020-10-22 Stefan Reiterbootorder: don't print empty 'order=' property
2020-10-19 Thomas Lamprechtcomment out USB hotplug code
2020-10-19 Thomas Lamprechtfix some FH close
2020-10-16 Thomas LamprechtPCI: use warnings/strict and fix setting $vga from...
2020-10-16 Thomas Lamprechttree wide cleanups
2020-10-16 Thomas Lamprechtdrop legacy __read_avail code
2020-10-16 Thomas Lamprechtfix various conditionally declared vars
2020-10-16 Thomas Lamprechttree wide cleanup of s/return undef/return/
2020-10-16 Mira Limbeckfix clone_disk failing for nonexistent cloudinit disk
2020-10-16 Fabian Ebnerfix typos
2020-10-14 Stefan Reiterfix #3010: add 'bootorder' parameter for better control...
2020-10-14 Stefan Reiteradd new 'boot' property format and introduce legacy...
2020-10-14 Stefan Reiterfix indentation
2020-09-02 Thomas Lamprechtline length and formatting fixes
2020-09-02 Stefan Reiterfix #2570: add 'keephugepages' config
2020-08-21 Fabian Grünbichlerfix #2862: properly backup (all) VM templates
2020-08-21 Stoiko Ivanovprint_vga_device: check if bios is defined
2020-08-19 Aaron Lauterercfg2cmd: vga: fix #2749: disable edid for Win+BIOS...
2020-08-11 Fabian EbnerAdd missing die statements
2020-07-20 Fabian Grünbichlerfix #2857: restore: pass keyfile to pbs-restore
2020-07-13 Fabian Ebnerset resume parameter for vm_start_nolock if there is...
2020-07-13 Dominik Csapakfix mdev cmdline generation
2020-07-10 Wolfgang BumillerAdd comment about pbs env vars
2020-07-01 Fabian Ebnerupdate_disksize: make interface leaner
2020-06-25 Stefan Reiterfix #2794: allow legacy IGD passthrough
2020-06-25 Stefan Reitercfg2cmd: hostpci: move code to PCI.pm
2020-06-04 Thomas Lamprechtnetdev MTU: stricter checks and warn if not possible...
2020-06-04 Alexandre Derumieradd virtio host_mtu feature.
2020-06-04 Dominik Csapakfix pbs-restore call for non raw images
2020-05-08 Dominik Csapakfix #2697: map netdev_add options to correct json types
2020-05-07 Fabian Grünbichlerqmrestore: fix restore from STDIN
2020-05-06 Aaron Lauterercfg2cmd: set audiodev parameter only on qemu >= 4.2
2020-05-06 Stefan Reiterrng: die when trying to pass through disconnected hwrng
2020-05-06 Stefan Reitercfg2cmd: fix uninitialized value warning on OVMF w...
2020-05-04 Fabian GrünbichlerQemuServer: drop unused imported locking functions
2020-05-04 Alwin AntreichFix #2124: Add support for zstd
2020-05-04 Alwin Antreichrestore: replace archive format/compression
2020-05-03 Thomas Lamprecht_do_vm_stop: only warn if QMP command failed but VM...
2020-04-29 Fabian Ebnercleanup: get rid of unnecessary closures
2020-04-29 Fabian EbnerInclude vmstate and unused volumes in foreach_volid
2020-04-29 Fabian EbnerFix test_volid call for vmstate and fix check for snaps...
2020-04-29 Thomas Lamprechtrestore: small code cleanup for parse_backup_hints
2020-04-29 Dominik Csapakrestore: use correct storage for format check for cloud...
2020-04-17 Thomas Lamprechtcfg2cmd: factor out audio device generation
2020-04-17 Aaron Lauterercfg2cmd: Add the audiodev property to audio devs
2020-04-15 Thomas Lamprechtcfg2cmd: ovmf: code cleanup
2020-04-08 Fabian Ebnersync_disks: use allow_rename to avoid collisions on...
2020-04-08 Fabian EbnerSwitch to using foreach_volume instead of foreach_drive
2020-04-08 Thomas Lamprechtconfig_to_command: indentation, whitspace and newline...
2020-04-08 Stefan ReiterIgnore version checks when using QEMU -rc releases
2020-04-08 Fabian Grünbichlerconfig: harmonize bridge pattern
2020-04-07 Stefan ReiterInclude "-cpu" parameter with snapshots/suspend
2020-04-07 Stefan ReiterInclude "-cpu" parameter with live-migration
2020-04-07 Thomas Lamprechtmap_storage: check for definedness not perl-truthiness
2020-04-07 Fabian Grünbichlervm_start: collect and return migration info
2020-04-07 Fabian Grünbichlervm_start: split NBD disk allocation further
2020-04-02 Fabian Grünbichlermigrate: allow arbitrary source->target storage maps
2020-04-01 Fabian Grünbichlervm_start: split out NBD disk allocation
2020-04-01 Fabian Grünbichlervm_start: split out lock + initial checks
2020-04-01 Fabian Grünbichlervm_start: condense signature
2020-04-01 Fabian Grünbichlerrescan: fix call to foreach_volume
2020-03-30 Fabian Ebnerupdate_disk_config: use config volume iterators instead...
2020-03-30 Dominik Csapakfix efidisks on storages with minimum sizes bigger...
2020-03-27 Fabian Grünbichlermigrate: fix replication false-positives
2020-03-25 Stefan ReiterVerify VM-specific CPU configs seperately
2020-03-25 Fabian EbnerFix calls to get_replicateable_volumes
2020-03-24 Fabian Grünbichlermigrate: add live-migration of replicated disks
2020-03-24 Fabian Grünbichlerdrive-mirror: add support for incremental sync
2020-03-23 Fabian EbnerAdd unused description to drivedesc_hash
2020-03-23 Stefan Reiterversion_guard: early out when major/minor version is...
2020-03-18 Fabian Grünbichlervm_start: drop redundant if
2020-03-18 Fabian Grünbichlerdrive_mirror: rename variables and values
next