aboutsummaryrefslogtreecommitdiff
path: root/qerror.c
AgeCommit message (Expand)Author
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-08-13error, qerror: drop QDict memberLuiz Capitulino
2012-08-13qerror: drop qerror_table and qerror_format()Luiz Capitulino
2012-08-13error, qerror: pass desc string to error callsLuiz Capitulino
2012-08-13error, qerror: add ErrorClass argument to error functionsLuiz Capitulino
2012-08-13qerror: qerror_table: don't use C99 struct initializersLuiz Capitulino
2012-08-13qerror: drop QERR_SOCKET_CONNECT_IN_PROGRESSLuiz Capitulino
2012-08-13error: don't delay error message constructionLuiz Capitulino
2012-08-13qerror: don't delay error message constructionLuiz Capitulino
2012-08-13qerror: qerror_format(): return an allocated stringLuiz Capitulino
2012-08-13qerror: QError: drop file, linenr, funcLuiz Capitulino
2012-08-13qerror: avoid passing qerr pointerLuiz Capitulino
2012-08-13qerror: drop qerror_abort()Luiz Capitulino
2012-08-13qerror: reduce public exposureLuiz Capitulino
2012-08-13qerror: QERR_DEVICE_ENCRYPTED: change error messageLuiz Capitulino
2012-08-13qerror: QERR_AMBIGUOUS_PATH: drop %(object) from human msgLuiz Capitulino
2012-06-04qerror: introduce QERR_INVALID_OPTION_GROUPLuiz Capitulino
2012-05-10qerror: add five qerror stringsAmos Kong
2012-04-05qdev: add blocksize property typeStefan Hajnoczi
2012-04-05qerror: fix QERR_PROPERTY_VALUE_OUT_OF_RANGE descriptionStefan Hajnoczi
2012-03-15QError: Introduce new errors for the migration commandLuiz Capitulino
2012-02-14qdev: print error message before abortingPaolo Bonzini
2012-02-07qom: use object_resolve_path_type for linksPaolo Bonzini
2012-02-03qom: add new command to search for typesAnthony Liguori
2012-01-26add QERR_BASE_NOT_FOUNDMarcelo Tosatti
2012-01-26qmp: add block_stream commandStefan Hajnoczi
2012-01-18block: use proper qerrors in qmp_block_resizeStefan Hajnoczi
2012-01-18qerror: restore alphabetical order over qerrorsStefan Hajnoczi
2012-01-18qerror: add check-qerror.sh to verify alphabetical orderStefan Hajnoczi
2011-12-19qom: introduce QERR_PROPERTY_VALUE_OUT_OF_RANGEPaolo Bonzini
2011-12-15qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil
2011-12-12guest agent: add RPC blacklist command-line optionMichael Roth
2011-12-06QError: Introduce QERR_IO_ERRORLuiz Capitulino
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-12-05Merge remote-tracking branch 'aneesh/1.0-fixes' into stagingAnthony Liguori
2011-12-05hmp/qmp: add block_set_io_throttleZhi Yong Wu
2011-12-04hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V
2011-12-02fix spelling in main directoryDong Xu Wang
2011-11-21qed: add migration blocker (v2)Anthony Liguori
2011-11-21ivshmem: use migration blockers to prevent live migration in peer mode (v2)Anthony Liguori
2011-10-27qerror: Add a user string for QERR_FEATURE_DISABLEDLuiz Capitulino
2011-10-04qerror: add qerror_report_err()Anthony Liguori
2011-09-15Monitor/QMP: Don't allow cont on bad VM stateLuiz Capitulino
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange
2011-07-21guest agent: add guest agent RPCs/commandsMichael Roth
2011-07-21qerror: add QERR_JSON_PARSE_ERROR to qerror.cMichael Roth