From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USSQR-0005HT-Ow for qemu-devel@nongnu.org; Wed, 17 Apr 2013 09:29:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USSQQ-00014V-DG for qemu-devel@nongnu.org; Wed, 17 Apr 2013 09:29:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USSIL-00060x-Rh for qemu-devel@nongnu.org; Wed, 17 Apr 2013 09:21:06 -0400 Message-ID: <516EA1B6.2060401@redhat.com> Date: Wed, 17 Apr 2013 15:20:54 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1366204073-8468-1-git-send-email-stefanha@redhat.com> In-Reply-To: <1366204073-8468-1-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/17] aio: drop io_flush() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Anthony Liguori , pingfank@linux.vnet.ibm.com, qemu-devel@nongnu.org Il 17/04/2013 15:07, Stefan Hajnoczi ha scritto: > Part 4 - remove io_flush arguments from aio functions > > The big, mechanical patch that drops the io_flush argument: > > 16 tests: drop event_active_cb() Not really. :) > Note that I split Part 3 from Part 4 so it's easy to review individual block > drivers. Great work! Paolo