Re: [systemd-devel] [PATCH 2/2] detect-virt: dmi: look for KVM

2015-11-03 Thread Wei Huang
On 11/03/2015 03:19 PM, Andrew Jones wrote: > Some guests (ARM, AArch64, x86-RHEL) have 'KVM' in the product name. See bab27ea2 of qemu tree... > Look for that first in order to more precisely report "kvm" when > detecting a QEMU/KVM guest. Without this patch we report "qemu", > even if KVM acc

Re: [systemd-devel] [PATCH 2/2] detect-virt: dmi: look for KVM

2015-11-03 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git _

[systemd-devel] [PATCH 2/2] detect-virt: dmi: look for KVM

2015-11-03 Thread Andrew Jones
Some guests (ARM, AArch64, x86-RHEL) have 'KVM' in the product name. Look for that first in order to more precisely report "kvm" when detecting a QEMU/KVM guest. Without this patch we report "qemu", even if KVM acceleration is in use on ARM/AArch64 guests. --- src/basic/virt.c | 2 ++ 1 file chang