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