From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhHMP-0002QE-1E for qemu-devel@nongnu.org; Thu, 14 Jul 2011 04:33:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhHMM-0000ao-Ov for qemu-devel@nongnu.org; Thu, 14 Jul 2011 04:33:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhHMM-0000ai-Ef for qemu-devel@nongnu.org; Thu, 14 Jul 2011 04:33:26 -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 p6E8XPpi020330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 14 Jul 2011 04:33:25 -0400 Message-ID: <4E1EA9D3.2030202@redhat.com> Date: Thu, 14 Jul 2011 10:33:23 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1310568597-24181-1-git-send-email-alevy@redhat.com> <1310568597-24181-4-git-send-email-alevy@redhat.com> In-Reply-To: <1310568597-24181-4-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Alon Levy Cc: yhalperi@redhat.com, qemu-devel@nongnu.org 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? cheers, Gerd