From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSSZz-000358-Jx for qemu-devel@nongnu.org; Mon, 11 Aug 2008 04:16:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSSZw-00031x-O7 for qemu-devel@nongnu.org; Mon, 11 Aug 2008 04:16:39 -0400 Received: from [199.232.76.173] (port=37745 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSSZw-00031V-IO for qemu-devel@nongnu.org; Mon, 11 Aug 2008 04:16:36 -0400 Received: from mx1.redhat.com ([66.187.233.31]:45886) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSSZw-0001Lu-HI for qemu-devel@nongnu.org; Mon, 11 Aug 2008 04:16:36 -0400 Message-ID: <489FF55B.8020609@redhat.com> Date: Mon, 11 Aug 2008 10:16:27 +0200 From: Gerd Hoffmann 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> In-Reply-To: <20080807163441.GQ6604@implementation.uk.xensource.com> Content-Type: text/plain; charset=ISO-8859-1 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: Samuel Thibault , Gerd Hoffmann , Markus Armbruster , Anthony Liguori , qemu-devel@nongnu.org, xen-devel@lists.xensource.com, Ian Jackson 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 ... cheers, Gerd