From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39672 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmkSt-00029a-Q5 for qemu-devel@nongnu.org; Tue, 08 Feb 2011 05:06:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmkSs-00067x-8t for qemu-devel@nongnu.org; Tue, 08 Feb 2011 05:06:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmkSr-00067n-U4 for qemu-devel@nongnu.org; Tue, 08 Feb 2011 05:06:30 -0500 Message-ID: <4D51158B.8080008@redhat.com> Date: Tue, 08 Feb 2011 11:06:03 +0100 From: Paolo Bonzini MIME-Version: 1.0 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> In-Reply-To: <4D5113D3.9090802@aurel32.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/7] Enable I/O thread and VNC threads by default 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 , Arun Bharadwaj , "Edgar E. Iglesias" On 02/08/2011 10:58 AM, Aurelien Jarno wrote: > And what's the issue with that? People don't always look for performance > when using QEMU. They even often try to emulate old machines (and non > x86 ones), which anyway only have one CPU. This won't change in 5 years, > the only thing is that those machines will be 5 years older. > > People have to keep in mind that QEMU doesn't mean only virtualization > and doesn't mean only x86. AFAIU nobody is proposing to rip linux-user or TCG, just to improve its implementation. You just as well have to understand that AIO means fewer Windows blue screens of death and not only better performance. Paolo