[pve-devel] [PATCH-SERIES qemu-server 0/3] fix #7014: fix regression starting aarch64 VMs with machine type >= 10.1
Fiona Ebner
f.ebner at proxmox.com
Wed Nov 12 12:29:37 CET 2025
The 'virt' machine type used for 'aarch64' does not support the 'hpet'
machine flag. Add the flag only if supported by the current machine
type.
qemu-server:
Fiona Ebner (3):
machine: add machine_base_type() helper
machine: add machine_supports_flag() helper
fix #7014: fix regression starting aarch64 VMs with machine type >=
10.1
src/PVE/QemuServer.pm | 3 +-
src/PVE/QemuServer/Cfg2Cmd.pm | 26 +++++++++++--
src/PVE/QemuServer/Cfg2Cmd/Timer.pm | 4 +-
src/PVE/QemuServer/Machine.pm | 57 ++++++++++++++++++++++++++++-
4 files changed, 82 insertions(+), 8 deletions(-)
Summary over all repositories:
4 files changed, 82 insertions(+), 8 deletions(-)
--
Generated by git-murpp 0.5.0
More information about the pve-devel
mailing list