]> Git Repo - qemu.git/commit - block/raw-posix.c
linux-aio: share one LinuxAioState within an AioContext
authorPaolo Bonzini <[email protected]>
Mon, 4 Jul 2016 16:33:20 +0000 (18:33 +0200)
committerStefan Hajnoczi <[email protected]>
Mon, 18 Jul 2016 14:09:31 +0000 (15:09 +0100)
commit0187f5c9cb172771ba85c66e3bf61f8cde6d6561
tree18529868935e436847aa696c35792c116d24af0e
parent4e90ccc28e53eb92ecbd0cdb67da454d783ea828
linux-aio: share one LinuxAioState within an AioContext

This has better performance because it executes fewer system calls
and does not use a bottom half per disk.

Originally proposed by Ming Lei.

[Changed #include "raw-aio.h" to "block/raw-aio.h" in win32-aio.c to fix
build error as reported by Peter Maydell <[email protected]>.
--Stefan]

Acked-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Message-id: 1467650000[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
squash! linux-aio: share one LinuxAioState within an AioContext
async.c
block/linux-aio.c
block/raw-aio.h [deleted file]
block/raw-posix.c
block/raw-win32.c
block/win32-aio.c
include/block/aio.h
include/block/raw-aio.h [new file with mode: 0644]
This page took 0.025056 seconds and 4 git commands to generate.