On Sat, Apr 18, 2020 at 23:57:52 +0800, Han Han wrote:
This aio mode was added since Linux 5.1[1], QEMU 5.0.0[2], which
will
deliever faster and more efficient I/O operations for the file,
host_device, host_cdrom backends.
Reference:
[1]:
https://lwn.net/Articles/810414/
[2]:
https://lists.gnu.org/archive/html/qemu-devel/2020-01/msg07686.html
Signed-off-by: Han Han <hhan(a)redhat.com>
---
src/conf/domain_conf.c | 1 +
src/conf/domain_conf.h | 1 +
src/qemu/qemu_command.c | 8 ++++++++
3 files changed, 10 insertions(+)
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>