[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/2] aio: use Linux AIO even if nocache is not s
From: |
Christoph Hellwig |
Subject: |
Re: [Qemu-devel] [PATCH 2/2] aio: use Linux AIO even if nocache is not specified |
Date: |
Wed, 27 Jul 2011 20:32:26 +0200 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
On Wed, Jul 27, 2011 at 08:25:26PM +0200, Frediano Ziglio wrote:
> Currently Linux AIO are used only if nocache is specified.
> Linux AIO works in all cases. The only problem is that currently Linux AIO
> does not align data so I add a test that use POSIX AIO in this case.
The kernel will accept buffered I/O requests, and even handle them 100%
correctly. The only thing it won't do is to handle them asynchronously,
so with your patch you're back to executing I/O synchronously in guest
context.
- [Qemu-devel] [PATCH 1/2] linux aio: support flush operation, (continued)
- [Qemu-devel] [PATCH 1/2] linux aio: support flush operation, Frediano Ziglio, 2011/07/27
- Re: [Qemu-devel] [PATCH 1/2] linux aio: support flush operation, Christoph Hellwig, 2011/07/27
- Re: [Qemu-devel] [PATCH 1/2] linux aio: support flush operation, Frediano Ziglio, 2011/07/27
- Re: [Qemu-devel] [PATCH 1/2] linux aio: support flush operation, Christoph Hellwig, 2011/07/27
- Re: [Qemu-devel] [PATCH 1/2] linux aio: support flush operation, Kevin Wolf, 2011/07/28
- Re: [Qemu-devel] [PATCH 1/2] linux aio: support flush operation, Christoph Hellwig, 2011/07/28
- Re: [Qemu-devel] [PATCH 1/2] linux aio: support flush operation, Kevin Wolf, 2011/07/28
- Re: [Qemu-devel] [PATCH 1/2] linux aio: support flush operation, Christoph Hellwig, 2011/07/29
- Re: [Qemu-devel] [PATCH 1/2] linux aio: support flush operation, Stefan Hajnoczi, 2011/07/29
[Qemu-devel] [PATCH 2/2] aio: use Linux AIO even if nocache is not specified, Frediano Ziglio, 2011/07/27
- Re: [Qemu-devel] [PATCH 2/2] aio: use Linux AIO even if nocache is not specified,
Christoph Hellwig <=