From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCb6w-00086g-19 for qemu-devel@nongnu.org; Thu, 22 Aug 2013 16:04:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCb6r-0001eh-Ar for qemu-devel@nongnu.org; Thu, 22 Aug 2013 16:04:01 -0400 Received: from mail-ea0-x236.google.com ([2a00:1450:4013:c01::236]:39097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCb6r-0001eM-3D for qemu-devel@nongnu.org; Thu, 22 Aug 2013 16:03:57 -0400 Received: by mail-ea0-f182.google.com with SMTP id o10so1090749eaj.41 for ; Thu, 22 Aug 2013 13:03:56 -0700 (PDT) Date: Thu, 22 Aug 2013 22:03:53 +0200 From: Stefan Hajnoczi Message-ID: <20130822200353.GA21708@stefanha-thinkpad.redhat.com> References: <1377197956-7859-1-git-send-email-alex@alex.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1377197956-7859-1-git-send-email-alex@alex.org.uk> Subject: Re: [Qemu-devel] [PATCH] aio / timers: remove dummy_io_handler_flush from tests/test-aio.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: Kevin Wolf , Anthony Liguori , Jan Kiszka , qemu-devel@nongnu.org, liu ping fan , Stefan Hajnoczi , Paolo Bonzini , MORITA Kazutaka , rth@twiddle.net On Thu, Aug 22, 2013 at 07:59:16PM +0100, Alex Bligh wrote: > Remove dummy_io_handler_flush from tests/test-aio.c as it does > nothing now. > > Signed-off-by: Alex Bligh > --- > tests/test-aio.c | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan