From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWGWg-0002vN-7m for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:12:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWGWe-0002sL-EU for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:12:57 -0400 Received: from [199.232.76.173] (port=34391 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWGWe-0002s0-5r for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:12:56 -0400 Received: from wr-out-0506.google.com ([64.233.184.235]:26542) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWGWd-0006Up-Sd for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:12:56 -0400 Received: by wr-out-0506.google.com with SMTP id c46so161672wra.18 for ; Thu, 21 Aug 2008 13:12:55 -0700 (PDT) Message-ID: <48ADCC1A.8090004@codemonkey.ws> Date: Thu, 21 Aug 2008 15:12:10 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 02/13] add DisplayState->idle References: <1219336054-15919-1-git-send-email-kraxel@redhat.com> <1219336054-15919-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1219336054-15919-3-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: qemu-devel@nongnu.org Cc: xen-devel@lists.xensource.com, Gerd Hoffmann , Samuel Thibault Gerd Hoffmann wrote: > From: Samuel Thibault > > From: Samuel Thibault > > Add idle field to DisplayState struct, so drivers can figure > the display is idle and take advantage of that. > > The xen framebuffer driver will use this to communicate the > idle state to the guest, so it knows it can stop doing updates > to a virtual display which is invisible anyway. > > Signed-off-by: Gerd Hoffmann > > Applied. Thanks. Regards, Anthony Liguori