From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QejOX-0005hO-MM for qemu-devel@nongnu.org; Thu, 07 Jul 2011 03:53:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QejOV-0002IF-UX for qemu-devel@nongnu.org; Thu, 07 Jul 2011 03:53:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QejOV-0002IB-E1 for qemu-devel@nongnu.org; Thu, 07 Jul 2011 03:53:07 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p677r6xo026859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 7 Jul 2011 03:53:06 -0400 Date: Thu, 7 Jul 2011 09:52:59 +0200 From: Alon Levy Message-ID: <20110707075259.GQ20603@bow.redhat.com> References: <1309954766-9728-1-git-send-email-alevy@redhat.com> <1309954766-9728-5-git-send-email-alevy@redhat.com> <4E1562DF.9010204@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E1562DF.9010204@redhat.com> Subject: Re: [Qemu-devel] [PATCH] spice: lock spice worker calls 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 07, 2011 at 09:40:15AM +0200, Gerd Hoffmann wrote: > On 07/06/11 14:19, Alon Levy wrote: > >From: Gerd Hoffmann > > > >... so we can call them from a thread. > > Still needed? I don't think so. > Will drop (I wasn't sure we won't want this at a distant future, so I kept it). > cheers, > Gerd >