Merge remote-tracking branch 'qmp/queue/qmp' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 28 Mar 2012 17:45:22 +0000 (12:45 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 28 Mar 2012 17:45:22 +0000 (12:45 -0500)
commitc76d1a9b3f367754966c326d81ff8566798b473a
tree2ac34dddcb214c3a7de2834f8f69e8211f697a5e
parent0a5a4e0568d4cc981457a2d1e7f86923eeff94ed
parent1829851cfee10e196abec50325d828de182fd356
Merge remote-tracking branch 'qmp/queue/qmp' into staging

* qmp/queue/qmp:
  qmp: document strict parsing
  qmp: parse commands in strict mode
  qmp: add and use q type specifier
  qapi: add strict mode to input visitor
  qapi: place outermost object on qiv stack
  qapi: untangle next_list
  qapi: allow freeing partially-allocated objects
  qapi: shortcut visits on errors
  qapi: fix memory leak on error
  qapi: fail hard on stack imbalance
  qapi: add a test case for type errors
  qapi: add struct-errors test case to test-qmp-output-visitor
  qapi: fix double free in qmp_output_visitor_cleanup()