[Qemu-devel] [PULL for-2.9 0/3] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170401012508.24665-1-jcody@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
block/curl.c         |  10 +++++
block/rbd.c          |  83 +++++++++++++++++++++--------------------
qapi/block-core.json | 103 ++++++++++++++++++++++++++++++++++++++++++++++-----
3 files changed, 146 insertions(+), 50 deletions(-)
[Qemu-devel] [PULL for-2.9 0/3] Block patches
Posted by Jeff Cody 6 years, 12 months ago
The following changes since commit 95b31d709ba343ad237c3630047ee7438bac4065:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170331.0' into staging (2017-03-31 18:06:13 +0100)

are available in the git repository at:

  git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request

for you to fetch changes up to 34634ca28688652198f77d7001c0f1e204434663:

  block/curl: Check protocol prefix (2017-03-31 15:53:22 -0400)

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

Eric Blake (1):
  rbd: Fix regression in legacy key/values containing escaped :

Max Reitz (2):
  qapi/curl: Extend and fix blockdev-add schema
  block/curl: Check protocol prefix

 block/curl.c         |  10 +++++
 block/rbd.c          |  83 +++++++++++++++++++++--------------------
 qapi/block-core.json | 103 ++++++++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 146 insertions(+), 50 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL for-2.9 0/3] Block patches
Posted by Peter Maydell 6 years, 12 months ago
On 1 April 2017 at 02:25, Jeff Cody <jcody@redhat.com> wrote:
> The following changes since commit 95b31d709ba343ad237c3630047ee7438bac4065:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170331.0' into staging (2017-03-31 18:06:13 +0100)
>
> are available in the git repository at:
>
>   git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to 34634ca28688652198f77d7001c0f1e204434663:
>
>   block/curl: Check protocol prefix (2017-03-31 15:53:22 -0400)
>
> ----------------------------------------------------------------
> Block patches for -rc3
> ----------------------------------------------------------------
>
> Eric Blake (1):
>   rbd: Fix regression in legacy key/values containing escaped :
>
> Max Reitz (2):
>   qapi/curl: Extend and fix blockdev-add schema
>   block/curl: Check protocol prefix
>
>  block/curl.c         |  10 +++++
>  block/rbd.c          |  83 +++++++++++++++++++++--------------------
>  qapi/block-core.json | 103 ++++++++++++++++++++++++++++++++++++++++++++++-----
>  3 files changed, 146 insertions(+), 50 deletions(-)

Applied, thanks.

-- PMM