From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56570 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmmMl-0008A4-LQ for qemu-devel@nongnu.org; Tue, 08 Feb 2011 07:08:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmmMk-00088j-CM for qemu-devel@nongnu.org; Tue, 08 Feb 2011 07:08:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmmMk-00088W-4O for qemu-devel@nongnu.org; Tue, 08 Feb 2011 07:08:18 -0500 Message-ID: <4D5131FC.1080203@redhat.com> Date: Tue, 08 Feb 2011 13:07:24 +0100 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 2/7] Enable I/O thread and VNC threads by default References: <20110208072657.GD16429@hall.aurel32.net> <4D50FA14.5010100@redhat.com> <4D5103E8.6050808@siemens.com> <4D510771.3040309@aurel32.net> <4D511221.9030505@siemens.com> <4D5113D3.9090802@aurel32.net> <4D511500.1040303@siemens.com> <4D5115C2.6060008@aurel32.net> <4D51842C.8000209@codemonkey.ws> <20110208114618.GF16429@hall.aurel32.net> In-Reply-To: <20110208114618.GF16429@hall.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Tristan Gingold , Stefan Hajnoczi , Jan Kiszka , Marcelo Tosatti , "qemu-devel@nongnu.org" , Anthony Liguori , Paul Brook , Arun Bharadwaj , "Edgar E. Iglesias" On 02/08/2011 12:46 PM, Aurelien Jarno wrote: > Given the I/O thread is disabled by default, my guess is that nobody > really see an interest in looking at that. I had started looking at it in my free time. I stopped because the thread pool series were continuously changing the QemuThread APIs. I can resume looking at it. Paolo