[Qemu-devel] [PATCH 0/2] qapi: Improve qobject input visitor error reporting

Markus Armbruster posted 2 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1487674859-26249-1-git-send-email-armbru@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
include/qapi/visitor.h       |   6 --
qapi/qobject-input-visitor.c | 133 +++++++++++++++++++++++++++++--------------
2 files changed, 90 insertions(+), 49 deletions(-)
[Qemu-devel] [PATCH 0/2] qapi: Improve qobject input visitor error reporting
Posted by Markus Armbruster 7 years, 2 months ago
The improvement is nice for QMP, but my real motivation is to avoid
embarrassingly horrible error messages for command line options once
we use the qobject input visitor there, as we do in "[PATCH RFC v2
0/2] block: Crude initial implementation of -blockdev".

Markus Armbruster (2):
  qapi: Clean up after commit 3d344c2
  qapi: Improve qobject input visitor error reporting

 include/qapi/visitor.h       |   6 --
 qapi/qobject-input-visitor.c | 133 +++++++++++++++++++++++++++++--------------
 2 files changed, 90 insertions(+), 49 deletions(-)

-- 
2.7.4