From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpMwM-0004bC-I9 for qemu-devel@nongnu.org; Wed, 28 Sep 2016 18:02:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpMwK-0007T4-Lj for qemu-devel@nongnu.org; Wed, 28 Sep 2016 18:02:57 -0400 Received: from mail-ua0-x22f.google.com ([2607:f8b0:400c:c08::22f]:34215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpMwK-0007Sm-Hf for qemu-devel@nongnu.org; Wed, 28 Sep 2016 18:02:56 -0400 Received: by mail-ua0-x22f.google.com with SMTP id l16so31638706uaa.1 for ; Wed, 28 Sep 2016 15:02:56 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1475086537-31704-1-git-send-email-stefanha@redhat.com> References: <1475086537-31704-1-git-send-email-stefanha@redhat.com> From: Peter Maydell Date: Wed, 28 Sep 2016 15:02:35 -0700 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/7] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: QEMU Developers On 28 September 2016 at 11:15, Stefan Hajnoczi wrote: > The following changes since commit 25930ed60aad49f1fdd7de05272317c86ce1275b: > > Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-09-27 23:10:12 +0100) > > are available in the git repository at: > > git://github.com/stefanha/qemu.git tags/block-pull-request > > for you to fetch changes up to fe121b9d3c4258e41f7efa4976bf79151b2d5dbb: > > linux-aio: fix re-entrant completion processing (2016-09-28 17:11:23 +0100) > > ---------------------------------------------------------------- > > ---------------------------------------------------------------- > > Laurent Vivier (1): > libqos: fix qvring_init() > > Lin Ma (1): > iothread: check iothread->ctx before aio_context_unref to avoid > assertion > > Stefan Hajnoczi (3): > coroutine: add qemu_coroutine_entered() function > test-coroutine: test qemu_coroutine_entered() > linux-aio: fix re-entrant completion processing > > Yaowei Bai (2): > block: mirror: fix wrong comment of mirror_start > aio-posix: avoid unnecessary aio_epoll_enabled() calls Applied, thanks. -- PMM