From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIFvc-0003v8-Ly for qemu-devel@nongnu.org; Thu, 23 Jul 2015 08:48:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIFvb-0001qJ-QO for qemu-devel@nongnu.org; Thu, 23 Jul 2015 08:48:48 -0400 From: Stefan Hajnoczi Date: Thu, 23 Jul 2015 13:48:33 +0100 Message-Id: <1437655716-11623-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/3] 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 v3: * Fix Patch 2 commit description because the mention of raw-posix.c ignored Windows [Markus] * Drop #ifdef CONFIG_LINUX_AIO from qemu-nbd.c 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] Stefan Hajnoczi (3): raw-posix: warn about BDRV_O_NATIVE_AIO if libaio is unavailable blockdev: always compile in -drive aio= parsing qemu-nbd: always compile in --aio=MODE option block/raw-posix.c | 11 ++++++++++- blockdev.c | 2 -- qemu-nbd.c | 8 -------- 3 files changed, 10 insertions(+), 11 deletions(-) -- 2.4.3