From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43940 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmkdB-0005pG-CD for qemu-devel@nongnu.org; Tue, 08 Feb 2011 05:17:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pmkd7-0001F7-4A for qemu-devel@nongnu.org; Tue, 08 Feb 2011 05:17:09 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:63682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pmkd6-0001Em-U0 for qemu-devel@nongnu.org; Tue, 08 Feb 2011 05:17:05 -0500 Received: by gxk28 with SMTP id 28so2415800gxk.4 for ; Tue, 08 Feb 2011 02:17:04 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4D5115C2.6060008@aurel32.net> References: <4D3DFD20.8060004@linux.vnet.ibm.com> <20110125091741.GB30239@edde.se.axis.com> <20110125133453.GC5427@amt.cnet> <20110207101255.GA20413@amt.cnet> <20110207160350.GA26332@amt.cnet> <4D501C71.7090708@redhat.com> <4D50279B.5010102@siemens.com> <4D505DCB.9050406@codemonkey.ws> <20110207214551.GB16429@hall.aurel32.net> <4D50A5F0.802@codemonkey.ws> <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> Date: Tue, 8 Feb 2011 10:17:04 +0000 Message-ID: Subject: Re: [Qemu-devel] Re: [PATCH 2/7] Enable I/O thread and VNC threads by default From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Anthony Liguori , Stefan Hajnoczi , Jan Kiszka , Marcelo Tosatti , "qemu-devel@nongnu.org" , Anthony Liguori , Paul Brook , Paolo Bonzini , "Edgar E. Iglesias" , Arun Bharadwaj Introducing IOTHREAD made !CONFIG_IOTHREAD platforms second class citizens. I think you'd like people to provide full support when they introduce new features. This is a good motivator to use glib and have a unified code path for TCG/KVM and Linux/Windows. Yes it will require some work and some optimization, but at the end we'll have better host platform parity and a simpler main loop for TCG/KVM to interact with. Stefan