[Qemu-devel] [PULL v2 0/5] Block patches

Failed in applying to current master (apply log)
There is a newer version of this series
block/curl.c               |  2 +
block/rbd.c                | 90 ++++++++++++++++++++++++++++++++------
qemu-deprecated.texi       | 15 +++++++
tests/qemu-iotests/231     | 62 ++++++++++++++++++++++++++
tests/qemu-iotests/231.out |  9 ++++
tests/qemu-iotests/group   |  1 +
6 files changed, 165 insertions(+), 14 deletions(-)
create mode 100755 tests/qemu-iotests/231
create mode 100644 tests/qemu-iotests/231.out
[Qemu-devel] [PULL v2 0/5] Block patches
Posted by Jeff Cody 6 years, 6 months ago
The following changes since commit 741e1a618b126e664f7b723e6fe1b7ace511caf7:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-09-07-1' into staging (2018-09-24 18:12:54 +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 637fa44ab80c6b317adf1d117494325a95daad60:

  curl: Make sslverify=off disable host as well as peer verification. (2018-09-24 23:46:05 -0400)

----------------------------------------------------------------
RBD and Curl patches
----------------------------------------------------------------

Jeff Cody (4):
  block/rbd: pull out qemu_rbd_convert_options
  block/rbd: Attempt to parse legacy filenames
  block/rbd: add iotest for rbd legacy keyvalue filename parsing
  block/rbd: add deprecation documentation for filename keyvalue pairs

Richard W.M. Jones (1):
  curl: Make sslverify=off disable host as well as peer verification.

 block/curl.c               |  2 +
 block/rbd.c                | 90 ++++++++++++++++++++++++++++++++------
 qemu-deprecated.texi       | 15 +++++++
 tests/qemu-iotests/231     | 62 ++++++++++++++++++++++++++
 tests/qemu-iotests/231.out |  9 ++++
 tests/qemu-iotests/group   |  1 +
 6 files changed, 165 insertions(+), 14 deletions(-)
 create mode 100755 tests/qemu-iotests/231
 create mode 100644 tests/qemu-iotests/231.out

-- 
2.17.1


Re: [Qemu-devel] [PULL v2 0/5] Block patches
Posted by Peter Maydell 6 years, 6 months ago
On 25 September 2018 at 04:54, Jeff Cody <jcody@redhat.com> wrote:
> The following changes since commit 741e1a618b126e664f7b723e6fe1b7ace511caf7:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-09-07-1' into staging (2018-09-24 18:12:54 +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 637fa44ab80c6b317adf1d117494325a95daad60:
>
>   curl: Make sslverify=off disable host as well as peer verification. (2018-09-24 23:46:05 -0400)
>

Applied, thanks.

-- PMM