mbox

[PULL,for-2.7,0/2] Block patches

Message ID 1471527578-9435-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 Aug. 18, 2016, 1:39 p.m. UTC
The following changes since commit 5844365fe8e5e4598222d276d2af54fd45c7e3d3:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2016-08-18 10:56:41 +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 156af3ac98da24f0155eed18ec546157436d6b2e:

  block: fix possible reorder of flush operations (2016-08-18 14:36:49 +0100)

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

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

Denis V. Lunev (1):
  block: fix possible reorder of flush operations

Evgeny Yakovlev (1):
  block: fix deadlock in bdrv_co_flush

 block/io.c                | 8 +++++---
 include/block/block_int.h | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

Comments

Peter Maydell Aug. 18, 2016, 2:12 p.m. UTC | #1
On 18 August 2016 at 14:39, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 5844365fe8e5e4598222d276d2af54fd45c7e3d3:
>
>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2016-08-18 10:56:41 +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 156af3ac98da24f0155eed18ec546157436d6b2e:
>
>   block: fix possible reorder of flush operations (2016-08-18 14:36:49 +0100)

Applied, thanks.

-- PMM