mbox

[PULL,for-2.4,0/3] Block patches

Message ID 1438177831-28195-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git tags/block-pull-request

Message

Stefan Hajnoczi July 29, 2015, 1:50 p.m. UTC
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.

----------------------------------------------------------------

Paolo Bonzini (1):
  virtio-blk-dataplane: delete bottom half before the AioContext is
    freed

Stefan Hajnoczi (2):
  AioContext: avoid leaking BHs on cleanup
  AioContext: force event loop iteration using BH

 async.c                         | 29 +++++++++++++++++++++++++++--
 hw/block/dataplane/virtio-blk.c |  2 +-
 include/block/aio.h             |  3 +++
 3 files changed, 31 insertions(+), 3 deletions(-)

Comments

Peter Maydell July 29, 2015, 5:49 p.m. UTC | #1
On 29 July 2015 at 14:50, Stefan Hajnoczi <stefanha@redhat.com> 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