From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbrbQ-0000dg-I4 for qemu-devel@nongnu.org; Wed, 29 Jun 2011 06:02:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbrbO-0003OS-Qp for qemu-devel@nongnu.org; Wed, 29 Jun 2011 06:02:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbrbO-0003OM-7O for qemu-devel@nongnu.org; Wed, 29 Jun 2011 06:02:34 -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 p5TA2XJx016507 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 29 Jun 2011 06:02:33 -0400 Message-ID: <4E0AF836.3030507@redhat.com> Date: Wed, 29 Jun 2011 12:02:30 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1308920577-31569-1-git-send-email-alevy@redhat.com> <1308920577-31569-5-git-send-email-alevy@redhat.com> <4E0AEEBD.9000002@redhat.com> <20110629093122.GP30873@bow.redhat.com> In-Reply-To: <20110629093122.GP30873@bow.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] qxl: allow QXL_IO_LOG also in vga List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, yhalperi@redhat.com Hi, > Yeah, my bad. I did something wierd, and missed this. I'll send a v3. Do you have other comments? I stopped looking after figuring stuff doesn't apply to master. > Unrelated, but have you looked at the async patches that I sent, and yonit's comments? > - (me) catch EINTR and EAGAIN in async thread read > - (yonit) reset surfaces count and surfaces when doing destroy_all http://cgit.freedesktop.org/spice/qemu/log/?h=bz700134 is what I currently have. Some of your patches are in there already. cheers, Gerd