mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-11-04 04:13:26 +00:00
...into: * PVE::QemuServer::Helpers::min_version: check a major.minor version string with a given major/minor version (this is equivalent to calling the old qemu_machine_feature_enabled with only $kvmver) * PVE::QemuServer::Machine::extract_version: get major.minor version string from arbitrary machine type (e.g. pc-q35-4.0, ...) * PVE::QemuServer::Machine::machine_version: helper to call extract_version automatically before min_version Includes a cfg2cmd test case with pinned machine version. Signed-off-by: Stefan Reiter <s.reiter@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
|---|---|---|
| .. | ||
| API2 | ||
| CLI | ||
| QemuServer | ||
| VZDump | ||
| Makefile | ||
| QemuConfig.pm | ||
| QemuMigrate.pm | ||
| QemuServer.pm | ||
| QMPClient.pm | ||