aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2012-10-11Merge commit 'b4ae3cfa57b8c1bdbbd7b7d420971e9171203ade' into upstream-mergeMarcelo Tosatti
2012-10-11Merge commit 'c9159fe9aa9abe24115ea4d16127179e9cb07e22' into upstream-mergeMarcelo Tosatti
2012-10-11Merge commit '92aa5c6d77ac29574c1717bcf57827fa1e586f31' into upstream-mergeMarcelo Tosatti
2012-10-11Merge commit 'f430694188293f99a316bfa375b7cc17d23a06ed' into upstream-mergeMarcelo Tosatti
2012-10-05cleanup useless return sentenceAmos Kong
2012-09-28stream: add on-error argumentPaolo Bonzini
2012-09-28iostatus: change is_read to a boolPaolo Bonzini
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini
2012-09-28qmp: add block-job-pause and block-job-resumePaolo Bonzini
2012-09-28block: add support for job pause/resumePaolo Bonzini
2012-09-28block: add block_job_queryPaolo Bonzini
2012-09-28block: move job APIs to separate filesPaolo Bonzini
2012-09-28qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVEPaolo Bonzini
2012-09-28QAPI: add command for live block commit, 'block-commit'Jeff Cody
2012-09-28blockdev: rename block_stream_cb to a generic block_job_cbJeff Cody
2012-09-28block: after creating a live snapshot, make old image read-onlyJeff Cody
2012-09-24blockdev: preserve readonly and snapshot states across media changesKevin Shanahan
2012-08-16Merge commit '5a4d701acde890a5ca134236424ece45545f70c7' into upstream-mergeMarcelo Tosatti
2012-08-10blockdev: flip default cache mode from writethrough to writebackPaolo Bonzini
2012-08-05Merge commit '0f66998ff6d5d2133b9b08471a44e13b11119e50' into upstream-mergeAvi Kivity
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell
2012-07-19Merge commit '504972922da9b562f15e13544d3efca84b46b8fd' into upstream-mergeMarcelo Tosatti
2012-07-17blockdev: Don't limit DriveInfo serial to 20 charactersMarkus Armbruster
2012-07-17blockdev: Drop redundant CHS validation for if=ideMarkus Armbruster
2012-07-17block: Geometry and translation hints are now useless, purge themMarkus Armbruster
2012-07-17blockdev: Save geometry in DriveInfoMarkus Armbruster
2012-07-11Merge remote-tracking branch 'upstream'Avi Kivity
2012-07-09blockdev: warn when copy_on_read=on and readonly=onStefan Hajnoczi
2012-07-05Merge commit '71ea2e016131a9fcde6f1ffd3e0e34a64c21f593' into upstream-mergeMarcelo Tosatti
2012-06-15block: Simplify how drive_init() computes default IDMarkus Armbruster
2012-06-12Merge commit '5e8861a0361d8d39ab69fe557294471c28c49c8b' into upstream-mergeMarcelo Tosatti
2012-06-04qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino
2012-05-15Merge commit '76ee152a86d5f2533443ce4d2be6fe253cfb3c45' into upstream-mergeMarcelo Tosatti
2012-05-10block: fail live snapshot if disk has no mediumPaolo Bonzini
2012-05-06Merge commit 'b3c83a2265261594d0a24507a17ad2f5c83eea81' into upstream-mergeAvi Kivity
2012-05-06Merge commit 'b3c09bde4842f1b157bc4431135aad4f2031e312' into upstream-mergeAvi Kivity
2012-05-06Merge commit '12bde0eed6b740787bca2c998a838b20c556d0ec' into upstream-mergeAvi Kivity
2012-04-27block: add 'speed' optional parameter to block-streamStefan Hajnoczi
2012-04-27block: change block-job-set-speed argument from 'value' to 'speed'Stefan Hajnoczi
2012-04-27block: use Error mechanism instead of -errno for block_job_set_speed()Stefan Hajnoczi
2012-04-27block: use Error mechanism instead of -errno for block_job_create()Stefan Hajnoczi
2012-04-10Merge commit '9e4dd565b46749d5e6d5cf87bfd84f1917c68319' into queues/qemu-mergeJan Kiszka
2012-04-05blockdev: open images with BDRV_O_INCOMING on incoming live migrationBenoît Canet
2012-04-05block: cancel jobs when a device is ready to go awayPaolo Bonzini
2012-04-05ide: Change serial number strncpy() to pstrcpy()Floris Bos
2012-03-12qmp: convert blockdev-snapshot-sync to a wrapper around transactionsPaolo Bonzini
2012-03-12add mode field to blockdev-snapshot-sync transaction itemPaolo Bonzini
2012-03-12rename blockdev-group-snapshot-syncPaolo Bonzini
2012-03-12use QSIMPLEQ_FOREACH_SAFE when freeing list elementsPaolo Bonzini
2012-03-12block: handle -EBUSY in bdrv_commit_all()Stefan Hajnoczi