summaryrefslogtreecommitdiff
path: root/include/qapi
AgeCommit message (Expand)AuthorFilesLines
2014-09-26qemu-socket: Eliminate silly QERR_ macrosMarkus Armbruster1-12/+0
2014-09-26qemu-socket: Polish errors for connect() and listen() failureMarkus Armbruster1-2/+2
2014-09-26qapi: add visit_start_union and visit_end_unionMichael Roth2-0/+4
2014-09-08rename parse_enum_option to qapi_enum_parse and make it publicPeter Lieven1-0/+17
2014-06-23qapi: add event helper functionsWenchao Xia1-0/+27
2014-05-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-2' into stagingPeter Maydell1-6/+0
2014-05-21error: error_is_set() is finally unused; removeMarkus Armbruster1-6/+0
2014-05-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+3
2014-05-19qdict: Add qdict_join()Max Reitz1-0/+3
2014-05-15qapi: Replace start_optional()/end_optional() by optional()Markus Armbruster2-6/+4
2014-05-15qapi: Remove unused Visitor callbacks start_handle(), end_handle()Markus Armbruster1-3/+0
2014-05-09error: Consistently name Error ** objects errp, and not errMarkus Armbruster1-11/+16
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster1-1/+1
2014-04-25error: Remove some unused headersCole Robinson1-1/+0
2014-04-25qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTEDCole Robinson1-3/+0
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-66/+0
2014-04-25qerror.h: Remove unused error classesCole Robinson1-9/+0
2014-03-11qapi script: do not add "_" for every capitalized char in enumWenchao Xia1-1/+1
2014-03-04Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-04' in...Peter Maydell1-1/+1
2014-03-03qjson.h: Remove spurious GCC_FMT_ATTR markup from qobject_from_json() declara...Peter Maydell1-1/+1
2014-02-28qerror: Improve QERR_DEVICE_NOT_ACTIVE messageHani Benhabiles1-1/+1
2014-02-14qapi: Add human mode to StringOutputVisitorPaolo Bonzini1-1/+1
2014-01-22qdict: Add qdict_array_split()Max Reitz1-0/+1
2014-01-06qerror: Remove assert_no_error()Peter Crosthwaite1-1/+0
2014-01-06error: Add error_abortPeter Crosthwaite1-0/+6
2014-01-06monitor: add object-add (QMP) and object_add (HMP) commandPaolo Bonzini1-2/+1
2013-10-10qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu1-0/+1
2013-10-10qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu1-2/+4
2013-09-25qdict: Extract qdict_extract_subqdictBenoƮt Canet1-0/+2
2013-09-09error: Add error_set_win32 and error_setg_win32Tomoki Sekiyama1-0/+13
2013-08-20OptsVisitor: don't try to flatten overlong integer rangesLaszlo Ersek1-0/+6
2013-07-26Implement qdict_flatten()Kevin Wolf1-0/+1
2013-07-26qapi: Anonymous unionsKevin Wolf3-0/+6
2013-07-26qapi: Add visitor for implicit structsKevin Wolf2-0/+7
2013-06-17qerror: drop QERR_OPEN_FILE_FAILED macroLuiz Capitulino1-3/+0
2013-06-17error: add error_setg_file_open() helperLuiz Capitulino1-0/+5
2013-05-30qapi: pad GenericList value fields to 64 bitsMichael Roth1-1/+4
2013-05-18remove some double-includesMichael Tokarev1-1/+0
2013-04-05qstring: add qstring_get_length()Luiz Capitulino1-0/+1
2013-03-15Add qdict_clone_shallow()Kevin Wolf1-0/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini6-7/+7
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini23-0/+1203