From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [RFC] PVFB: Add refresh period to XenStore parameters? Date: Mon, 5 May 2008 11:21:07 +0100 Message-ID: <20080505102107.GB4889@implementation.uk.xensource.com> References: <20080303191804.GA11699@implementation.uk.xensource.com> <873ar68spy.fsf@pike.pond.sub.org> <20080304144952.GA9230@implementation.uk.xensource.com> <873ar67anv.fsf@pike.pond.sub.org> <20080304161220.GA9852@implementation.uk.xensource.com> <20080501175536.GV4797@implementation.uk.xensource.com> <20080502160638.GG4819@implementation.uk.xensource.com> <877ie917ix.fsf@pike.pond.sub.org> <20080505091808.GC4497@implementation.uk.xensource.com> <87ej8hysv6.fsf@pike.pond.sub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <87ej8hysv6.fsf@pike.pond.sub.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Markus Armbruster Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Markus Armbruster, le Mon 05 May 2008 11:58:53 +0200, a écrit : > >> Other than that, the change seems to affect only Mini-OS and > >> CONFIG_STUBDOM, which are both outside the area of my expertise (and > >> frankly, interest). > > > > Well, that could be used in the linux frontend to disable the timer too. > > That may interest e.g. laptop users. > > The frontend should not send any events unless something's drawing on > the display. Agreed. > And when something's drawing on the display, the guest, > and therefore the laptop, is already burning processor cycles, Agreed. > and whether disabling sending updates saves any battery power is not > obvious. Disabling _sending_ updates does not, yes. > Of course, if you can demonstrate it does... Disabling _having to care_ whether some updates should be sent _do_ save battery. Now, contrary to what I thought, it happens that linux' xenfb is not using a periodic timer but a triggered timer, so it does not in that case indeed. Samuel