From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nx3be-0001zM-U4 for qemu-devel@nongnu.org; Wed, 31 Mar 2010 15:29:38 -0400 Received: from [140.186.70.92] (port=47073 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nx3bc-0001yW-Tz for qemu-devel@nongnu.org; Wed, 31 Mar 2010 15:29:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nx3bb-0007fx-K7 for qemu-devel@nongnu.org; Wed, 31 Mar 2010 15:29:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20770) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nx3bb-0007fg-Au for qemu-devel@nongnu.org; Wed, 31 Mar 2010 15:29:35 -0400 Date: Wed, 31 Mar 2010 22:25:53 +0300 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] Re: [PATCH] vhost: fix features ack Message-ID: <20100331192553.GB3274@redhat.com> References: <20100331182031.GA5200@redhat.com> <4BB393CF.1040700@codemonkey.ws> <20100331153805.03ee142e@redhat.com> <20100331190753.GA6914@redhat.com> <4BB3A183.8000905@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BB3A183.8000905@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org, Luiz Capitulino On Wed, Mar 31, 2010 at 02:24:51PM -0500, Anthony Liguori wrote: > Long term, I think most of us want to see a single qemu executable > that works for all architectures and compiling once is an important > step in that direction. I'm not so sure. It's pretty low on my list of priorities. Most users only need one target, speed of execution and/or features is likely much more important for them, and these refactorings make code more generic and harder to extend.s