From: Prarit Bhargava Date: Fri, 6 Jul 2012 17:47:39 +0000 (-0400) Subject: KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform check X-Git-Tag: v3.6-rc1~124^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc73373b33f5f965f2f82bfbc40ef8e6072e986d;p=pandora-kernel.git KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform check While debugging I noticed that unlike all the other hypervisor code in the kernel, kvm does not have an entry for x86_hyper which is used in detect_hypervisor_platform() which results in a nice printk in the syslog. This is only really a stub function but it does make kvm more consistent with the other hypervisors. Signed-off-by: Prarit Bhargava Cc: Avi Kivity Cc: Gleb Natapov Cc: Alex Williamson Cc: Konrad Rzeszutek Wilk Cc: Marcelo Tostatti Cc: kvm@vger.kernel.org Signed-off-by: Avi Kivity --- Reading git-diff-tree failed