From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKVTv-0007M6-Rb for qemu-devel@nongnu.org; Wed, 29 Jul 2015 13:49:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKVTs-0003rD-Fi for qemu-devel@nongnu.org; Wed, 29 Jul 2015 13:49:31 -0400 Received: from mail-vn0-f41.google.com ([209.85.216.41]:34277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKVTs-0003qy-C8 for qemu-devel@nongnu.org; Wed, 29 Jul 2015 13:49:28 -0400 Received: by vnds125 with SMTP id s125so4071785vnd.1 for ; Wed, 29 Jul 2015 10:49:26 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1438177831-28195-1-git-send-email-stefanha@redhat.com> References: <1438177831-28195-1-git-send-email-stefanha@redhat.com> From: Peter Maydell Date: Wed, 29 Jul 2015 18:49:07 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL for-2.4 0/3] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , QEMU Developers On 29 July 2015 at 14:50, Stefan Hajnoczi wrote: > The following changes since commit b83d017d88b2c4710c7a4614ecf9f845e4db80ba: > > Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging (2015-07-28 19:02:04 +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 ca96ac44dcd290566090b2435bc828fded356ad9: > > AioContext: force event loop iteration using BH (2015-07-29 10:02:06 +0100) > > ---------------------------------------------------------------- > Pull request > > These fixes make dataplane work again after the notify_me optimization was > added. They also solve QEMUBH memory leaks and fix a bug in dataplane's > cleanup code. Applied, thanks. -- PMM