Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966183AbXBPIFn (ORCPT ); Fri, 16 Feb 2007 03:05:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S966184AbXBPIFn (ORCPT ); Fri, 16 Feb 2007 03:05:43 -0500 Received: from gw.goop.org ([64.81.55.164]:32884 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966183AbXBPIFm (ORCPT ); Fri, 16 Feb 2007 03:05:42 -0500 Message-ID: <45D565D7.5070303@goop.org> Date: Fri, 16 Feb 2007 00:05:43 -0800 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.9 (X11/20070212) MIME-Version: 1.0 To: Dan Hecht CC: Andi Kleen , Chris Wright , virtualization@lists.osdl.org, xen-devel@lists.xensource.com, Ian Pratt , Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options. References: <20070216022449.739760547@goop.org> <20070216022531.570154735@goop.org> <45D54BD5.8010707@vmware.com> <45D55784.1020000@goop.org> <45D562CC.8000405@vmware.com> In-Reply-To: <45D562CC.8000405@vmware.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 813 Lines: 19 Dan Hecht wrote: > On 02/15/2007 11:04 PM, Jeremy Fitzhardinge wrote: >> HZ - I'm assuming dynticks will appear in the short term, and this will >> become moot > > Doesn't Xen send any non-blocked domain a 100hz alarm implicitly, > without anyway for the guest to disable it? I guess you'll have to > break kernel/hypervisor compatibility if you want dynticks? The timer VIRQ will generate events at a fixed 100Hz (which can be masked, like any other event), but you can also ask for a timer event at a particular time. We do this already for tickless idle. J - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/