From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0ZFF-0007sc-DY for qemu-devel@nongnu.org; Mon, 05 Sep 2011 09:29:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0ZFB-0004B5-9v for qemu-devel@nongnu.org; Mon, 05 Sep 2011 09:29:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0ZFB-0004Az-1T for qemu-devel@nongnu.org; Mon, 05 Sep 2011 09:29:45 -0400 Message-ID: <4E64CEC3.3030108@redhat.com> Date: Mon, 05 Sep 2011 15:29:39 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1314976794-31931-1-git-send-email-kraxel@redhat.com> <4E633A37.40208@redhat.com> <4E649033.2040105@redhat.com> <20110905104700.GN27006@bow> In-Reply-To: <20110905104700.GN27006@bow> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Spice-devel] [PATCH] server: don't call reds_stream_free from worker thread context List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yonit Halperin , qemu-devel@nongnu.org, spice-devel@freedesktop.org Hi, > I verified it still calls reds_stream_free from the worker thread, only > now the call itself is done in red_channel.c (via red_channel_disconnect > or something like that), which is called from red_worker.c Where the code in red_channel.c is now shared for all channel types? Hmm. That makes it a bit harder to change the workflow I guess ... cheers, Gerd