v1->v2 ------ * aio_context_new() returns NULL if the initialization of event notifier fails. * Add descriptive error messages if aio_context_new() and event_notifier_init() fail. * Fix gpollfds leak.
Chrysostomos Nanakos (1): async: aio_context_new(): Handle event_notifier_init failure async.c | 17 ++++++++++++----- include/block/aio.h | 2 +- include/qemu/main-loop.h | 2 +- iothread.c | 10 +++++++++- main-loop.c | 9 +++++++-- qemu-img.c | 11 ++++++++++- qemu-io.c | 10 +++++++++- qemu-nbd.c | 12 +++++++++--- tests/test-aio.c | 10 +++++++++- tests/test-thread-pool.c | 10 +++++++++- tests/test-throttle.c | 10 +++++++++- vl.c | 7 +++++-- 12 files changed, 90 insertions(+), 20 deletions(-) -- 1.7.10.4