]> git.proxmox.com Git - qemu-server.git/history - PVE/QemuServer/CPUConfig.pm
fix #1905: Allow moving unused disks
[qemu-server.git] / PVE / QemuServer / CPUConfig.pm
2024-03-14 Filip Schauercpu config: die on hotplug of non x86_64 CPUs
2024-03-08 Thomas Lamprechtcpu config: implement is_native_arch locally for now
2024-03-08 Filip Schauercpu config: Unify the default value for 'kvm'
2024-03-08 Filip Schauerprevent starting a 32-bit VM using a 64-bit OVMF BIOS
2024-03-08 Filip Schauercpu config: add helper to get the default CPU type
2023-12-12 Alexandre Derumiercpu config: add QEMU 8.1 cpu models
2023-06-19 Alexandre Derumiercpuconfig: add missing qemu 8.0 cpu models
2023-06-12 Alexandre Derumiercpuconfig: add new x86-64-vX models
2022-11-17 Thomas Lamprechtcpu config: indentation fixup
2022-11-15 Thomas Lamprechtcleanup validate_cpu_conf
2022-08-30 Thomas Lamprechtcpu config: fix depreacation mapping on CPU hotplug...
2022-08-30 Thomas Lamprechtcpu config: map depreacated IceLake-Client CPU type...
2022-08-30 Thomas Lamprechtcpu config: minor code style nits/comment
2022-05-20 Alexandre Derumiercpuconfig: add amd epyc milan model
2022-03-16 Thomas Lamprechtcpu config: code format/whitespace fixes
2021-01-26 Stefan Reiteranchor CPU flag regex to avoid arbitrary flag suffixes
2020-10-16 Thomas Lamprechttree wide cleanups
2020-10-16 Thomas Lamprechttree wide cleanup of s/return undef/return/
2020-08-12 Fabian Ebnervalidate_cpu_conf: return config
2020-08-11 Fabian EbnerAdd dot character to CPU commandline regular expression
2020-07-08 Stefan Reiterfix #2671: include CPU format in man page again
2020-06-18 Stefan ReiterCPUConfig: add add_cpu_json_properties()
2020-05-06 Stefan Reiterapi: allow listing custom and default CPU models
2020-04-08 Thomas Lamprechtcpu config: add upcoming EPYC-Rome CPU type
2020-04-07 Stefan Reiterfix #2318: allow phys-bits CPU setting
2020-04-07 Stefan ReiterRework get_cpu_options and allow custom CPU models
2020-04-07 Stefan ReiterAdd helpers to better structure CPU option handling
2020-04-07 Stefan ReiterInclude "-cpu" parameter with live-migration
2020-03-26 Fabian GrünbichlerCPUConfig: fix module load when pmxcfs is unavailable
2020-03-25 Stefan ReiterVerify VM-specific CPU configs seperately
2020-03-25 Stefan ReiterAdapt CPUConfig to handle custom models
2020-03-06 Thomas Lamprechtcpu models: add missing comma
2020-03-06 Alexandre Derumiercpu models: qemu 4.2 : add skylake, icelake, cascadelak...
2020-03-06 Alexandre Derumiercpu models : add icelake-{server|client}
2020-01-22 Stefan ReiterAdd CPUConfig file and migrate some helpers