From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcVSl-0003rs-Dp for qemu-devel@nongnu.org; Sat, 02 Nov 2013 03:17:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VcVSf-0003Kl-SW for qemu-devel@nongnu.org; Sat, 02 Nov 2013 03:17:39 -0400 Received: from [2a03:4000:1::4e2f:c7ac:d] (port=60614 helo=v220110690675601.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcVSf-0003Kf-ME for qemu-devel@nongnu.org; Sat, 02 Nov 2013 03:17:33 -0400 Message-ID: <5274A6FE.1020007@weilnetz.de> Date: Sat, 02 Nov 2013 08:17:18 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1383348847-14153-1-git-send-email-matthias.bgg@gmail.com> In-Reply-To: <1383348847-14153-1-git-send-email-matthias.bgg@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Make thread pool implementation modular List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Matthias Brugger , qemu-devel@nongnu.org, Paolo Bonzini , Stefan Hajnoczi , Kevin Wolf , Alex Bligh , malc , Liu Ping Fan , =?ISO-8859-15?Q?Andreas_F=E4rber?= , Anthony Liguori , Eduardo Habkost , Markus Armbruster , Michael Tokarev , Luiz Capitulino Am 02.11.2013 00:34, schrieb Matthias Brugger: > This patch series makes the thread pool implementation modular. > This allows each drive to use a special implementation. > The patch series prepares qemu to be able to include thread pools different > the one actually implemented. It will allow to implement approaches like > paravirtualized block requests [1]. > Please use scripts/checkpatch.pl to check any patch before sending it to the list. There are currently errors and warnings for patch 1 and patch 3 which should be fixed. In patch 3 you can also fix "defintion" in the patch description. Regards, Stefan