]> git.proxmox.com Git - qemu-server.git/history - PVE/QemuServer/Drive.pm
fix #3075: add TPM v1.2 and v2.0 support via swtpm
[qemu-server.git] / PVE / QemuServer / Drive.pm
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