summaryrefslogtreecommitdiffstats
path: root/qapi
Commit message (Expand)AuthorAgeFilesLines
* qapi event: convert other BLOCK_JOB eventsWenchao Xia2014-06-231-0/+71
* qapi event: convert BLOCK_IMAGE_CORRUPTEDWenchao Xia2014-06-231-0/+24
* qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERRORWenchao Xia2014-06-231-0/+39
* qapi event: convert DEVICE_TRAY_MOVEDWenchao Xia2014-06-231-0/+14
* qapi: adjust existing definesWenchao Xia2014-06-231-0/+16
* qapi: add event helper functionsWenchao Xia2014-06-232-0/+75
* qapi/string-output-visitor: fix bugsMichael S. Tsirkin2014-06-191-3/+3
* qapi: fix input visitor bugsMichael S. Tsirkin2014-06-191-5/+4Star
* qapi: fix build on glib < 2.28Michael S. Tsirkin2014-06-192-4/+17
* qapi: make string output visitor parse int listHu Tao2014-06-191-10/+219
* qapi: make string input visitor parse int listHu Tao2014-06-191-8/+187
* QemuOpts: change opt->name|str from (const char *) to (char *)Chunyan Liu2014-06-161-3/+7
* qapi: Extract qapi/block.json definitionsBenoît Canet2014-06-061-0/+159
* qapi: Extract qapi/block-core.json definitionsBenoît Canet2014-06-061-0/+1406
* qapi: create two block related json modulesBenoît Canet2014-06-062-0/+13
* qapi: Extract qapi/common.json definitionsBenoît Canet2014-06-061-0/+89
* qapi: Avoid output visitor crashing if it encounters a NULL valueMarcel Apfelbaum2014-05-281-0/+6
* qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2014-05-151-130/+101Star
* qapi: Replace start_optional()/end_optional() by optional()Markus Armbruster2014-05-154-20/+12Star
* qapi: Remove unused Visitor callbacks start_handle(), end_handle()Markus Armbruster2014-05-151-15/+0Star
* Revert "qapi: Clean up superfluous null check in qapi_dealloc_type_str()"Peter Lieven2014-05-091-1/+3
* qapi: Clean up fragile use of error_is_set()Markus Armbruster2014-05-091-7/+8
* qapi: Drop redundant, unclean error_is_set()Markus Armbruster2014-05-091-2/+1Star
* qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster2014-05-081-3/+3
* qapi: treat all negative return of strtosz_suffix() as errorAmos Kong2014-05-081-5/+6
* qerror.h: Remove QERR defines that are only used onceCole Robinson2014-04-252-2/+3
* qapi: Add missing null check to opts_start_struct()Markus Armbruster2014-03-031-1/+3
* qapi: Clean up superfluous null check in qapi_dealloc_type_str()Markus Armbruster2014-03-031-3/+1Star
* qapi: Refine human printing of sizesPaolo Bonzini2014-02-141-11/+12
* qapi: Add human mode to StringOutputVisitorPaolo Bonzini2014-02-141-3/+52
* qapi: Add size parser to StringInputVisitorPaolo Bonzini2014-02-141-0/+24
* qapi: fix memleak by adding implict struct functions in dealloc visitorWenchao Xia2013-11-061-0/+20
* qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu2013-10-101-0/+5
* qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu2013-10-101-22/+8Star
* OptsVisitor: don't try to flatten overlong integer rangesLaszlo Ersek2013-08-201-2/+5
* OptsVisitor: opts_type_uint64(): recognize intervals when LM_IN_PROGRESSLaszlo Ersek2013-08-201-5/+27
* OptsVisitor: rebase opts_type_uint64() to parse_uint_full()Laszlo Ersek2013-08-201-18/+5Star
* OptsVisitor: opts_type_int(): recognize intervals when LM_IN_PROGRESSLaszlo Ersek2013-08-201-6/+28
* OptsVisitor: introduce list modes for interval flatteningLaszlo Ersek2013-08-201-2/+65
* OptsVisitor: introduce basic list modesLaszlo Ersek2013-08-201-10/+35
* qapi: make visit_type_size fallback to type_intVasilis Liaskovitis2013-07-301-1/+10
* qapi: Anonymous unionsKevin Wolf2013-07-262-0/+23
* qapi: Add consume argument to qmp_input_get_object()Kevin Wolf2013-07-261-9/+10
* qapi: Add visitor for implicit structsKevin Wolf2013-07-262-0/+30
* qapi: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2013-01-301-1/+1
* build: move base QAPI files to libqemuutil.aPaolo Bonzini2013-01-121-4/+4
* misc: move include files to include/qemu/Paolo Bonzini2012-12-194-5/+5
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-1918-367/+29Star
* qapi: make struct Visitor opaquePaolo Bonzini2012-12-192-40/+40
* qapi: remove qapi/qapi-types-core.hPaolo Bonzini2012-12-196-22/+5Star