From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsbVK-0000Hq-2d for qemu-devel@nongnu.org; Fri, 28 Jun 2013 12:26:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsbVJ-00075c-0P for qemu-devel@nongnu.org; Fri, 28 Jun 2013 12:26:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsbVI-00075H-Ok for qemu-devel@nongnu.org; Fri, 28 Jun 2013 12:26:32 -0400 Message-ID: <51CDB927.80901@redhat.com> Date: Fri, 28 Jun 2013 18:26:15 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4FE65DE3CFE5553A443BD09F@nimrod.local> <20941.26905.519774.239644@mariner.uk.xensource.com> <624B402D40D846D55A77B826@nimrod.local> In-Reply-To: <624B402D40D846D55A77B826@nimrod.local> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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, Ian Jackson , qemu-devel@nongnu.org, Anthony Liguori , Stefano Stabellini Il 28/06/2013 18:17, Alex Bligh ha scritto: > > But as Stefano says: > > --On 28 June 2013 11:56:29 +0100 Stefano Stabellini > wrote: > >> 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). > > ... perhaps 'who cares'. There are plenty of emulated devices that are not that slow, though perhaps Xen management does not support them: AHCI, MegaSAS, VMware pvscsi, and of course virtio-{blk,scsi}... Paolo