Re: [PATCH 1/2] show hypervisor information on cpuinfo

From: Ingo Molnar
Date: Thu Feb 05 2009 - 14:03:13 EST



* Glauber Costa <glommer@xxxxxxxxxx> wrote:

> +char * __cpuinit hypervisor_str(struct cpuinfo_x86 *c)
> +{
> + if (c->x86_hyper_vendor == X86_HYPER_VENDOR_VMWARE)
> + return "VMWare";
> + else
> + return "none";
> +}

i'd suggest these variants instead:

virtualization: native kernel
virtualization: KVM guest
virtualization: VMWare guest
virtualization: Linux guest

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/