[libvirt] [PATCH 0/4] Clean up QMP schema testing and add support for RBD auth for -blockdev

Peter Krempa posted 4 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1531145382.git.pkrempa@redhat.com
Test syntax-check passed
src/qemu/qemu_block.c                              |    26 +-
tests/Makefile.am                                  |     1 -
.../network-qcow2-backing-chain-cache-unsafe.json  |     5 +
...etwork-qcow2-backing-chain-encryption_auth.json |     5 +
.../qemucapabilitiesdata/caps_3.0.0.x86_64.replies | 22718 +++++++++++++++++++
tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml   |  1213 +
tests/qemucapabilitiestest.c                       |     1 +
tests/qemumonitorjsontest.c                        |    13 +-
tests/qemuqapischema.json                          | 11364 ----------
tests/testutilsqemuschema.c                        |    65 +-
tests/testutilsqemuschema.h                        |     3 +
11 files changed, 24040 insertions(+), 11374 deletions(-)
create mode 100644 tests/qemucapabilitiesdata/caps_3.0.0.x86_64.replies
create mode 100644 tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml
delete mode 100644 tests/qemuqapischema.json
[libvirt] [PATCH 0/4] Clean up QMP schema testing and add support for RBD auth for -blockdev
Posted by Peter Krempa 5 years, 9 months ago
QEMU recently added support for passing RBD credentials also for
-blockdev/blockdev-add.

First two patches remove the need for a separate stash for the QMP
schema data, patch 3 adds new capabilities and finally the last patch
adds the RBD auth support.

Peter Krempa (4):
  tests: qemu: Use qmp schema data from the qemucapabilities test
  tests: remove qemuqapischema.json
  tests: qemucaps: Add test data for upcoming qemu 3.0.0
  qemu: block: Add support for RBD authentication for blockdev

 src/qemu/qemu_block.c                              |    26 +-
 tests/Makefile.am                                  |     1 -
 .../network-qcow2-backing-chain-cache-unsafe.json  |     5 +
 ...etwork-qcow2-backing-chain-encryption_auth.json |     5 +
 .../qemucapabilitiesdata/caps_3.0.0.x86_64.replies | 22718 +++++++++++++++++++
 tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml   |  1213 +
 tests/qemucapabilitiestest.c                       |     1 +
 tests/qemumonitorjsontest.c                        |    13 +-
 tests/qemuqapischema.json                          | 11364 ----------
 tests/testutilsqemuschema.c                        |    65 +-
 tests/testutilsqemuschema.h                        |     3 +
 11 files changed, 24040 insertions(+), 11374 deletions(-)
 create mode 100644 tests/qemucapabilitiesdata/caps_3.0.0.x86_64.replies
 create mode 100644 tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml
 delete mode 100644 tests/qemuqapischema.json

-- 
2.16.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/4] Clean up QMP schema testing and add support for RBD auth for -blockdev
Posted by Peter Krempa 5 years, 9 months ago
On Mon, Jul 09, 2018 at 16:12:35 +0200, Peter Krempa wrote:
> QEMU recently added support for passing RBD credentials also for
> -blockdev/blockdev-add.
> 
> First two patches remove the need for a separate stash for the QMP
> schema data, patch 3 adds new capabilities and finally the last patch
> adds the RBD auth support.
> 
> Peter Krempa (4):
>   tests: qemu: Use qmp schema data from the qemucapabilities test
>   tests: remove qemuqapischema.json
>   tests: qemucaps: Add test data for upcoming qemu 3.0.0
>   qemu: block: Add support for RBD authentication for blockdev

As the capability patch did not make it through the moderation queue you
can fetch this series along with the usb r/werror series at:

git fetch git://pipo.sk/pipo/libvirt.git usb-werror

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/4] Clean up QMP schema testing and add support for RBD auth for -blockdev
Posted by Ján Tomko 5 years, 9 months ago
On Mon, Jul 09, 2018 at 04:12:35PM +0200, Peter Krempa wrote:
>QEMU recently added support for passing RBD credentials also for
>-blockdev/blockdev-add.
>
>First two patches remove the need for a separate stash for the QMP
>schema data, patch 3 adds new capabilities and finally the last patch
>adds the RBD auth support.
>
>Peter Krempa (4):
>  tests: qemu: Use qmp schema data from the qemucapabilities test
>  tests: remove qemuqapischema.json
>  tests: qemucaps: Add test data for upcoming qemu 3.0.0
>  qemu: block: Add support for RBD authentication for blockdev
>
> src/qemu/qemu_block.c                              |    26 +-
> tests/Makefile.am                                  |     1 -
> .../network-qcow2-backing-chain-cache-unsafe.json  |     5 +
> ...etwork-qcow2-backing-chain-encryption_auth.json |     5 +
> .../qemucapabilitiesdata/caps_3.0.0.x86_64.replies | 22718 +++++++++++++++++++
> tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml   |  1213 +
> tests/qemucapabilitiestest.c                       |     1 +
> tests/qemumonitorjsontest.c                        |    13 +-
> tests/qemuqapischema.json                          | 11364 ----------
> tests/testutilsqemuschema.c                        |    65 +-
> tests/testutilsqemuschema.h                        |     3 +
> 11 files changed, 24040 insertions(+), 11374 deletions(-)
> create mode 100644 tests/qemucapabilitiesdata/caps_3.0.0.x86_64.replies
> create mode 100644 tests/qemucapabilitiesdata/caps_3.0.0.x86_64.xml
> delete mode 100644 tests/qemuqapischema.json
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list