Marc-André Lureau writes:
> Hi,
>
> The following series fixes 2 triggerable asserts in qmp code:
> - object-add assert() without props
> - input visitor may assert() on missing parameter
Touched up as discussed, and applied to my qapi-next branch. Thanks!
Hi,
The following series fixes 2 triggerable asserts in qmp code:
- object-add assert() without props
- input visitor may assert() on missing parameter
v4:
- add copyright blurb in test
- rename variable class->klass
- update tests/.gitignore to ignore the new executable
- add r-b tag
v3:
- fix