From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWD69-0004UE-Tm for qemu-devel@nongnu.org; Thu, 21 Aug 2008 12:33:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWD68-0004TD-9l for qemu-devel@nongnu.org; Thu, 21 Aug 2008 12:33:21 -0400 Received: from [199.232.76.173] (port=44860 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWD67-0004T7-RG for qemu-devel@nongnu.org; Thu, 21 Aug 2008 12:33:19 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:33247) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWD67-0007UW-KM for qemu-devel@nongnu.org; Thu, 21 Aug 2008 12:33:19 -0400 Date: Thu, 21 Aug 2008 17:33:21 +0100 From: Samuel Thibault Message-ID: <20080821163321.GF5001@implementation.uk.xensource.com> References: <1219336054-15919-1-git-send-email-kraxel@redhat.com> <1219336054-15919-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: <1219336054-15919-3-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] Re: [PATCH 02/13] 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 Thu 21 Aug 2008 18:27:23 +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: Samuel Thibault From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH 02/13] add DisplayState->idle Date: Thu, 21 Aug 2008 17:33:21 +0100 Message-ID: <20080821163321.GF5001@implementation.uk.xensource.com> References: <1219336054-15919-1-git-send-email-kraxel@redhat.com> <1219336054-15919-3-git-send-email-kraxel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <1219336054-15919-3-git-send-email-kraxel@redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Gerd Hoffmann Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org List-Id: xen-devel@lists.xenproject.org Gerd Hoffmann, le Thu 21 Aug 2008 18:27:23 +0200, a =E9crit : > From: Samuel Thibault >=20 > From: Samuel Thibault >=20 > Add idle field to DisplayState struct, so drivers can figure > the display is idle and take advantage of that. >=20 > 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: Samuel Thibault