From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCYze-0004ep-IP for qemu-devel@nongnu.org; Tue, 27 Mar 2012 12:11:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCYzW-00032p-7b for qemu-devel@nongnu.org; Tue, 27 Mar 2012 12:11:34 -0400 Date: Tue, 27 Mar 2012 18:11:23 +0200 From: Christoph Hellwig Message-ID: <20120327161123.GA32116@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 0/2] xen_disk: use NATIVE_AIO and NOCACHE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: aliguori@us.ibm.com, qemu-stable@nongnu.org, Anthony Liguori , qemu-devel@nongnu.org On Tue, Mar 27, 2012 at 04:48:19PM +0100, Stefano Stabellini wrote: > Anthony, > please pull this small patch series that allows xen_disk to be used > correctly with NATIVE_AIO and O_DIRECT. > > This series should be backported to the stable branch too. Any plans to add BLKIF_OP_FLUSH_DISKCACHE support to xen_disk? Unlike the old bnroken Xen barrier scheme this actually implements pure flushes for fdatasync or blockdevice O_SYNC I/O corectly, and for modern Linux kernels it actually will be quite a bit faster, too.