]> git.proxmox.com Git - qemu-server.git/history - PVE/QemuServer/Drive.pm
bump version to 8.2.1
[qemu-server.git] / PVE / QemuServer / Drive.pm
2024-04-10 Hannes Duerrdrive: style fix the name of the get_scsi_device_type...
2024-04-10 Hannes Duerrfix #5363: cloudinit: make creation of scsi cloudinit...
2024-01-26 Fiona Ebnerdrive: product/vendor: add comment with rationale for...
2024-01-26 Hannes Duerrfix #4957: add vendor and product information passthrou...
2024-01-05 Hannes Duerrdrive: Create get_scsi_devicetype
2024-01-05 Hannes DuerrMove NEW_DISK_RE to QemuServer/Drive.pm
2024-01-05 Hannes DuerrMove path_is_scsi to QemuServer/Drive.pm
2023-09-06 Filip Schauerdrive: Fix typo in description of efitype
2023-02-23 Matthias Heisererovmf efi disk: ignore `efitype` parameter for ARM VMs
2022-11-17 Leo Nunnerfix #4321: properly check cloud-init drive permissions
2022-04-04 Dominic Jägerapi: support VM disk import
2022-04-04 Fabian Ebnerschema: drive: use separate schema when disk allocation...
2021-11-15 Dominik Csapakexclude efidisk and tpmstate for boot disk selection
2021-11-09 Aaron LautererDrive: add valid_drive_names_with_unused
2021-10-27 Dominik Csapakdrives: expose 'readonly' flag of qemu for scsi/virtio
2021-10-05 Thomas Lamprechtefi: use vendor-agonstic "pre-enrolled-keys" + descript...
2021-10-05 Stefan Reiterovmf: support secure boot with 4m and 4m-ms efidisk...
2021-10-05 Thomas Lamprechttrivial: indentation/formatting fixup
2021-10-05 Stefan Reiterfix #3075: add TPM v1.2 and v2.0 support via swtpm
2021-06-23 Fabian Grünbichlerdrive: factor out read-only helper
2021-06-23 Stefan Reiterenable io-uring support
2021-04-29 Dominik Csapakfix bootdisk_size for new bootorder config scheme
2021-04-19 Fabian Ebnerdrive: volume in-use check: remove unused closure parameter
2021-04-18 Fabian Ebnerdrive: volume in-use check: fix fallback path comparison
2021-03-30 Fabian Ebnerschema: mention special syntax for allocating a new...
2020-10-16 Thomas Lamprechttree wide cleanups
2020-10-16 Thomas Lamprechttree wide cleanup of s/return undef/return/
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-07-01 Fabian Ebnerupdate_disksize: make interface leaner
2020-04-08 Fabian EbnerSwitch to using foreach_volume instead of foreach_drive
2020-03-23 Fabian EbnerAdd unused description to drivedesc_hash
2020-03-16 Fabian EbnerChange format for unused drives
2020-03-07 Thomas Lamprechtupdate_disksize: small code cleanup
2020-03-07 Fabian EbnerAlso update disk size if there was no old size
2020-03-07 Fabian EbnerRename disksize to bootdisk_size and print_drive_full...
2020-03-07 Fabian EbnerCreate Drive.pm and move drive-related code there