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

Jeff Cody posted 10 patches 7 years, 1 month ago
Failed in applying to current master (apply log)
Test s390x passed
block/rbd.c          | 319 ++++++++++++++-------------------------------------
qapi-schema.json     |  21 ++--
qapi/block-core.json |  30 +----
3 files changed, 100 insertions(+), 270 deletions(-)
[Qemu-devel] [PULL for-2.9 00/10] Block patches for -rc2
Posted by Jeff Cody 7 years, 1 month ago
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(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL for-2.9 00/10] Block patches for -rc2
Posted by Peter Maydell 7 years, 1 month ago
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