From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWOfW-0002Os-Fx for qemu-devel@nongnu.org; Mon, 21 May 2012 05:12:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWOfQ-0000AG-Es for qemu-devel@nongnu.org; Mon, 21 May 2012 05:12:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWOfQ-0000A2-6c for qemu-devel@nongnu.org; Mon, 21 May 2012 05:12:40 -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 q4L9CcXL019441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 21 May 2012 05:12:38 -0400 Message-ID: <4FBA0703.8040904@redhat.com> Date: Mon, 21 May 2012 11:12:35 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1337591088-18667-1-git-send-email-alevy@redhat.com> In-Reply-To: <1337591088-18667-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Alon Levy Cc: qemu-devel@nongnu.org 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. cheers, Gerd