aboutsummaryrefslogtreecommitdiff
path: root/qerror.h
AgeCommit message (Expand)Author
2012-10-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-10-29Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstableAurelien Jarno
2012-10-24qmp: handle stop/cont in INMIGRATE statePaolo Bonzini
2012-10-24block: add block-job-completePaolo Bonzini
2012-10-23vnc: drop QERR_VNC_SERVER_FAILEDPaolo Bonzini
2012-09-28block: add support for job pause/resumePaolo Bonzini
2012-09-28qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVEPaolo 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-13qerror: add proper ErrorClass value for QERR_ macrosLuiz 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-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: reduce public exposureLuiz 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-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-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
2012-01-18qerror: Extend QERR_DEVICE_ENCRYPTEDLuiz Capitulino
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-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-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-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-04qerror: add qerror_report_err()Anthony Liguori
2011-09-15Monitor/QMP: Don't allow cont on bad VM stateLuiz Capitulino
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-21qapi: add QMP input visitorMichael Roth
2011-06-08Merge remote-tracking branch 'qmp/for-anthony' into stagingAnthony Liguori
2011-06-07json-parser: propagate error from parserAnthony Liguori
2011-06-07QError: Introduce qerror_format()Luiz Capitulino
2011-06-01QMP: QError: New QERR_UNSUPPORTEDLai Jiangshan
2011-03-22Make VNC support optionalJes Sorensen
2011-02-10qerror: Add QERR_UNKNOWN_BLOCK_FORMAT_FEATUREKevin Wolf