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

From: Yan Li
Date: Wed Sep 24 2008 - 10:23:40 EST


On Wed, Sep 24, 2008 at 05:10:24PM +0300, Cristi Magherusan wrote:
> On Wed, 2008-09-24 at 20:22 +0800, Yan Li wrote:
> > Detects whether we are running as a VMware guest or not. Detection is
> > based upon DMI vendor string.
> >
> > It provides a function:
> > int is_vmware_guest(void)
> > that can be used easily to detect if we are running as a VMware guest
> > or not.
>
> We can also use this feature to force the HZ value to 100 or 250 at most
> when running in a virtual environment, since VirtualBox had some issues
> with this by taking a lot of CPU time when the HZ was set to 1000.

That's good. But this function is used for detecting VMware guest
only. Do you think VMware also suffers from this problem?

--
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/