summaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody1-2/+1
2016-02-02blockdev: Keep track of monitor-owned BDSMax Reitz1-1/+27
2016-02-02blockdev: Use blk_remove_bs() in do_drive_del()Max Reitz1-1/+1
2016-02-02blockdev: Fix 'change' for slot devicesMax Reitz1-2/+29
2016-01-20blockdev: Error out on negative throttling option valuesFam Zheng1-1/+2
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-7/+5
2016-01-07qmp: Add blockdev-mirror commandFam Zheng1-0/+62
2016-01-07block: Add check on mirror targetFam Zheng1-0/+3
2016-01-07block: Extract blockdev part of qmp_drive_mirrorFam Zheng1-42/+72
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng1-1/+1
2015-12-18block: Move cache options into options QDictKevin Wolf1-37/+15
2015-12-18blockdev: Set 'format' indicates non-empty driveKevin Wolf1-4/+1
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-1/+1
2015-12-11blockdev: Mark {insert, remove}-medium experimentalMax Reitz1-5/+5
2015-11-18block: Call external_snapshot_clean after blockdev-snapshotAlberto Garcia1-0/+1
2015-11-18blockdev: Add missing bdrv_unref() in drive-backupMax Reitz1-0/+1
2015-11-17block: make 'stats-interval' an array of ints instead of a stringAlberto Garcia1-34/+57
2015-11-12block: New option to define the intervals for collecting I/O statisticsAlberto Garcia1-0/+37
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia1-0/+16
2015-11-12block: add transactional propertiesJohn Snow1-4/+74
2015-11-12block: Add BlockJobTxn support to backup_runJohn Snow1-28/+84
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng1-28/+0
2015-11-12block: rename BlkTransactionState and BdrvActionOpsJohn Snow1-55/+69
2015-11-12qed: Implement .bdrv_drainFam Zheng1-1/+113
2015-11-11block: Add 'x-blockdev-del' QMP commandAlberto Garcia1-0/+66
2015-11-11block: Disallow snapshots if the overlay doesn't support backing filesAlberto Garcia1-0/+5
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia1-2/+2
2015-11-11block: add a 'blockdev-snapshot' QMP commandAlberto Garcia1-61/+104
2015-11-11block: rename BlockdevSnapshot to BlockdevSnapshotSyncAlberto Garcia1-1/+1
2015-11-11block: check for existing device IDs in external_snapshot_prepare()Alberto Garcia1-2/+3
2015-11-11blockdev: read-only-mode for blockdev-change-mediumMax Reitz1-0/+22
2015-11-11qmp: Introduce blockdev-change-mediumMax Reitz1-3/+4
2015-11-11blockdev: Implement change with basic operationsMax Reitz1-110/+68
2015-11-11blockdev: Implement eject with basic operationsMax Reitz1-6/+5
2015-11-11blockdev: Add blockdev-insert-mediumMax Reitz1-0/+56
2015-11-11blockdev: Add blockdev-remove-mediumMax Reitz1-0/+51
2015-11-11blockdev: Add blockdev-close-trayMax Reitz1-0/+23
2015-11-11blockdev: Add blockdev-open-trayMax Reitz1-0/+36
2015-11-09blockdev: acquire AioContext in hmp_commit()Stefan Hajnoczi1-1/+11
2015-11-02block: Convert to new qapi union layoutEric Blake1-23/+24
2015-10-23block: Add "drained begin/end" for internal snapshotFam Zheng1-2/+9
2015-10-23block: Add "drained begin/end" for transactional blockdev-backupFam Zheng1-1/+8
2015-10-23block: Add "drained begin/end" for transactional backupFam Zheng1-1/+8
2015-10-23block: Add "drained begin/end" for transactional external snapshotFam Zheng1-2/+9
2015-10-23blockdev: Allow more options for BB-less BDS treeMax Reitz1-6/+91
2015-10-23blockdev: Pull out blockdev option extractionMax Reitz1-94/+119
2015-10-23blockdev: Do not create BDS for empty driveMax Reitz1-28/+40
2015-10-23block: Prepare for NULL BDSMax Reitz1-69/+135