mbox

[PULL,for-2.9,00/10] Block patches for -rc2

Message ID 20170328140555.3001-1-jcody@redhat.com
State New
Headers show

Pull-request

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

Message

Jeff Cody March 28, 2017, 2:05 p.m. UTC
The following changes since commit 142b9ca51d7260d20f6e87bd7f2020ac0a7d95d9:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2017-03-28 11:10:36 +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 2836284db603775af557e969d5a800efb0190324:

  rbd: Fix bugs around -drive parameter "server" (2017-03-28 10:01:21 -0400)

----------------------------------------------------------------
Block patches for 2.9-rc2
----------------------------------------------------------------

Markus Armbruster (10):
  rbd: Reject -blockdev server.*.{numeric, to, ipv4, ipv6}
  rbd: Fix to cleanly reject -drive without pool or image
  rbd: Don't limit length of parameter values
  rbd: Clean up after the previous commit
  rbd: Don't accept -drive driver=rbd, keyvalue-pairs=...
  rbd: Clean up runtime_opts, fix -drive to reject filename
  rbd: Clean up qemu_rbd_create()'s detour through QemuOpts
  rbd: Revert -blockdev and -drive parameter auth-supported
  rbd: Revert -blockdev parameter password-secret
  rbd: Fix bugs around -drive parameter "server"

 block/rbd.c          | 319 ++++++++++++++-------------------------------------
 qapi-schema.json     |  21 ++--
 qapi/block-core.json |  30 +----
 3 files changed, 100 insertions(+), 270 deletions(-)

Comments

Peter Maydell March 28, 2017, 4:16 p.m. UTC | #1
On 28 March 2017 at 15:05, Jeff Cody <jcody@redhat.com> wrote:
> The following changes since commit 142b9ca51d7260d20f6e87bd7f2020ac0a7d95d9:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2017-03-28 11:10:36 +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 2836284db603775af557e969d5a800efb0190324:
>
>   rbd: Fix bugs around -drive parameter "server" (2017-03-28 10:01:21 -0400)
>
> ----------------------------------------------------------------
> Block patches for 2.9-rc2
> ----------------------------------------------------------------
>
> Markus Armbruster (10):
>   rbd: Reject -blockdev server.*.{numeric, to, ipv4, ipv6}
>   rbd: Fix to cleanly reject -drive without pool or image
>   rbd: Don't limit length of parameter values
>   rbd: Clean up after the previous commit
>   rbd: Don't accept -drive driver=rbd, keyvalue-pairs=...
>   rbd: Clean up runtime_opts, fix -drive to reject filename
>   rbd: Clean up qemu_rbd_create()'s detour through QemuOpts
>   rbd: Revert -blockdev and -drive parameter auth-supported
>   rbd: Revert -blockdev parameter password-secret
>   rbd: Fix bugs around -drive parameter "server"
>
>  block/rbd.c          | 319 ++++++++++++++-------------------------------------
>  qapi-schema.json     |  21 ++--
>  qapi/block-core.json |  30 +----
>  3 files changed, 100 insertions(+), 270 deletions(-)

Applied, thanks.

-- PMM