From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAmnj-0002Zi-1I for qemu-devel@nongnu.org; Fri, 15 Apr 2011 13:27:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAmni-0003aD-E4 for qemu-devel@nongnu.org; Fri, 15 Apr 2011 13:27:23 -0400 Received: from verein.lst.de ([213.95.11.211]:53078 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAmni-0003a7-6q for qemu-devel@nongnu.org; Fri, 15 Apr 2011 13:27:22 -0400 Date: Fri, 15 Apr 2011 19:27:21 +0200 From: Christoph Hellwig Message-ID: <20110415172721.GA303@lst.de> References: <1302874855-14736-1-git-send-email-stefanha@linux.vnet.ibm.com> <20110415150513.GA29619@lst.de> <20110415153448.GA30116@lst.de> <4DA86DFD.2020000@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DA86DFD.2020000@us.ibm.com> Subject: Re: [Qemu-devel] [PATCH] raw-posix: Linearize direct I/O on Linux NFS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Stefan Hajnoczi , Stefan Hajnoczi , qemu-devel@nongnu.org, Khoa Huynh , pbadari@linux.vnet.ibm.com, Christoph Hellwig On Fri, Apr 15, 2011 at 11:10:37AM -0500, Anthony Liguori wrote: > In general, since we are userspace, we should try to run well on whatever > kernel we're on. It should run with the interfaces given, but hacking around performance bugs in a gross way is not something qemu should do.