From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USSE1-0004ZA-Kw for qemu-devel@nongnu.org; Wed, 17 Apr 2013 09:16:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USSDz-0003fG-LW for qemu-devel@nongnu.org; Wed, 17 Apr 2013 09:16:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USSDz-0003ev-Dk for qemu-devel@nongnu.org; Wed, 17 Apr 2013 09:16:35 -0400 Message-ID: <516EA08C.1020306@redhat.com> Date: Wed, 17 Apr 2013 15:15:56 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1366204073-8468-1-git-send-email-stefanha@redhat.com> <1366204073-8468-18-git-send-email-stefanha@redhat.com> In-Reply-To: <1366204073-8468-18-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 17/17] aio: drop io_flush argument 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: > The .io_flush() handler no longer exists and has no users. Drop the > io_flush argument to aio_set_fd_handler() and related functions. > > The AioFlushEventNotifierHandler typedef is no longer used and is > dropped too. AioFlushHandler is also unused, no? Paolo