summaryrefslogtreecommitdiffstats
path: root/qerror.c
Commit message (Expand)AuthorAgeFilesLines
* build: move qobject files to qobject/ and libqemuutil.aPaolo Bonzini2013-01-121-156/+0
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-2/+2
* error, qerror: drop QDict memberLuiz Capitulino2012-08-131-4/+0
* qerror: drop qerror_table and qerror_format()Luiz Capitulino2012-08-131-400/+0
* error, qerror: pass desc string to error callsLuiz Capitulino2012-08-131-41/+1
* error, qerror: add ErrorClass argument to error functionsLuiz Capitulino2012-08-131-3/+7
* qerror: qerror_table: don't use C99 struct initializersLuiz Capitulino2012-08-131-138/+138
* qerror: drop QERR_SOCKET_CONNECT_IN_PROGRESSLuiz Capitulino2012-08-131-4/+0
* error: don't delay error message constructionLuiz Capitulino2012-08-131-3/+1
* qerror: don't delay error message constructionLuiz Capitulino2012-08-131-25/+4
* qerror: qerror_format(): return an allocated stringLuiz Capitulino2012-08-131-2/+8
* qerror: QError: drop file, linenr, funcLuiz Capitulino2012-08-131-17/+3
* qerror: avoid passing qerr pointerLuiz Capitulino2012-08-131-12/+12
* qerror: drop qerror_abort()Luiz Capitulino2012-08-131-27/+14
* qerror: reduce public exposureLuiz Capitulino2012-08-131-5/+5
* qerror: QERR_DEVICE_ENCRYPTED: change error messageLuiz Capitulino2012-08-131-1/+1
* qerror: QERR_AMBIGUOUS_PATH: drop %(object) from human msgLuiz Capitulino2012-08-131-1/+1
* qerror: introduce QERR_INVALID_OPTION_GROUPLuiz Capitulino2012-06-041-0/+4
* qerror: add five qerror stringsAmos Kong2012-05-101-0/+20
* qdev: add blocksize property typeStefan Hajnoczi2012-04-051-0/+5
* qerror: fix QERR_PROPERTY_VALUE_OUT_OF_RANGE descriptionStefan Hajnoczi2012-04-051-1/+1
* QError: Introduce new errors for the migration commandLuiz Capitulino2012-03-151-0/+8
* qdev: print error message before abortingPaolo Bonzini2012-02-141-0/+8
* qom: use object_resolve_path_type for linksPaolo Bonzini2012-02-071-0/+4
* qom: add new command to search for typesAnthony Liguori2012-02-031-1/+1
* add QERR_BASE_NOT_FOUNDMarcelo Tosatti2012-01-261-0/+4
* qmp: add block_stream commandStefan Hajnoczi2012-01-261-0/+4
* block: use proper qerrors in qmp_block_resizeStefan Hajnoczi2012-01-181-0/+8
* qerror: restore alphabetical order over qerrorsStefan Hajnoczi2012-01-181-42/+42
* qerror: add check-qerror.sh to verify alphabetical orderStefan Hajnoczi2012-01-181-2/+1
* qom: introduce QERR_PROPERTY_VALUE_OUT_OF_RANGEPaolo Bonzini2011-12-191-0/+5
* qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori2011-12-151-0/+4
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-141-1/+1
|\
| * Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-1/+1
* | guest agent: add RPC blacklist command-line optionMichael Roth2011-12-121-0/+4
* | QError: Introduce QERR_IO_ERRORLuiz Capitulino2011-12-061-0/+4
|/
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-12-051-0/+4
|\
| * hmp/qmp: add block_set_io_throttleZhi Yong Wu2011-12-051-0/+4
* | Merge remote-tracking branch 'aneesh/1.0-fixes' into stagingAnthony Liguori2011-12-051-0/+5
|\ \
| * | hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V2011-12-041-0/+5
| |/
* | fix spelling in main directoryDong Xu Wang2011-12-021-1/+1
|/
* qed: add migration blocker (v2)Anthony Liguori2011-11-211-0/+4
* ivshmem: use migration blockers to prevent live migration in peer mode (v2)Anthony Liguori2011-11-211-0/+4
* qerror: Add a user string for QERR_FEATURE_DISABLEDLuiz Capitulino2011-10-271-0/+4
* qerror: add qerror_report_err()Anthony Liguori2011-10-041-0/+33
* Monitor/QMP: Don't allow cont on bad VM stateLuiz Capitulino2011-09-151-0/+4
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange2011-07-231-0/+4
* guest agent: add guest agent RPCs/commandsMichael Roth2011-07-211-0/+8
OpenPOWER on IntegriCloud