summaryrefslogtreecommitdiffstats
path: root/blockdev.c
Commit message (Expand)AuthorAgeFilesLines
* block: Allow omitting the file name when using driver-specific optionsKevin Wolf2013-03-221-3/+7
* block: complete all IOs before resizing a devicePeter Lieven2013-03-221-0/+3
* blockdev: Fix up copyright and permission noticeMarkus Armbruster2013-03-151-0/+23
* block: Support driver specific options in drive_init()Kevin Wolf2013-03-151-10/+59
* blockdev: Keep a copy of DriveInfo.serialKevin Wolf2013-03-151-1/+4
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-151-4/+6
* blockdev: add discard suboption to -drivePaolo Bonzini2013-02-221-0/+11
* qemu-img: Add "Quiet mode" optionMiroslav Rezanina2013-02-221-3/+3
* block: refuse negative iops and bps valuesStefan Hajnoczi2013-02-221-0/+10
* block: use Error in do_check_io_limits()Stefan Hajnoczi2013-02-221-6/+8
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-01-281-18/+34
|\
| * block: Create proper size file for disk mirrorVishvananda Ishaya2013-01-251-3/+3
| * block: Add special error code for wrong formatStefan Weil2013-01-251-2/+7
| * mirror: add buf-size argument to drive-mirrorPaolo Bonzini2013-01-251-1/+8
| * mirror: allow customizing the granularityPaolo Bonzini2013-01-251-1/+14
| * mirror: perform COW if the cluster size is bigger than the granularityPaolo Bonzini2013-01-251-12/+3
* | block: Monitor command commit neglects to report some errorsJeff Cody2013-01-251-9/+5
|/
* qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini2013-01-121-0/+118
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-3/+3
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-2/+2
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-2/+2
* use qemu_opts_create_nofailDong Xu Wang2012-12-111-1/+1
* qmp: qmp_drive_mirror(): pass Error object to bdrv_img_create()Luiz Capitulino2012-12-111-8/+8
* qmp: qmp_transaction(): pass Error object to bdrv_img_create()Luiz Capitulino2012-12-111-6/+7
* block: bdrv_img_create(): add Error ** argumentLuiz Capitulino2012-12-111-3/+3
* Support default block interfaces per QEMUMachineChristian Borntraeger2012-12-111-2/+2
* Issue warning when deprecated drive parameter boot=on|off is usedJan Kiszka2012-10-301-0/+6
* mirror: add support for on-source-error/on-target-errorPaolo Bonzini2012-10-241-2/+12
* qmp: add drive-mirror commandPaolo Bonzini2012-10-241-0/+124
* block: introduce BLOCK_JOB_READY eventPaolo Bonzini2012-10-241-14/+0
* block: add block-job-completePaolo Bonzini2012-10-241-0/+13
* block: in commit, determine base image from the top imageJeff Cody2012-10-241-10/+11
* cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* stream: add on-error argumentPaolo Bonzini2012-09-281-3/+8
* iostatus: change is_read to a boolPaolo Bonzini2012-09-281-1/+1
* iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini2012-09-281-7/+7
* qmp: add block-job-pause and block-job-resumePaolo Bonzini2012-09-281-2/+33
* block: add support for job pause/resumePaolo Bonzini2012-09-281-0/+4
* block: add block_job_queryPaolo Bonzini2012-09-281-13/+2
* block: move job APIs to separate filesPaolo Bonzini2012-09-281-0/+1
* qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVEPaolo Bonzini2012-09-281-2/+2
* QAPI: add command for live block commit, 'block-commit'Jeff Cody2012-09-281-0/+58
* blockdev: rename block_stream_cb to a generic block_job_cbJeff Cody2012-09-281-3/+3
* block: after creating a live snapshot, make old image read-onlyJeff Cody2012-09-281-0/+5
* blockdev: preserve readonly and snapshot states across media changesKevin Shanahan2012-09-241-0/+2
* blockdev: flip default cache mode from writethrough to writebackPaolo Bonzini2012-08-101-0/+1
* Support 'help' as a synonym for '?' in command line optionsPeter Maydell2012-08-021-5/+5
* blockdev: Don't limit DriveInfo serial to 20 charactersMarkus Armbruster2012-07-171-3/+1
OpenPOWER on IntegriCloud