From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXCzt-00028B-KE for qemu-devel@nongnu.org; Thu, 16 Jun 2011 09:52:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXCzr-00024k-Tw for qemu-devel@nongnu.org; Thu, 16 Jun 2011 09:52:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXCzr-00024b-FS for qemu-devel@nongnu.org; Thu, 16 Jun 2011 09:52:35 -0400 Date: Thu, 16 Jun 2011 17:52:00 +0200 From: Alon Levy Message-ID: <20110616155200.GX19708@bow.redhat.com> References: <1308163478-21136-1-git-send-email-alevy@redhat.com> <4DFA067C.1000305@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DFA067C.1000305@redhat.com> Subject: Re: [Qemu-devel] [RFC] qxl: set mm_time in vga update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: spice-devel@lists.freedesktop.org, qemu-devel@nongnu.org On Thu, Jun 16, 2011 at 03:34:52PM +0200, Gerd Hoffmann wrote: > On 06/15/11 20:44, Alon Levy wrote: > >This fixes a problem where on windows 7 startup phase, before the qxl driver > >is loaded, the drawables are sufficiently large and video like to trigger a > >stream, but the lack of a filled mm time field triggers a warning in spice-gtk. > > Looks good to me. Why this is tagged RFC? I wasn't sure if the right thing is to set the mm_time or just not warn if it is missing. This can be committed as is if you think it's good. > > cheers, > Gerd >