From owner-freebsd-current@FreeBSD.ORG Sat Dec 29 21:41:06 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7520116A417 for ; Sat, 29 Dec 2007 21:41:06 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4B07013C43E for ; Sat, 29 Dec 2007 21:41:06 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so6817624waf.3 for ; Sat, 29 Dec 2007 13:41:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=UvwaMzDw+kNhtcjM5Gdu0nV5MSD/7Xcu6hJtzRuDHQc=; b=HB9M7RC17s80hmVhb9AcRLDWiBBJaBb5jEa7buFTHbZJd3HdRAAjDS/PxJhChEP1USscFOJKZWDaQmYnUiHiU+86C1Oqt4KDA2teukpT4Ggfr3onANBfmALGbXXrU0wr1w1jc4krpoRJPvxXgQEkHx7EkxFcC1qYHrKlRwie0do= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D3avWWdWppnuiZa9skyw/fke3pJMirEVoHZmRqWABGWnAH9f4LQjUzoPAJDmH5mmGJM4ONHc7dhND+GFjD6g/ow55HUChHxwi3T7iSvKH5LD0RjnWAzhKjIxI6JY1ca8UfjbzhhlcnAVifzD/e783LJnGDtqZDJFknj24IFz6HE= Received: by 10.114.120.1 with SMTP id s1mr10742091wac.125.1198962720381; Sat, 29 Dec 2007 13:12:00 -0800 (PST) Received: by 10.114.15.3 with HTTP; Sat, 29 Dec 2007 13:12:00 -0800 (PST) Message-ID: Date: Sat, 29 Dec 2007 16:12:00 -0500 From: "Scott Ullrich" To: "James Butler" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: silby@silby.com, current@freebsd.org Subject: Re: [patch] Auto-setting hz to 100 inside QEMU/VMWare X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 21:41:06 -0000 On 12/29/07, James Butler wrote: > > On innotek VirtualBox: hint.acpi.0.oem="VBOX " On VMWare server running under linux (with a FreeBSD 7 guest VM): $ kenv | grep ware smbios.system.maker="VMware, Inc." smbios.system.product="VMware Virtual Platform" Scott