From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDbdb-0000Gj-RM for qemu-devel@nongnu.org; Fri, 30 Mar 2012 09:13:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDbdX-0005fq-3x for qemu-devel@nongnu.org; Fri, 30 Mar 2012 09:13:07 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:46334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDbdW-0005fc-Vm for qemu-devel@nongnu.org; Fri, 30 Mar 2012 09:13:03 -0400 Received: by obbwd20 with SMTP id wd20so1070702obb.4 for ; Fri, 30 Mar 2012 06:13:01 -0700 (PDT) Message-ID: <4F75B147.1050709@codemonkey.ws> Date: Fri, 30 Mar 2012 08:12:39 -0500 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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, qemu-devel@nongnu.org On 03/27/2012 10:48 AM, 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. Pulled. Thanks. Regards, Anthony Liguori > > Stefano Stabellini (2): > xen_disk: open disk with BDRV_O_NOCACHE | BDRV_O_CACHE_WB | BDRV_O_NATIVE_AIO > xen_disk: when using AIO flush after the operation is completed > > hw/xen_disk.c | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) > > git://xenbits.xen.org/people/sstabellini/qemu-dm.git disk_io > > Cheers, > > Stefano > >