Hi,

The following series fixes 2 triggerable asserts in qmp code:
- object-add assert() without props
- input visitor may assert() on missing parameter

Marc-André Lureau (3):
  qmp: fix object-add assert() without props
  qapi: fix crash when a parameter is missing
  tests: start generic qemu-qmp tests

 qapi/qmp-input-visitor.c | 11 +++++++++
 qmp.c                    |  8 +++++--
 tests/qemu-qmp-test.c    | 61 ++++++++++++++++++++++++++++++++++++++++++++++++
 tests/Makefile.include   |  1 +
 4 files changed, 79 insertions(+), 2 deletions(-)
 create mode 100644 tests/qemu-qmp-test.c

-- 
2.10.0


Reply via email to