[PATCH v2 0/8] qemu: QAPI-schema: Add support for enum value 'features'

Peter Krempa posted 8 patches 2 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1635511106.git.pkrempa@redhat.com
src/qemu/qemu_qapi.c                          |   46 +-
.../caps_6.2.0.x86_64.replies                 | 3513 +++++++++++++++--
.../caps_6.2.0.x86_64.xml                     |    2 +-
tests/testutilsqemuschema.c                   |  130 +-
4 files changed, 3214 insertions(+), 477 deletions(-)
[PATCH v2 0/8] qemu: QAPI-schema: Add support for enum value 'features'
Posted by Peter Krempa 2 years, 5 months ago
Patches 2-8 were already reviewed by Michal. 1/8 is new as the qemu
functionality was just merged upstream.

Peter Krempa (8):
  qemucapabilitiestest: Update capability probe for qemu-6.2 on x86_64
  virQEMUQAPISchemaTraverseEnum: Move helper variables into loop
  virQEMUQAPISchemaTraverseEnum: Use the modern 'members' array
  virQEMUQAPISchemaTraverseEnum: Allow query of enume type features
  testQEMUSchemaValidateEnum: Refactor logic to simplify switching to
    new QMP schema format
  testQEMUSchemaValidateEnum: Use new 'members' for 'enum' meta type
  testQEMUSchemaValidateDeprecated: Move to the top
  testQEMUSchemaValidateEnum: Validate deprecated members

 src/qemu/qemu_qapi.c                          |   46 +-
 .../caps_6.2.0.x86_64.replies                 | 3513 +++++++++++++++--
 .../caps_6.2.0.x86_64.xml                     |    2 +-
 tests/testutilsqemuschema.c                   |  130 +-
 4 files changed, 3214 insertions(+), 477 deletions(-)

-- 
2.31.1

Re: [PATCH v2 0/8] qemu: QAPI-schema: Add support for enum value 'features'
Posted by Ján Tomko 2 years, 5 months ago
On a Friday in 2021, Peter Krempa wrote:
>Patches 2-8 were already reviewed by Michal. 1/8 is new as the qemu
>functionality was just merged upstream.
>
>Peter Krempa (8):
>  qemucapabilitiestest: Update capability probe for qemu-6.2 on x86_64
>  virQEMUQAPISchemaTraverseEnum: Move helper variables into loop
>  virQEMUQAPISchemaTraverseEnum: Use the modern 'members' array
>  virQEMUQAPISchemaTraverseEnum: Allow query of enume type features
>  testQEMUSchemaValidateEnum: Refactor logic to simplify switching to
>    new QMP schema format
>  testQEMUSchemaValidateEnum: Use new 'members' for 'enum' meta type
>  testQEMUSchemaValidateDeprecated: Move to the top
>  testQEMUSchemaValidateEnum: Validate deprecated members
>
> src/qemu/qemu_qapi.c                          |   46 +-
> .../caps_6.2.0.x86_64.replies                 | 3513 +++++++++++++++--
> .../caps_6.2.0.x86_64.xml                     |    2 +-
> tests/testutilsqemuschema.c                   |  130 +-
> 4 files changed, 3214 insertions(+), 477 deletions(-)
>

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

Jano