From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypajr-0007DJ-Ng for qemu-devel@nongnu.org; Tue, 05 May 2015 07:10:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ypajo-00066R-5f for qemu-devel@nongnu.org; Tue, 05 May 2015 07:10:11 -0400 Received: from mail-oi0-f48.google.com ([209.85.218.48]:35888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypajo-00066I-21 for qemu-devel@nongnu.org; Tue, 05 May 2015 07:10:08 -0400 Received: by oift201 with SMTP id t201so141753339oif.3 for ; Tue, 05 May 2015 04:10:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150505101906.16764.57276.stgit@PASHA-ISP> References: <20150505101732.16764.93601.stgit@PASHA-ISP> <20150505101906.16764.57276.stgit@PASHA-ISP> From: Peter Maydell Date: Tue, 5 May 2015 12:09:46 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [RFC PATCH v12 16/21] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk Cc: Peter Crosthwaite , =?UTF-8?B?QWxleCBCZW5uw6ll?= , Mark Burton , QEMU Developers , Kirill Batuzov , maria.klimushenkova@ispras.ru, Vasily Efimov , Paolo Bonzini , =?UTF-8?B?S09OUkFEIEZyw6lkw6lyaWM=?= On 5 May 2015 at 11:19, Pavel Dovgalyuk wrote: > > > Signed-off-by: Pavel Dovgalyuk > --- > async.c | 24 +++++++++++++++++++++++- > dma-helpers.c | 4 +++- > hw/timer/arm_timer.c | 2 +- > include/block/aio.h | 18 ++++++++++++++++++ > include/qemu/main-loop.h | 1 + > main-loop.c | 5 +++++ > replay/replay-events.c | 16 ++++++++++++++++ > replay/replay-internal.h | 1 + > replay/replay.h | 2 ++ > stubs/replay.c | 4 ++++ > 10 files changed, 74 insertions(+), 3 deletions(-) Please don't send patches with no commit messages... (this one doesn't even have a subject line summary) thanks -- PMM