mbox

[PULL,0/4] Block patches for 2.5.0-rc1

Message ID 1447862943-16071-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/kevin.git tags/for-upstream

Message

Kevin Wolf Nov. 18, 2015, 4:08 p.m. UTC
The following changes since commit ab9b872ab3147faf3c04e91d525815b9139dd996:

  Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-11-13-v2-tag' into staging (2015-11-18 12:47:29 +0000)

are available in the git repository at:


  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to ca4fa82fe66076284f702adcfe7c319ebbf909ec:

  Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-11-18' into queue-block (2015-11-18 16:27:44 +0100)

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

Block layer patches

----------------------------------------------------------------
Alberto Garcia (1):
      block: Call external_snapshot_clean after blockdev-snapshot

John Snow (1):
      iotests: fix race in 030

Kevin Wolf (1):
      Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-11-18' into queue-block

Max Reitz (1):
      blockdev: Add missing bdrv_unref() in drive-backup

Rabin Vincent (1):
      nand: fix address overflow

 blockdev.c             | 2 ++
 hw/block/nand.c        | 4 ++--
 tests/qemu-iotests/030 | 5 ++++-
 3 files changed, 8 insertions(+), 3 deletions(-)

Comments

Peter Maydell Nov. 18, 2015, 8:32 p.m. UTC | #1
On 18 November 2015 at 16:08, Kevin Wolf <kwolf@redhat.com> wrote:
> The following changes since commit ab9b872ab3147faf3c04e91d525815b9139dd996:
>
>   Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-11-13-v2-tag' into staging (2015-11-18 12:47:29 +0000)
>
> are available in the git repository at:
>
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to ca4fa82fe66076284f702adcfe7c319ebbf909ec:
>
>   Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-11-18' into queue-block (2015-11-18 16:27:44 +0100)
>
> ----------------------------------------------------------------
>
> Block layer patches
>
> ----------------------------------------------------------------
> Alberto Garcia (1):
>       block: Call external_snapshot_clean after blockdev-snapshot
>
> John Snow (1):
>       iotests: fix race in 030
>
> Kevin Wolf (1):
>       Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-11-18' into queue-block
>
> Max Reitz (1):
>       blockdev: Add missing bdrv_unref() in drive-backup
>
> Rabin Vincent (1):
>       nand: fix address overflow

Applied, thanks.

-- PMM