mbox

[PULL,0/4] Block patches for 2.0.0-rc3

Message ID 1397219952-26807-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 April 11, 2014, 12:39 p.m. UTC
The following changes since commit f516a5cc051db6e999e9e60dc968dcb5aeffe11f:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2014-04-10 23:07:56 +0100)

are available in the git repository at:


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

for you to fetch changes up to 5450466394c95cea8b661fb197ed215a4ab5d700:

  block-commit: speed is an optional parameter (2014-04-11 13:59:49 +0200)

----------------------------------------------------------------
Block patches for 2.0.0-rc3

----------------------------------------------------------------
Fam Zheng (1):
      iscsi: Remember to set ret for iscsi_open in error case

Kevin Wolf (2):
      bochs: Fix memory leak in bochs_open() error path
      bochs: Fix catalog size check

Max Reitz (1):
      block-commit: speed is an optional parameter

 block/bochs.c              | 20 +++++++++++++++-----
 block/iscsi.c              |  1 +
 blockdev.c                 |  4 ++++
 tests/qemu-iotests/078     |  6 +++++-
 tests/qemu-iotests/078.out |  6 ++++--
 5 files changed, 29 insertions(+), 8 deletions(-)

Comments

Peter Maydell April 11, 2014, 1:25 p.m. UTC | #1
On 11 April 2014 13:39, Kevin Wolf <kwolf@redhat.com> wrote:
> The following changes since commit f516a5cc051db6e999e9e60dc968dcb5aeffe11f:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2014-04-10 23:07:56 +0100)
>
> are available in the git repository at:
>
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 5450466394c95cea8b661fb197ed215a4ab5d700:
>
>   block-commit: speed is an optional parameter (2014-04-11 13:59:49 +0200)

Applied, thanks.

-- PMM