From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSWe6-0000uK-FC for qemu-devel@nongnu.org; Mon, 11 Aug 2008 08:37:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSWe3-0000t5-Sv for qemu-devel@nongnu.org; Mon, 11 Aug 2008 08:37:09 -0400 Received: from [199.232.76.173] (port=56646 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSWe3-0000t0-Ne for qemu-devel@nongnu.org; Mon, 11 Aug 2008 08:37:07 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:47784) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSWe3-00015l-FD for qemu-devel@nongnu.org; Mon, 11 Aug 2008 08:37:07 -0400 Date: Mon, 11 Aug 2008 13:36:56 +0100 From: Samuel Thibault Message-ID: <20080811123656.GL4499@implementation.uk.xensource.com> References: <1218457970-11707-1-git-send-email-kraxel@redhat.com> <1218457970-11707-3-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1218457970-11707-3-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] Re: [PATCH 02/11] add DisplayState->idle 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, qemu-devel@nongnu.org Gerd Hoffmann, le Mon 11 Aug 2008 14:32:41 +0200, a écrit : > 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 Signed-off-by: Samuel Thibault