From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfqeM-0000uo-MV for qemu-devel@nongnu.org; Mon, 11 Nov 2013 07:31:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfqeG-0001vC-Fl for qemu-devel@nongnu.org; Mon, 11 Nov 2013 07:31:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfqeG-0001v6-8n for qemu-devel@nongnu.org; Mon, 11 Nov 2013 07:31:20 -0500 Date: Mon, 11 Nov 2013 13:31:02 +0100 From: Kevin Wolf Message-ID: <20131111123102.GC3046@dhcp-200-207.str.redhat.com> References: <1383560924-15788-1-git-send-email-matthias.bgg@gmail.com> <1383560924-15788-4-git-send-email-matthias.bgg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383560924-15788-4-git-send-email-matthias.bgg@gmail.com> Subject: Re: [Qemu-devel] [PATCH v2 3/3] Add workerthreads configuration option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Matthias Brugger Cc: Liu Ping Fan , Stefan Hajnoczi , Stefan Weil , Jeff Cody , Michael Tokarev , qemu-devel@nongnu.org, Markus Armbruster , malc , Alex Bligh , Anthony Liguori , Paolo Bonzini , Asias He , Luiz Capitulino , Andreas =?iso-8859-1?Q?F=E4rber?= , Eduardo Habkost Am 04.11.2013 um 11:28 hat Matthias Brugger geschrieben: > This patch allows to choose at the command line level which thread pool > implementation will be used by every block device. > > Signed-off-by: Matthias Brugger This would require a change to blockdev-add in qapi-schema.json in order to make the option available using QMP. Kevin