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