From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyTz2-0008Fr-4R for qemu-devel@nongnu.org; Tue, 30 Aug 2011 15:28:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QyTz0-0008WQ-PH for qemu-devel@nongnu.org; Tue, 30 Aug 2011 15:28:28 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:41396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyTz0-0008W4-LD for qemu-devel@nongnu.org; Tue, 30 Aug 2011 15:28:26 -0400 Received: by gxk26 with SMTP id 26so6712402gxk.4 for ; Tue, 30 Aug 2011 12:28:25 -0700 (PDT) Message-ID: <4E5D39D5.3000507@codemonkey.ws> Date: Tue, 30 Aug 2011 14:28:21 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1314019498-8550-1-git-send-email-aliguori@us.ibm.com> <4E525B32.2010602@siemens.com> <4E5BD461.8040500@us.ibm.com> <850D6063-D602-4CB2-8834-BE6023D13F0E@web.de> <4E5BF571.9020607@codemonkey.ws> <18FA99D1-AC96-4EA3-8BCE-2BFDE84CF442@web.de> <4E5C03CC.3010707@codemonkey.ws> <4E5C15BB.5080000@web.de> <3345DE92-DEDA-4716-929D-8046E0EA2A00@web.de> In-Reply-To: <3345DE92-DEDA-4716-929D-8046E0EA2A00@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] main: force enabling of I/O thread List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Peter Maydell , Alexandre Raymond , qemu-devel Developers , Blue Swirl , Jan Kiszka , Alexander Graf , Paolo Bonzini , Aurelien Jarno On 08/30/2011 01:45 PM, Andreas Färber wrote: > Am 30.08.2011 um 00:42 schrieb Jan Kiszka: > >> What about making --enable-io-thread default as an intermediate step? >> That would leave --disable-io-thread as temporary workaround until all >> issues are fixed. The latter could generate a big fat warning that this >> mode will be removed before 1.0. > > Yes please, that proposal sounds much better. > > If http://wiki.qemu.org/Planning/1.0 is still up-to-date, we have about > six weeks to make I/O thread work everywhere. I'm not a big fan of just flipping the configure flag. There is other work being held up by disable-io-thread like the timer conversion. If there aren't known issues, then I want to remove the non-I/O thread code. git history is still there for anyone that wants to test w/o it. Regards, Anthony Liguori > > Andreas