[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v4 0/3] Fix some qapi assert()
From: |
Marc-André Lureau |
Subject: |
[Qemu-devel] [PATCH v4 0/3] Fix some qapi assert() |
Date: |
Fri, 23 Sep 2016 00:39:24 +0400 |
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 docker build
- rename qemu-qmp-test -> test-qemu-qmp
- add r-b tags
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/test-qemu-qmp.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++++
tests/Makefile.include | 2 ++
tests/.gitignore | 1 +
5 files changed, 89 insertions(+), 2 deletions(-)
create mode 100644 tests/test-qemu-qmp.c
--
2.10.0
- [Qemu-devel] [PATCH v4 0/3] Fix some qapi assert(),
Marc-André Lureau <=