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

Jeff Cody posted 5 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170302034613.21609-1-jcody@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
block/rbd.c          | 569 ++++++++++++++++++++++++++++++++++-----------------
qapi/block-core.json |  62 +++++-
2 files changed, 443 insertions(+), 188 deletions(-)
[Qemu-devel] [PULL v3 0/5] Block patches for 2.9
Posted by Jeff Cody 7 years, 1 month ago
The following changes since commit c8c0a1a784cdf70ecea50e93213137c6c89337a7:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2017-02-28 13:41:03 +0000)

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 0a55679b4a5061f4d74bdb1a0e81611ba3390b00:

  block/rbd: add support for 'mon_host', 'auth_supported' via QAPI (2017-03-01 22:39:25 -0500)

----------------------------------------------------------------
RBD blockdev-add patches for 2.9
----------------------------------------------------------------

Jeff Cody (5):
  block/rbd: don't copy strings in qemu_rbd_next_tok()
  block/rbd: add all the currently supported runtime_opts
  block/rbd: parse all options via bdrv_parse_filename
  block/rbd: add blockdev-add support
  block/rbd: add support for 'mon_host', 'auth_supported' via QAPI

 block/rbd.c          | 569 ++++++++++++++++++++++++++++++++++-----------------
 qapi/block-core.json |  62 +++++-
 2 files changed, 443 insertions(+), 188 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL v3 0/5] Block patches for 2.9
Posted by Peter Maydell 7 years, 1 month ago
On 2 March 2017 at 03:46, Jeff Cody <jcody@redhat.com> wrote:
> The following changes since commit c8c0a1a784cdf70ecea50e93213137c6c89337a7:
>
>   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2017-02-28 13:41:03 +0000)
>
> 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 0a55679b4a5061f4d74bdb1a0e81611ba3390b00:
>
>   block/rbd: add support for 'mon_host', 'auth_supported' via QAPI (2017-03-01 22:39:25 -0500)
>
> ----------------------------------------------------------------
> RBD blockdev-add patches for 2.9
> ----------------------------------------------------------------
>
> Jeff Cody (5):
>   block/rbd: don't copy strings in qemu_rbd_next_tok()
>   block/rbd: add all the currently supported runtime_opts
>   block/rbd: parse all options via bdrv_parse_filename
>   block/rbd: add blockdev-add support
>   block/rbd: add support for 'mon_host', 'auth_supported' via QAPI
>
>  block/rbd.c          | 569 ++++++++++++++++++++++++++++++++++-----------------
>  qapi/block-core.json |  62 +++++-
>  2 files changed, 443 insertions(+), 188 deletions(-)

Applied, thanks.

-- PMM