[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090205190250.GE20470@elte.hu>
Date: Thu, 5 Feb 2009 20:02:50 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Glauber Costa <glommer@...hat.com>
Cc: kvm@...r.kernel.org, linux-kernel@...r.kernel.org, avi@...hat.com,
akataria@...are.com, Glauber Costa <gcosta@...hat.com>
Subject: Re: [PATCH 1/2] show hypervisor information on cpuinfo
* Glauber Costa <glommer@...hat.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists