Red Hat Bugzilla – Bug 576830
RFE: QEMU aio: Support configuration of aio mode against disks
Last modified: 2011-07-07 10:29:54 EDT
Description of problem: Qemu-kvm support the aio=threads|native option. There's currently no way to use this from libvirt. It would be great if this could be added to the <driver/> element.
commit 91ef4e05eac546f8ffdb18979cd21e4aee3dcbfd Author: Matthias Dahl <mdvirt@designassembly.de> Date: Wed Apr 21 16:28:21 2010 +0200 qemu aio: add XML parsing Allows io={threads|native} as an optional attribute to <driver>. Signed-off-by: Eric Blake <eblake@redhat.com>