summaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-25block: Add special error code for wrong formatStefan Weil1-2/+7
2013-01-25mirror: add buf-size argument to drive-mirrorPaolo Bonzini1-1/+8
2013-01-25mirror: allow customizing the granularityPaolo Bonzini1-1/+14
2013-01-25mirror: perform COW if the cluster size is bigger than the granularityPaolo Bonzini1-12/+3
2013-01-25block: Monitor command commit neglects to report some errorsJeff Cody1-9/+5
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini1-0/+118
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-3/+3
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-2/+2
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-2/+2
2012-12-11use qemu_opts_create_nofailDong Xu Wang1-1/+1
2012-12-11qmp: qmp_drive_mirror(): pass Error object to bdrv_img_create()Luiz Capitulino1-8/+8
2012-12-11qmp: qmp_transaction(): pass Error object to bdrv_img_create()Luiz Capitulino1-6/+7
2012-12-11block: bdrv_img_create(): add Error ** argumentLuiz Capitulino1-3/+3
2012-12-11Support default block interfaces per QEMUMachineChristian Borntraeger1-2/+2
2012-10-30Issue warning when deprecated drive parameter boot=on|off is usedJan Kiszka1-0/+6
2012-10-24mirror: add support for on-source-error/on-target-errorPaolo Bonzini1-2/+12
2012-10-24qmp: add drive-mirror commandPaolo Bonzini1-0/+124
2012-10-24block: introduce BLOCK_JOB_READY eventPaolo Bonzini1-14/+0
2012-10-24block: add block-job-completePaolo Bonzini1-0/+13
2012-10-24block: in commit, determine base image from the top imageJeff Cody1-10/+11
2012-10-05cleanup useless return sentenceAmos Kong1-1/+0
2012-09-28stream: add on-error argumentPaolo Bonzini1-3/+8
2012-09-28iostatus: change is_read to a boolPaolo Bonzini1-1/+1
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini1-7/+7
2012-09-28qmp: add block-job-pause and block-job-resumePaolo Bonzini1-2/+33
2012-09-28block: add support for job pause/resumePaolo Bonzini1-0/+4
2012-09-28block: add block_job_queryPaolo Bonzini1-13/+2
2012-09-28block: move job APIs to separate filesPaolo Bonzini1-0/+1
2012-09-28qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVEPaolo Bonzini1-2/+2
2012-09-28QAPI: add command for live block commit, 'block-commit'Jeff Cody1-0/+58
2012-09-28blockdev: rename block_stream_cb to a generic block_job_cbJeff Cody1-3/+3
2012-09-28block: after creating a live snapshot, make old image read-onlyJeff Cody1-0/+5
2012-09-24blockdev: preserve readonly and snapshot states across media changesKevin Shanahan1-0/+2
2012-08-10blockdev: flip default cache mode from writethrough to writebackPaolo Bonzini1-0/+1
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell1-5/+5
2012-07-17blockdev: Don't limit DriveInfo serial to 20 charactersMarkus Armbruster1-3/+1
2012-07-17blockdev: Drop redundant CHS validation for if=ideMarkus Armbruster1-3/+3
2012-07-17block: Geometry and translation hints are now useless, purge themMarkus Armbruster1-12/+2
2012-07-17blockdev: Save geometry in DriveInfoMarkus Armbruster1-0/+4
2012-07-09blockdev: warn when copy_on_read=on and readonly=onStefan Hajnoczi1-0/+4
2012-06-15block: Simplify how drive_init() computes default IDMarkus Armbruster1-5/+2
2012-06-04qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino1-1/+1
2012-05-10block: fail live snapshot if disk has no mediumPaolo Bonzini1-3/+6
2012-04-27block: add 'speed' optional parameter to block-streamStefan Hajnoczi1-2/+4
2012-04-27block: change block-job-set-speed argument from 'value' to 'speed'Stefan Hajnoczi1-2/+2
2012-04-27block: use Error mechanism instead of -errno for block_job_set_speed()Stefan Hajnoczi1-3/+1
2012-04-27block: use Error mechanism instead of -errno for block_job_create()Stefan Hajnoczi1-11/+5
2012-04-05blockdev: open images with BDRV_O_INCOMING on incoming live migrationBenoƮt Canet1-0/+4