From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSTb8-0007TP-QQ for qemu-devel@nongnu.org; Mon, 11 Aug 2008 05:21:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSTb5-0007SG-3h for qemu-devel@nongnu.org; Mon, 11 Aug 2008 05:21:53 -0400 Received: from [199.232.76.173] (port=48605 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSTb4-0007Re-Ja for qemu-devel@nongnu.org; Mon, 11 Aug 2008 05:21:50 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:38754) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSTb3-0001z3-Ux for qemu-devel@nongnu.org; Mon, 11 Aug 2008 05:21:50 -0400 Message-ID: <48A00506.9080702@eu.citrix.com> Date: Mon, 11 Aug 2008 10:23:18 +0100 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Xen-devel] Re: [Qemu-devel] [PATCH 0/7] merge some xen bits into qemu References: <20080806125055.GG4448@implementation.uk.xensource.com> <4899AD19.8060606@redhat.com> <20080806140132.GL4448@implementation.uk.xensource.com> <4899B06F.2090101@redhat.com> <20080806142526.GN4448@implementation.uk.xensource.com> <20080806221047.GE4486@implementation> <489AA532.7040006@redhat.com> <20080807105352.GC6604@implementation.uk.xensource.com> <489AE6E2.2040500@redhat.com> <20080807163441.GQ6604@implementation.uk.xensource.com> <489FF55B.8020609@redhat.com> In-Reply-To: <489FF55B.8020609@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: xen-devel@lists.xensource.com, Ian Jackson , qemu-devel@nongnu.org, Markus Armbruster , Samuel Thibault Gerd Hoffmann wrote: > Hi, > >> Mmm, looking at that again, most of my idleness patch is actually >> already upstream. What wasn't pushed is what is specific to xenfb: >> transmitting the idleness to the backend. For this xenfb needs to get >> idleness information. Below is the patch that does that, you can just >> fold it in your qemu-upstream/0008-xen-add-framebuffer-backend-driver.patch >> About GUI_REFRESH_INTERVAL, you can just move it to a header. > > Thanks, I'll stick it into my patch queue. > > That leaves the DisplayState->shared_buf bits which should be upstreamed > too ... > It is the next item on my TODO :)