Age | Commit message (Expand) | Author | Files | Lines |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 1 | -1/+1 |
2013-08-22 | block: better error message for read only format name | Fam Zheng | 1 | -1/+5 |
2013-08-14 | block: Dont ignore previously set bdrv_flags | M. Mohan Kumar | 1 | -1/+0 |
2013-08-09 | block: Bugfix 'format' and 'snapshot' used in drive option | Mike Qiu | 1 | -3/+9 |
2013-08-02 | block: Disable driver-specific options for 1.6 | Kevin Wolf | 1 | -0/+143 |
2013-07-27 | misc: Use g_assert_not_reached for code which is expected to be unreachable | Stefan Weil | 1 | -1/+1 |
2013-07-26 | Implement sync modes for drive-backup. | Ian Main | 1 | -7/+22 |
2013-07-26 | blockdev: Split up 'cache' option | Kevin Wolf | 1 | -10/+47 |
2013-07-26 | blockdev: Rename 'readonly' option to 'read-only' | Kevin Wolf | 1 | -4/+6 |
2013-07-26 | blockdev: Rename I/O throttling options for QMP | Kevin Wolf | 1 | -13/+39 |
2013-07-26 | block: Allow "driver" option on the top level | Kevin Wolf | 1 | -10/+10 |
2013-07-15 | blockdev: add sync mode to drive-backup QMP command | Stefan Hajnoczi | 1 | -0/+6 |
2013-06-28 | blockdev: add Abort transaction | Stefan Hajnoczi | 1 | -0/+15 |
2013-06-28 | blockdev: add DriveBackup transaction | Stefan Hajnoczi | 1 | -0/+49 |
2013-06-28 | blockdev: allow BdrvActionOps->commit() to be NULL | Stefan Hajnoczi | 1 | -2/+4 |
2013-06-28 | blockdev: rename BlkTransactionStates to singular | Stefan Hajnoczi | 1 | -52/+52 |
2013-06-28 | block: add drive-backup QMP command | Stefan Hajnoczi | 1 | -0/+97 |
2013-06-28 | blockdev: use bdrv_getlength() in qmp_drive_mirror() | Stefan Hajnoczi | 1 | -3/+7 |
2013-06-28 | blockdev: drop redundant proto_drv check | Stefan Hajnoczi | 1 | -15/+0 |
2013-06-24 | Revert "block: Disable driver-specific options for 1.5" | Kevin Wolf | 1 | -114/+4 |
2013-06-17 | blockdev: use error_setg_file_open() | Luiz Capitulino | 1 | -4/+7 |
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 |