]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu aio: enable support
authorEric Blake <eblake@redhat.com>
Wed, 21 Apr 2010 14:28:21 +0000 (16:28 +0200)
committerEric Blake <eblake@redhat.com>
Fri, 28 Jan 2011 16:09:49 +0000 (09:09 -0700)
commit819269c4f0aa8a3117d30cd12d01eb401bdf585a
tree3d6b79ddc3fb7c3356a2c96ba4c4f81671d16946
parentf19357ce3779c47bac5638c24179a34e12fac8e4
qemu aio: enable support

qemu allows the user to choose what io storage api should be used,
either the default (threads) or native (linux aio) which in the latter
case can result in better performance.

Based on a patch originally by Matthias Dahl.

Red Hat Bugzilla #591703
Signed-off-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-disk-aio.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-disk-aio.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c