From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG6YV-0003oD-Ly for qemu-devel@nongnu.org; Fri, 17 Jul 2015 10:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZG6YS-00030K-G3 for qemu-devel@nongnu.org; Fri, 17 Jul 2015 10:24:03 -0400 From: Stefan Hajnoczi Date: Fri, 17 Jul 2015 15:23:47 +0100 Message-Id: <1437143029-12100-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] block: warn about aio=native if libaio is unavailable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi , Markus Armbruster , qemu-block@nongnu.org v2: * Banish CONFIG_LINUX_AIO from blockdev.c, that is raw-posix.c's business [Kevin] * Print the warning in the same way as the aio=native,cache.direct=off deprecation warning [Kevin] Open question: what about the Windows case? We now pass the FILE_FLAG_OVERLAPPED flag which we didn't do before for -drive aio=native. Stefan Hajnoczi (2): raw-posix: warn about BDRV_O_NATIVE_AIO if libaio is unavailable blockdev: always compile in -drive aio= parsing block/raw-posix.c | 11 ++++++++++- blockdev.c | 2 -- 2 files changed, 10 insertions(+), 3 deletions(-) -- 2.4.3