From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: Stolen and degraded time and schedulers Date: Fri, 16 Mar 2007 09:38:28 +0100 Message-ID: <20070316083828.GA22168@elte.hu> References: <1173816769.22180.14.camel@localhost> <45F70A71.9090205@goop.org> <1173821224.1416.24.camel@dwalker1> <45F71EA5.2090203@goop.org> <45F74515.7010808@vmware.com> <45F77C27.8090604@goop.org> <45F846AB.6060200@vmware.com> <45F84E39.7030507@goop.org> <20070314203826.GA15394@elte.hu> <45F86247.40109@goop.org> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <45F86247.40109@goop.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.osdl.org Errors-To: virtualization-bounces@lists.osdl.org Content-Type: text/plain; charset="us-ascii" To: Jeremy Fitzhardinge Cc: dwalker@mvista.com, john stultz , paulus@au.ibm.com, Linux Kernel Mailing List , Con Kolivas , Chris Wright , Virtualization Mailing List , cpufreq@lists.linux.org.uk, schwidefsky@de.ibm.com, Thomas Gleixner * Jeremy Fitzhardinge wrote: > Ingo Molnar wrote: > > touching the 'timer tick' is the wrong approach. 'stolen time' only = > > matters to the /scheduler tick/. So extend the hypervisor interface to = > > allow the injection of 'virtual' scheduler tick events: via the use of = a = > > special clockevents device - do not change clockevents itself. > = > I didn't. I was using sloppy terminology: I hang the stolen time = > accounting off the Xen timer interrupt routine, just so that it gets = > run every now and again. i dont understand: how are you separating 'stolen time' drifts from = events generated for absolute timeouts? > I suppose I could explicitly hook stolen time accounting into the = > scheduler, but its not obvious to me that it's necessary. right now i dont see any clean way to solve this problem without having = two clockevents drivers: one for the scheduler, one for timer events. Ingo