Re: [Qemu-devel] [PATCH v6 00/14] Add support for io_uring

2019-07-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190719133530.28688-1-mehta.aar...@gmail.com/ Hi, This series failed build test on s390x host. Please find the details below. === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git checkout with # HEAD pointing to a commit t

Re: [Qemu-devel] [PATCH v6 00/14] Add support for io_uring

2019-07-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190719133530.28688-1-mehta.aar...@gmail.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH v6 00/14] Add support for io_uring

2019-07-19 Thread Aarushi Mehta
This patch series adds support for the newly developed io_uring Linux AIO interface. Linux io_uring is faster than Linux's AIO asynchronous I/O code, offers efficient buffered asynchronous I/O support, the ability to do I/O without performing a system call via polled I/O, and other efficiency enha

[Qemu-devel] [PATCH v6 00/14] Add support for io_uring

2019-07-19 Thread Aarushi Mehta
This patch series adds support for the newly developed io_uring Linux AIO interface. Linux io_uring is faster than Linux's AIO asynchronous I/O code, offers efficient buffered asynchronous I/O support, the ability to do I/O without performing a system call via polled I/O, and other efficiency enha