[PATCH 0/2] qemu: Add a last-resort warning if object-add/device_add are QAPIfied

Peter Krempa posted 2 patches 3 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1596736206.git.pkrempa@redhat.com
tests/qemumonitorjsontest.c |  53 +++++++++++++++++
tests/testutilsqemuschema.c | 115 ++++++++++++++++++++++++++++++++++++
tests/testutilsqemuschema.h |   5 ++
3 files changed, 173 insertions(+)
[PATCH 0/2] qemu: Add a last-resort warning if object-add/device_add are QAPIfied
Posted by Peter Krempa 3 years, 8 months ago
See patch 2/2.

Peter Krempa (2):
  testutilsqemuschema: Add template checker for schema entries
  qemumonitorjsontest: Add a last-resort warning if
    object-add/device_add are QAPIfied

 tests/qemumonitorjsontest.c |  53 +++++++++++++++++
 tests/testutilsqemuschema.c | 115 ++++++++++++++++++++++++++++++++++++
 tests/testutilsqemuschema.h |   5 ++
 3 files changed, 173 insertions(+)

-- 
2.26.2

Re: [PATCH 0/2] qemu: Add a last-resort warning if object-add/device_add are QAPIfied
Posted by Daniel Henrique Barboza 3 years, 8 months ago

On 8/6/20 2:50 PM, Peter Krempa wrote:
> See patch 2/2.
> 
> Peter Krempa (2):
>    testutilsqemuschema: Add template checker for schema entries
>    qemumonitorjsontest: Add a last-resort warning if
>      object-add/device_add are QAPIfied
> 
>   tests/qemumonitorjsontest.c |  53 +++++++++++++++++
>   tests/testutilsqemuschema.c | 115 ++++++++++++++++++++++++++++++++++++
>   tests/testutilsqemuschema.h |   5 ++
>   3 files changed, 173 insertions(+)
> 

Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>