From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIcv0-0001mb-OV for qemu-devel@nongnu.org; Fri, 24 Jul 2015 09:21:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIcuw-0006hw-Pt for qemu-devel@nongnu.org; Fri, 24 Jul 2015 09:21:42 -0400 Date: Fri, 24 Jul 2015 15:21:29 +0200 From: Kevin Wolf Message-ID: <20150724132129.GB3913@noname.redhat.com> References: <1437655716-11623-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437655716-11623-1-git-send-email-stefanha@redhat.com> Subject: Re: [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: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Markus Armbruster Am 23.07.2015 um 14:48 hat Stefan Hajnoczi geschrieben: > 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] Thanks, applied to my block-next branch for 2.5. Kevin