aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2013-02-22blockdev: add discard suboption to -drivePaolo Bonzini
2013-02-22qemu-img: Add "Quiet mode" optionMiroslav Rezanina
2013-02-22block: refuse negative iops and bps valuesStefan Hajnoczi
2013-02-22block: use Error in do_check_io_limits()Stefan Hajnoczi
2013-01-28Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-01-25block: Create proper size file for disk mirrorVishvananda Ishaya
2013-01-25block: Add special error code for wrong formatStefan Weil
2013-01-25mirror: add buf-size argument to drive-mirrorPaolo Bonzini
2013-01-25mirror: allow customizing the granularityPaolo Bonzini
2013-01-25mirror: perform COW if the cluster size is bigger than the granularityPaolo Bonzini
2013-01-25block: Monitor command commit neglects to report some errorsJeff Cody
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-11use qemu_opts_create_nofailDong Xu Wang
2012-12-11qmp: qmp_drive_mirror(): pass Error object to bdrv_img_create()Luiz Capitulino
2012-12-11qmp: qmp_transaction(): pass Error object to bdrv_img_create()Luiz Capitulino
2012-12-11block: bdrv_img_create(): add Error ** argumentLuiz Capitulino
2012-12-11Support default block interfaces per QEMUMachineChristian Borntraeger
2012-10-30Issue warning when deprecated drive parameter boot=on|off is usedJan Kiszka
2012-10-24mirror: add support for on-source-error/on-target-errorPaolo Bonzini
2012-10-24qmp: add drive-mirror commandPaolo Bonzini
2012-10-24block: introduce BLOCK_JOB_READY eventPaolo Bonzini
2012-10-24block: add block-job-completePaolo Bonzini
2012-10-24block: in commit, determine base image from the top imageJeff Cody
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-10blockdev: flip default cache mode from writethrough to writebackPaolo Bonzini
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell
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-09blockdev: warn when copy_on_read=on and readonly=onStefan Hajnoczi
2012-06-15block: Simplify how drive_init() computes default IDMarkus Armbruster
2012-06-04qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino