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
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
2015-11-09
blockdev: acquire AioContext in hmp_commit()
Stefan Hajnoczi
1
-1
/
+11
2015-11-02
block: Convert to new qapi union layout
Eric Blake
1
-23
/
+24
2015-10-23
block: Add "drained begin/end" for internal snapshot
Fam Zheng
1
-2
/
+9
2015-10-23
block: Add "drained begin/end" for transactional blockdev-backup
Fam Zheng
1
-1
/
+8
2015-10-23
block: Add "drained begin/end" for transactional backup
Fam Zheng
1
-1
/
+8
2015-10-23
block: Add "drained begin/end" for transactional external snapshot
Fam Zheng
1
-2
/
+9
2015-10-23
blockdev: Allow more options for BB-less BDS tree
Max Reitz
1
-6
/
+91
2015-10-23
blockdev: Pull out blockdev option extraction
Max Reitz
1
-94
/
+119
2015-10-23
blockdev: Do not create BDS for empty drive
Max Reitz
1
-28
/
+40
2015-10-23
block: Prepare for NULL BDS
Max Reitz
1
-69
/
+135
2015-10-23
block: Move I/O status and error actions into BB
Max Reitz
1
-3
/
+3
2015-10-23
blockdev: Allow creation of BDS trees without BB
Max Reitz
1
-13
/
+31
2015-10-23
block: Set BDRV_O_INCOMING in bdrv_fill_options()
Max Reitz
1
-4
/
+0
2015-10-16
blockdev: always compile in -drive aio= parsing
Stefan Hajnoczi
1
-2
/
+0
2015-10-16
block: Implement bdrv_append() without bdrv_swap()
Kevin Wolf
1
-1
/
+1
2015-10-16
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
1
-2
/
+2
2015-09-14
block: Drop drv parameter from bdrv_open()
Max Reitz
1
-4
/
+4
2015-09-14
block: Always pass NULL as drv for bdrv_open()
Max Reitz
1
-44
/
+28
2015-09-02
block: more check for replaced node
Wen Congyang
1
-1
/
+1
2015-08-05
throttle: refuse bps_max/iops_max without bps/iops
Stefan Hajnoczi
1
-0
/
+6
2015-07-14
mirror: correct buf_size
Wen Congyang
1
-3
/
+1
2015-07-14
blockdev: no need to drain in qmp_block_commit
Paolo Bonzini
1
-3
/
+0
[next]