From owner-freebsd-emulation Fri Jul 13 21:33:58 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id C5A4537B401 for ; Fri, 13 Jul 2001 21:33:55 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from icarus.kfu.com ([3ffe:1200:301b:1:a00:20ff:fede:adbf]) by quack.kfu.com (8.11.3/8.11.3) with ESMTP id f6E4Xma88615 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK); Fri, 13 Jul 2001 21:33:55 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from quack.kfu.com (localhost [127.0.0.1]) by icarus.kfu.com (8.11.3/8.11.3) with ESMTP id f6E4XmP06837; Fri, 13 Jul 2001 21:33:48 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3B4FCBAB.8030607@quack.kfu.com> Date: Fri, 13 Jul 2001 21:33:47 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.2) Gecko/20010701 X-Accept-Language: en-us MIME-Version: 1.0 To: Greg Troxel Cc: freebsd-emulation Subject: Re: FreeBSD VMware guest never idles References: <200103091510.f29FADi30516@morpheus.kfu.com> <20010309155114.C63383@midgard.dhs.org> <3AA950D2.5060108@quack.kfu.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greg Troxel wrote: > > Can anyone explain the consequences of disconnecting RTC? Is having > this 'connected' what makes the "hardware clock" in the VM synced to > the host os operating system time? Should I just run NTP on the guest > instead? > > Greg Troxel > It depends on the guest OS. FreeBSD uses the 'rtc' as the source for the profile timer, but if you're not profiling stuff, it shouldn't matter. Windows tends to use the RTC as a means of synchronizing multimedia stuff. Without it, the media player, shockwave/flash and other stuff like that... sucks more... sort of. So far as I know, Linux doesn't use it at all, except to provide for a /dev/rtc, which we just emulate with our emulating driver. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message