From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 24 15:12:14 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 892E316A4CE for ; Tue, 24 Feb 2004 15:12:14 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1533343D2F for ; Tue, 24 Feb 2004 15:12:14 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 65729 invoked from network); 24 Feb 2004 23:12:12 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 24 Feb 2004 23:12:12 -0000 X-pair-Authenticated: 209.68.2.70 Date: Tue, 24 Feb 2004 17:12:11 -0600 (CST) From: Mike Silbersack To: Marco Trentini In-Reply-To: <20040223202136.GH657@einstein.lab> Message-ID: <20040224170758.N772@odysseus.silby.com> References: <20040217023115.W17031@odysseus.silby.com> <20040223202136.GH657@einstein.lab> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: emulation@freebsd.org Subject: Re: Another updated RTC driver for vmware users to try X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 23:12:14 -0000 On Mon, 23 Feb 2004, Marco Trentini wrote: > Great work! Thanks, I have gone ahead and committed this edition of the driver to the ports tree. > What value should have the kernel HZ option? > About 1000? Is 1300 proper? Good question, I'm not exactly sure. Higher should be better, but as far as I can tell, the rtc driver is really not the limiting factor in VMWare performance anymore. So, I think 1000 HZ should be sufficient for normal operation. The major exception to this would be in situations where the virtual machine uses a large hz setting that approaches your system's hz setting. I may take that hz warning out in the next version, I'm still thinking about it. Mike "Silby" Silbersack