Re: [Qemu-devel] [PATCH v4 0/3] Fix some qapi assert()

2016-10-06 Thread Markus Armbruster
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!

[Qemu-devel] [PATCH v4 0/3] Fix some qapi assert()

2016-09-22 Thread Marc-André Lureau
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