From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWQt1-0007Vg-Td for qemu-devel@nongnu.org; Mon, 21 May 2012 07:34:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWQt0-00011y-Af for qemu-devel@nongnu.org; Mon, 21 May 2012 07:34:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWQt0-00011d-2w for qemu-devel@nongnu.org; Mon, 21 May 2012 07:34:50 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4LBYlFq021659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 21 May 2012 07:34:47 -0400 Date: Mon, 21 May 2012 14:33:36 +0300 From: Alon Levy Message-ID: <20120521113336.GE5846@garlic> References: <1337591088-18667-1-git-send-email-alevy@redhat.com> <4FBA0703.8040904@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FBA0703.8040904@redhat.com> Subject: Re: [Qemu-devel] [RFC 1/2] hw/qxl: ignore guest from guestbug until reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Mon, May 21, 2012 at 11:12:35AM +0200, Gerd Hoffmann wrote: > On 05/21/12 11:04, Alon Levy wrote: > > reset only by a guest QXL_IO_RESET > > Looks sensible. I guess you want clear guest_bug in the "guest touched > vga registers" code path too. good point, will fix for v2. > > cheers, > Gerd > >