aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2013-05-03blockdev: Replace "undefined error" in qmp_block_resizeKevin Wolf
2013-04-26block: Disable driver-specific options for 1.5Kevin Wolf
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-05block: keep I/O throttling slice time constantStefan Hajnoczi
2013-03-22block: Allow omitting the file name when using driver-specific optionsKevin Wolf
2013-03-22block: complete all IOs before resizing a devicePeter Lieven
2013-03-15blockdev: Fix up copyright and permission noticeMarkus Armbruster
2013-03-15block: Support driver specific options in drive_init()Kevin Wolf
2013-03-15blockdev: Keep a copy of DriveInfo.serialKevin Wolf
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf
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