Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 29 Jul 2015 16:08:38 +0000 (17:08 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 29 Jul 2015 16:08:38 +0000 (17:08 +0100)
commit46739a2d7ace71b43cacf73ea71c10429db0d5e8
treebdf284e97b877f7a9941ac6dd8537ba047677b70
parentb83d017d88b2c4710c7a4614ecf9f845e4db80ba
parentca96ac44dcd290566090b2435bc828fded356ad9
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging

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.

# gpg: Signature made Wed Jul 29 14:50:26 2015 BST using RSA key ID 81AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
# gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>"

* remotes/stefanha/tags/block-pull-request:
  AioContext: force event loop iteration using BH
  AioContext: avoid leaking BHs on cleanup
  virtio-blk-dataplane: delete bottom half before the AioContext is freed

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>