The following changes since commit 013a18edbbc59cdad019100c7d03c0494642b74c:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-2020051= 4' into staging (2020-05-14 16:17:55 +0100) are available in the Git repository at: https://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to ba607ca8bff4d2c2062902f8355657c865ac7c29: aio-posix: disable fdmon-io_uring when GSource is used (2020-05-18 18:16:00= +0100) ---------------------------------------------------------------- Pull request ---------------------------------------------------------------- Philippe Mathieu-Daud=C3=A9 (6): tests/fuzz/Makefile: Do not link code using unavailable devices Makefile: List fuzz targets in 'make help' tests/fuzz: Add missing space in test description tests/fuzz: Remove unuseful/unused typedefs tests/fuzz: Extract pciconfig_fuzz_qos() method tests/fuzz: Extract ioport_fuzz_qtest() method Stefan Hajnoczi (2): aio-posix: don't duplicate fd handler deletion in fdmon_io_uring_destroy() aio-posix: disable fdmon-io_uring when GSource is used Makefile | 6 +++- tests/qtest/fuzz/Makefile.include | 6 ++-- include/block/aio.h | 3 ++ tests/qtest/fuzz/i440fx_fuzz.c | 47 ++++++++++++++++++++----------- util/aio-posix.c | 13 +++++++++ util/aio-win32.c | 4 +++ util/async.c | 1 + util/fdmon-io_uring.c | 13 +++++++-- 8 files changed, 69 insertions(+), 24 deletions(-) --=20 2.25.3