[pve-devel] [PATCH qemu] fix /usr/bin/kvm symlink to point to host architecture
Fabian Grünbichler
f.gruenbichler at proxmox.com
Mon Jan 26 15:03:46 CET 2026
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
debian/pve-qemu-kvm.links | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/pve-qemu-kvm.links b/debian/pve-qemu-kvm.links
index 7314aa4..6af0111 100644
--- a/debian/pve-qemu-kvm.links
+++ b/debian/pve-qemu-kvm.links
@@ -1,6 +1,6 @@
# also use aarch64 for 32 bit arm
usr/bin/qemu-system-aarch64 usr/bin/qemu-system-arm
-usr/bin/qemu-system-x86_64 usr/bin/kvm
+usr/bin/qemu-system-${DEB_HOST_GNU_CPU} usr/bin/kvm
# qemu-system-i386 and qemu-system-x86_64 provides the same hardware emulation
usr/bin/qemu-system-x86_64 usr/bin/qemu-system-i386
# upstream provides a qemu man page,
--
2.47.3
More information about the pve-devel
mailing list