Re: [PATCH 1/2] VMware guest detection for x86 and x86-64

From: Yan Li
Date: Thu Sep 25 2008 - 06:23:23 EST


On Thu, Sep 25, 2008 at 05:56:48AM -0400, David Sanders wrote:
> On Wednesday 24 September 2008 20:32, Yan Li wrote:
> > If you can tell me what manufacture vendor string is in Virtual PC I
> > can make another similar patch using dmi_name_in_vendors().
> From: i8042-x86ia64io.h
>
> {
> .ident = "Microsoft Virtual Machine",
> .matches = {
> DMI_MATCH(DMI_SYS_VENDOR, "Microsoft Corporation"),
> DMI_MATCH(DMI_PRODUCT_NAME, "Virtual Machine"),
> DMI_MATCH(DMI_PRODUCT_VERSION, "VS2005R2"),
> },
> },

Oh, cool, thanks!

--
Li, Yan
--
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/