From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhICe-0006sT-2D for qemu-devel@nongnu.org; Thu, 14 Jul 2011 05:27:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhICc-0000fk-7a for qemu-devel@nongnu.org; Thu, 14 Jul 2011 05:27:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhICb-0000fB-Qt for qemu-devel@nongnu.org; Thu, 14 Jul 2011 05:27:26 -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 p6E9ROBY026836 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 14 Jul 2011 05:27:24 -0400 Date: Thu, 14 Jul 2011 12:27:02 +0300 From: Alon Levy Message-ID: <20110714092702.GG23682@bow.tlv.redhat.com> References: <1310568597-24181-1-git-send-email-alevy@redhat.com> <1310568597-24181-4-git-send-email-alevy@redhat.com> <4E1EA9D3.2030202@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E1EA9D3.2030202@redhat.com> Subject: Re: [Qemu-devel] [PATCHv4 03/11] qxl: remove qxl_destroy_primary() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: yhalperi@redhat.com, qemu-devel@nongnu.org On Thu, Jul 14, 2011 at 10:33:23AM +0200, Gerd Hoffmann wrote: > On 07/13/11 16:49, Alon Levy wrote: > >From: Gerd Hoffmann > > > >We'll have to move qemu_spice_destroy_primary_surface() out of > >qxl_destroy_primary(). > > Is that still true with the new async libspice api? > Right - dropping it. Also seems I merged the qemu_->qxl_ move patch in this, I'll fix that as well. > cheers, > Gerd >