index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
blockdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Avoid use of 'data' member of QAPI unions
Eric Blake
2016-03-05
1
-14
/
+17
*
blockdev: unset inappropriate flags when changing medium
Alyssa Milburn
2016-02-22
1
-0
/
+2
*
qapi: Add burst length parameters to block_set_io_throttle
Alberto Garcia
2016-02-22
1
-0
/
+31
*
throttle: Add command-line settings to define the burst periods
Alberto Garcia
2016-02-22
1
-0
/
+37
*
throttle: Use throttle_config_init() to initialize ThrottleConfig
Alberto Garcia
2016-02-22
1
-2
/
+2
*
throttle: Merge all functions that check the configuration into one
Alberto Garcia
2016-02-22
1
-19
/
+2
*
throttle: Make throttle_is_valid() set errp
Alberto Garcia
2016-02-22
1
-3
/
+1
*
throttle: Make throttle_max_is_missing_limit() set errp
Alberto Garcia
2016-02-22
1
-3
/
+1
*
throttle: Make throttle_conflicting() set errp
Alberto Garcia
2016-02-22
1
-3
/
+1
*
block: Fix -incoming with snapshot=on
Kevin Wolf
2016-02-22
1
-0
/
+8
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
1
-2
/
+2
*
all: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
block: set device_list.tqe_prev to NULL on BDS removal
Jeff Cody
2016-02-02
1
-2
/
+1
*
blockdev: Keep track of monitor-owned BDS
Max Reitz
2016-02-02
1
-1
/
+27
*
blockdev: Use blk_remove_bs() in do_drive_del()
Max Reitz
2016-02-02
1
-1
/
+1
*
blockdev: Fix 'change' for slot devices
Max Reitz
2016-02-02
1
-2
/
+29
*
blockdev: Error out on negative throttling option values
Fam Zheng
2016-01-20
1
-1
/
+2
*
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
2016-01-13
1
-7
/
+5
*
qmp: Add blockdev-mirror command
Fam Zheng
2016-01-07
1
-0
/
+62
*
block: Add check on mirror target
Fam Zheng
2016-01-07
1
-0
/
+3
*
block: Extract blockdev part of qmp_drive_mirror
Fam Zheng
2016-01-07
1
-42
/
+72
*
block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE
Fam Zheng
2016-01-07
1
-1
/
+1
*
block: Move cache options into options QDict
Kevin Wolf
2015-12-18
1
-37
/
+15
*
blockdev: Set 'format' indicates non-empty drive
Kevin Wolf
2015-12-18
1
-4
/
+1
*
qapi: Don't let implicit enum MAX member collide
Eric Blake
2015-12-17
1
-1
/
+1
*
blockdev: Mark {insert, remove}-medium experimental
Max Reitz
2015-12-11
1
-5
/
+5
*
block: Call external_snapshot_clean after blockdev-snapshot
Alberto Garcia
2015-11-18
1
-0
/
+1
*
blockdev: Add missing bdrv_unref() in drive-backup
Max Reitz
2015-11-18
1
-0
/
+1
*
block: make 'stats-interval' an array of ints instead of a string
Alberto Garcia
2015-11-17
1
-34
/
+57
*
block: New option to define the intervals for collecting I/O statistics
Alberto Garcia
2015-11-12
1
-0
/
+37
*
block: Allow configuring whether to account failed and invalid ops
Alberto Garcia
2015-11-12
1
-0
/
+16
*
block: add transactional properties
John Snow
2015-11-12
1
-4
/
+74
*
block: Add BlockJobTxn support to backup_run
John Snow
2015-11-12
1
-28
/
+84
*
blockjob: Introduce reference count and fix reference to job->bs
Fam Zheng
2015-11-12
1
-28
/
+0
*
block: rename BlkTransactionState and BdrvActionOps
John Snow
2015-11-12
1
-55
/
+69
*
qed: Implement .bdrv_drain
Fam Zheng
2015-11-12
1
-1
/
+113
*
block: Add 'x-blockdev-del' QMP command
Alberto Garcia
2015-11-11
1
-0
/
+66
*
block: Disallow snapshots if the overlay doesn't support backing files
Alberto Garcia
2015-11-11
1
-0
/
+5
*
throttle: Use bs->throttle_state instead of bs->io_limits_enabled
Alberto Garcia
2015-11-11
1
-2
/
+2
*
block: add a 'blockdev-snapshot' QMP command
Alberto Garcia
2015-11-11
1
-61
/
+104
*
block: rename BlockdevSnapshot to BlockdevSnapshotSync
Alberto Garcia
2015-11-11
1
-1
/
+1
*
block: check for existing device IDs in external_snapshot_prepare()
Alberto Garcia
2015-11-11
1
-2
/
+3
*
blockdev: read-only-mode for blockdev-change-medium
Max Reitz
2015-11-11
1
-0
/
+22
*
qmp: Introduce blockdev-change-medium
Max Reitz
2015-11-11
1
-3
/
+4
*
blockdev: Implement change with basic operations
Max Reitz
2015-11-11
1
-110
/
+68
*
blockdev: Implement eject with basic operations
Max Reitz
2015-11-11
1
-6
/
+5
*
blockdev: Add blockdev-insert-medium
Max Reitz
2015-11-11
1
-0
/
+56
*
blockdev: Add blockdev-remove-medium
Max Reitz
2015-11-11
1
-0
/
+51
*
blockdev: Add blockdev-close-tray
Max Reitz
2015-11-11
1
-0
/
+23
*
blockdev: Add blockdev-open-tray
Max Reitz
2015-11-11
1
-0
/
+36
[next]