From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LlLgL-0000Wv-Ef for qemu-devel@nongnu.org; Sun, 22 Mar 2009 07:17:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LlLgG-0000WZ-Rl for qemu-devel@nongnu.org; Sun, 22 Mar 2009 07:17:32 -0400 Received: from [199.232.76.173] (port=52086 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LlLgG-0000WU-No for qemu-devel@nongnu.org; Sun, 22 Mar 2009 07:17:28 -0400 Received: from mail-qy0-f111.google.com ([209.85.221.111]:47863) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LlLgG-0006rg-HQ for qemu-devel@nongnu.org; Sun, 22 Mar 2009 07:17:28 -0400 Received: by qyk9 with SMTP id 9so2005545qyk.4 for ; Sun, 22 Mar 2009 04:17:27 -0700 (PDT) Message-ID: <49C61E44.8000306@codemonkey.ws> Date: Sun, 22 Mar 2009 06:17:24 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20090319145705.988576615@localhost.localdomain> <20090319150537.910101569@localhost.localdomain> <49C3D5D5.4020006@codemonkey.ws> <20090321000617.GA26654@amt.cnet> <49C43D29.7000206@codemonkey.ws> <20090321014452.GB27020@amt.cnet> <49C447C9.9050405@codemonkey.ws> <49C5FB70.2070108@redhat.com> In-Reply-To: <49C5FB70.2070108@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [patch 2/7] qemu: separate thread for io Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Marcelo Tosatti , qemu-devel@nongnu.org Avi Kivity wrote: > Anthony Liguori wrote: >> Before merging into QEMU, we should at least make sure that it's not >> going to create a nightmare for Avi :-) > > While it's likely going to be bad, we shouldn't make too much effort > in making the merge easy. We should aim to get the cleanest > implementation in qemu, and then rework kvm-userspace to match that. > That's the whole point of the merge, no? The effort to make merging easy should be in kvm-userspace, not in qemu. Thinking through how it would integrate with kvm-userspace is a good exercise in determining whether all of the requirements are being met for KVM too. Regards, Anthony Liguori > Of course, if it happens to be easy I won't complain too much. >