[PATCH 0/2] tests: Add support for the 'unstable' qemu QMP schema feature flag

Peter Krempa posted 2 patches 1 week, 4 days ago
tests/testutilsqemuschema.c | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)
[PATCH 0/2] tests: Add support for the 'unstable' qemu QMP schema feature flag
Posted by Peter Krempa 1 week, 4 days ago
See 2/2

Peter Krempa (2):
  testutilsqemuschema: Rename and document
    'testQEMUSchemaValidateDeprecated'
  testutilsqemuschema: Support 'unstable' feature in QMP schema
    validator

 tests/testutilsqemuschema.c | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

-- 
2.46.0
Re: [PATCH 0/2] tests: Add support for the 'unstable' qemu QMP schema feature flag
Posted by Pavel Hrdina 4 days, 12 hours ago
On Tue, Sep 24, 2024 at 03:41:12PM +0200, Peter Krempa wrote:
> See 2/2
> 
> Peter Krempa (2):
>   testutilsqemuschema: Rename and document
>     'testQEMUSchemaValidateDeprecated'
>   testutilsqemuschema: Support 'unstable' feature in QMP schema
>     validator

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>