From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgvlj-0002ea-Da for qemu-devel@nongnu.org; Wed, 13 Jul 2011 05:30:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qgvlf-0003v0-P6 for qemu-devel@nongnu.org; Wed, 13 Jul 2011 05:30:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgvlf-0003uF-3M for qemu-devel@nongnu.org; Wed, 13 Jul 2011 05:30:07 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6D9U5mx004432 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Jul 2011 05:30:06 -0400 Date: Wed, 13 Jul 2011 12:29:43 +0300 From: Alon Levy Message-ID: <20110713092943.GG28430@bow.tlv.redhat.com> References: <1310478932-25370-1-git-send-email-alevy@redhat.com> <1310478932-25370-12-git-send-email-alevy@redhat.com> <4E1D419B.5060501@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E1D419B.5060501@redhat.com> Subject: Re: [Qemu-devel] [PATCHv3] qxl: QXL_IO_UPDATE_AREA: pass ram->update_area directly to update_area List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Wed, Jul 13, 2011 at 08:56:27AM +0200, Gerd Hoffmann wrote: > Hi, > > >- QXLRect update = d->ram->update_area; > > qxl_spice_update_area(d, d->ram->update_surface, > >-&update, NULL, 0, 0); > >+&d->ram->update_area, NULL, 0, 1); > > No, -ESECURITY. > > With this in place the guest can change the update rect while > spice-server is working with it. > ok, will drop. > cheers, > Gerd >