Age | Commit message (Expand) | Author | Files | Lines |
2013-06-05 | blockdev: reset werror/rerror on drive_del | Stefan Hajnoczi | 1 | -0/+4 |
2013-06-04 | block: add block driver read only whitelist | Fam Zheng | 1 | -2/+2 |
2013-05-24 | blockdev: Rename BlockdevAction -> TransactionAction | Kevin Wolf | 1 | -11/+11 |
2013-05-24 | block: make all steps in qmp_transaction() as callback | Wenchao Xia | 1 | -24/+71 |
2013-05-24 | block: package rollback code in qmp_transaction() | Wenchao Xia | 1 | -3/+8 |
2013-05-24 | block: package committing code in qmp_transaction() | Wenchao Xia | 1 | -7/+12 |
2013-05-24 | block: move input parsing code in qmp_transaction() | Wenchao Xia | 1 | -19/+19 |
2013-05-24 | block: package preparation code in qmp_transaction() | Wenchao Xia | 1 | -62/+77 |
2013-05-03 | blockdev: Replace "undefined error" in qmp_block_resize | Kevin Wolf | 1 | -2/+4 |
2013-04-26 | block: Disable driver-specific options for 1.5 | Kevin Wolf | 1 | -4/+114 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -1/+1 |
2013-04-05 | block: keep I/O throttling slice time constant | Stefan Hajnoczi | 1 | -1/+0 |
2013-03-22 | block: Allow omitting the file name when using driver-specific options | Kevin Wolf | 1 | -3/+7 |
2013-03-22 | block: complete all IOs before resizing a device | Peter Lieven | 1 | -0/+3 |
2013-03-15 | blockdev: Fix up copyright and permission notice | Markus Armbruster | 1 | -0/+23 |
2013-03-15 | block: Support driver specific options in drive_init() | Kevin Wolf | 1 | -10/+59 |
2013-03-15 | blockdev: Keep a copy of DriveInfo.serial | Kevin Wolf | 1 | -1/+4 |
2013-03-15 | block: Add options QDict to bdrv_open() prototype | Kevin Wolf | 1 | -4/+6 |
2013-02-22 | blockdev: add discard suboption to -drive | Paolo Bonzini | 1 | -0/+11 |
2013-02-22 | qemu-img: Add "Quiet mode" option | Miroslav Rezanina | 1 | -3/+3 |
2013-02-22 | block: refuse negative iops and bps values | Stefan Hajnoczi | 1 | -0/+10 |
2013-02-22 | block: use Error in do_check_io_limits() | Stefan Hajnoczi | 1 | -6/+8 |
2013-01-28 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 1 | -18/+34 |
2013-01-25 | block: Create proper size file for disk mirror | Vishvananda Ishaya | 1 | -3/+3 |
2013-01-25 | block: Add special error code for wrong format | Stefan Weil | 1 | -2/+7 |
2013-01-25 | mirror: add buf-size argument to drive-mirror | Paolo Bonzini | 1 | -1/+8 |
2013-01-25 | mirror: allow customizing the granularity | Paolo Bonzini | 1 | -1/+14 |
2013-01-25 | mirror: perform COW if the cluster size is bigger than the granularity | Paolo Bonzini | 1 | -12/+3 |
2013-01-25 | block: Monitor command commit neglects to report some errors | Jeff Cody | 1 | -9/+5 |
2013-01-12 | qemu-option: move standard option definitions out of qemu-config.c | Paolo Bonzini | 1 | -0/+118 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -3/+3 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -2/+2 |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini | 1 | -2/+2 |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini | 1 | -2/+2 |
2012-12-11 | use qemu_opts_create_nofail | Dong Xu Wang | 1 | -1/+1 |
2012-12-11 | qmp: qmp_drive_mirror(): pass Error object to bdrv_img_create() | Luiz Capitulino | 1 | -8/+8 |
2012-12-11 | qmp: qmp_transaction(): pass Error object to bdrv_img_create() | Luiz Capitulino | 1 | -6/+7 |
2012-12-11 | block: bdrv_img_create(): add Error ** argument | Luiz Capitulino | 1 | -3/+3 |
2012-12-11 | Support default block interfaces per QEMUMachine | Christian Borntraeger | 1 | -2/+2 |
2012-10-30 | Issue warning when deprecated drive parameter boot=on|off is used | Jan Kiszka | 1 | -0/+6 |
2012-10-24 | mirror: add support for on-source-error/on-target-error | Paolo Bonzini | 1 | -2/+12 |
2012-10-24 | qmp: add drive-mirror command | Paolo Bonzini | 1 | -0/+124 |
2012-10-24 | block: introduce BLOCK_JOB_READY event | Paolo Bonzini | 1 | -14/+0 |
2012-10-24 | block: add block-job-complete | Paolo Bonzini | 1 | -0/+13 |
2012-10-24 | block: in commit, determine base image from the top image | Jeff Cody | 1 | -10/+11 |
2012-10-05 | cleanup useless return sentence | Amos Kong | 1 | -1/+0 |
2012-09-28 | stream: add on-error argument | Paolo Bonzini | 1 | -3/+8 |
2012-09-28 | iostatus: change is_read to a bool | Paolo Bonzini | 1 | -1/+1 |
2012-09-28 | iostatus: move BlockdevOnError declaration to QAPI | Paolo Bonzini | 1 | -7/+7 |