mbox

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

Message ID 1405432543-9121-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 15, 2014, 1:55 p.m. UTC
The following changes since commit 7a6d04e73fdd571234e05dcad96895fafb3f22f0:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2014-07-14 13:09:29 +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 5b2ffbe4d99843fd8305c573a100047a8c962327:

  virtio-blk: dataplane: notify guest as a batch (2014-07-15 15:34:13 +0200)

----------------------------------------------------------------
Block pull request

----------------------------------------------------------------
Gonglei (1):
      linux-aio: Fix laio resource leak

Ming Lei (2):
      virtio-blk: data-plane: fix save/set .complete_request in start
      virtio-blk: dataplane: notify guest as a batch

 block/linux-aio.c               |  5 +++++
 hw/block/dataplane/virtio-blk.c | 27 +++++++++++++++++++++++----
 2 files changed, 28 insertions(+), 4 deletions(-)

Comments

Peter Maydell July 15, 2014, 2:50 p.m. UTC | #1
On 15 July 2014 14:55, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 7a6d04e73fdd571234e05dcad96895fafb3f22f0:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2014-07-14 13:09:29 +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 5b2ffbe4d99843fd8305c573a100047a8c962327:
>
>   virtio-blk: dataplane: notify guest as a batch (2014-07-15 15:34:13 +0200)
>
> ----------------------------------------------------------------
> Block pull request
>
> ----------------------------------------------------------------
> Gonglei (1):
>       linux-aio: Fix laio resource leak
>
> Ming Lei (2):
>       virtio-blk: data-plane: fix save/set .complete_request in start
>       virtio-blk: dataplane: notify guest as a batch
>
>  block/linux-aio.c               |  5 +++++
>  hw/block/dataplane/virtio-blk.c | 27 +++++++++++++++++++++++----
>  2 files changed, 28 insertions(+), 4 deletions(-)

Applied, thanks.

-- PMM