From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsWM2-0002bb-EE for qemu-devel@nongnu.org; Fri, 28 Jun 2013 06:56:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsWM1-0002SI-68 for qemu-devel@nongnu.org; Fri, 28 Jun 2013 06:56:38 -0400 Received: from smtp.citrix.com ([66.165.176.89]:31742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsWM1-0002SC-20 for qemu-devel@nongnu.org; Fri, 28 Jun 2013 06:56:37 -0400 Date: Fri, 28 Jun 2013 11:56:29 +0100 From: Stefano Stabellini In-Reply-To: <4FE65DE3CFE5553A443BD09F@nimrod.local> Message-ID: References: <4FE65DE3CFE5553A443BD09F@nimrod.local> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Subject: Re: [Qemu-devel] [PATCH v2] xen_disk: support "direct-io-safe" backend option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: xen-devel@lists.xensource.com, Stefano Stabellini , Ian Jackson , qemu-devel@nongnu.org, Anthony Liguori , Paolo Bonzini On Fri, 28 Jun 2013, Alex Bligh wrote: > Stefano, > > --On 27 June 2013 19:16:30 +0100 Stefano Stabellini > wrote: > > > * Therefore this option gives the backend permission to use > > * O_DIRECT, notwithstanding that bug. > > Looks useful. Are you planning to do this for both emulated and pv > disks? This is PV only, at least for the moment: emulated disks always use writeback caching. >>From the performance point of view, making this change for IDE disks is not very important (because IDE is slow anyway). From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: Re: [PATCH v2] xen_disk: support "direct-io-safe" backend option Date: Fri, 28 Jun 2013 11:56:29 +0100 Message-ID: References: <4FE65DE3CFE5553A443BD09F@nimrod.local> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-path: In-Reply-To: <4FE65DE3CFE5553A443BD09F@nimrod.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Alex Bligh Cc: xen-devel@lists.xensource.com, Stefano Stabellini , Ian Jackson , qemu-devel@nongnu.org, Anthony Liguori , Paolo Bonzini List-Id: xen-devel@lists.xenproject.org On Fri, 28 Jun 2013, Alex Bligh wrote: > Stefano, > > --On 27 June 2013 19:16:30 +0100 Stefano Stabellini > wrote: > > > * Therefore this option gives the backend permission to use > > * O_DIRECT, notwithstanding that bug. > > Looks useful. Are you planning to do this for both emulated and pv > disks? This is PV only, at least for the moment: emulated disks always use writeback caching. >>From the performance point of view, making this change for IDE disks is not very important (because IDE is slow anyway).