From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgtbl-0004Jm-V9 for qemu-devel@nongnu.org; Wed, 13 Jul 2011 03:11:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qgtbg-0004Lj-3K for qemu-devel@nongnu.org; Wed, 13 Jul 2011 03:11:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgtbf-0004Lc-Ic for qemu-devel@nongnu.org; Wed, 13 Jul 2011 03:11:39 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6D7BcvA029759 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Jul 2011 03:11:38 -0400 Message-ID: <4E1D4527.9090703@redhat.com> Date: Wed, 13 Jul 2011 09:11:35 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1310478932-25370-1-git-send-email-alevy@redhat.com> In-Reply-To: <1310478932-25370-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv3] async + suspend reworked List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org On 07/12/11 15:55, Alon Levy wrote: > v2->v3: > builds correctly with older and newer spice, and runs with older and newer qxl driver. > fixed update_area_async to not use QXLRect on stack > qxl-render updated to work with update_area_async correctly > reverted change to update_area api - update_area still returns dirty > rects array Please run scripts/checkpatch.pl on the patches (and fix the style stuff), it has a bunch of complains ... cheers, Gerd