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

From: David Sanders
Date: Thu Sep 25 2008 - 05:57:11 EST


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"),
},
},
--
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/