From 5f1c788ca963dbacbf09b165acd7b8563ddd34d9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 14 Feb 2017 14:51:12 +0100 Subject: virt: detect qemu/kvm as 'kvm' In commit 050e65a we swapped order of detect_vm_{cpuid,dmi}(). That fixed Virtualbox but broke qemu with kvm, which is expected to return 'kvm'. So check for qemu/kvm first, then DMI, CPUID last. This fixes #5318. Signed-off-by: Christian Hesse --- man/systemd-detect-virt.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/systemd-detect-virt.xml b/man/systemd-detect-virt.xml index 996c2fa256..dc10b4dd43 100644 --- a/man/systemd-detect-virt.xml +++ b/man/systemd-detect-virt.xml @@ -91,12 +91,12 @@ VM qemu - QEMU software virtualization + QEMU software virtualization, without KVM kvm - Linux KVM kernel virtual machine + Linux KVM kernel virtual machine, from within QEMU -- cgit v1.2.3-54-g00ecf