summaryrefslogtreecommitdiff
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* qapi: fix qapi_dealloc_type_size parameter typeBruce Rogers2012-12-131-1/+1
* qapi: handle visitor->type_size() in QapiDeallocVisitorStefan Hajnoczi2012-12-131-0/+6
* qapi: Fix memory leakStefan Weil2012-08-201-1/+1
* error: drop error_get_qobject()/error_set_qobject()Luiz Capitulino2012-08-131-1/+0
* qemu-ga: switch to the new error format on the wireLuiz Capitulino2012-08-132-1/+10
* qapi: introduce OptsVisitorLaszlo Ersek2012-07-233-1/+459
* qapi: introduce "size" typeLaszlo Ersek2012-07-232-0/+10
* qapi: fix error propagationPaolo Bonzini2012-07-231-6/+4
* qapi: input_type_enum(): fix error messageLuiz Capitulino2012-07-131-1/+1
* qmp: do not include monitor.h from qapi-types-core.hPaolo Bonzini2012-06-151-3/+1
* qapi: String visitor, use %f representation for floatsMichael Roth2012-06-081-1/+1
* qapi: Add Visitor interfaces for uint*_t and int*_tMichael Roth2012-06-082-0/+155
* build: move qapi/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-0/+3
* qapi: add support for command optionsLuiz Capitulino2012-05-153-4/+18
* qapi: QMP input visitor, handle floats parsed as intsMichael Roth2012-05-141-3/+8
* qemu-ga: add a whitelist for fsfreeze-safe commandsMichael Roth2012-04-302-2/+13
* qapi: g_hash_table_find() instead of GHashTableIter.NODA, Kai2012-04-231-8/+17
* qapi: add strict mode to input visitorPaolo Bonzini2012-03-272-3/+47
* qapi: place outermost object on qiv stackPaolo Bonzini2012-03-271-24/+17
* qapi: untangle next_listPaolo Bonzini2012-03-271-9/+13
* qapi: fix memory leak on errorPaolo Bonzini2012-03-271-2/+4
* qapi: fail hard on stack imbalancePaolo Bonzini2012-03-271-4/+1
* qapi: fix double free in qmp_output_visitor_cleanup()Laszlo Ersek2012-03-271-3/+5
* qapi: add string-based visitorsPaolo Bonzini2012-02-214-0/+278
* qapi: drop qmp_input_end_optionalPaolo Bonzini2012-02-211-5/+0
* qapi: allow sharing enum implementation across visitorsPaolo Bonzini2012-02-214-52/+78
* qapi: protect against NULL QObject in qmp_input_get_objectPaolo Bonzini2011-12-191-4/+6
* guest agent: add supported command list to guest-info RPCMichael Roth2011-12-122-0/+14
* guest agent: add RPC blacklist command-line optionMichael Roth2011-12-123-5/+45
* qapi: Check for negative enum valuesLuiz Capitulino2011-11-171-1/+1
* qapi: modify visitor code generation for list iterationMichael Roth2011-10-042-6/+18
* qapi: dealloc visitor, support freeing of nested listsMichael Roth2011-10-041-7/+21
* qapi: dealloc visitor, fix premature free and iteration logicMichael Roth2011-10-041-5/+15
* qapi: add code generation support for middle modeAnthony Liguori2011-10-041-0/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-204-19/+19
* qapi: add QMP dispatch functionsMichael Roth2011-07-212-0/+126
* qapi: add QMP command registration/lookup functionsMichael Roth2011-07-212-0/+79
* qapi: add QAPI dealloc visitorMichael Roth2011-07-212-0/+173
* qapi: add QMP output visitorMichael Roth2011-07-212-0/+267
* qapi: add QMP input visitorMichael Roth2011-07-212-0/+328
* qapi: add QAPI visitor coreMichael Roth2011-07-213-0/+214