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
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-11
iscsi: fix readcapacity error message
Zhu Lingshan
1
-1
/
+1
2016-01-07
block/qapi: Clear err for further error
Fam Zheng
1
-0
/
+1
2015-12-22
block/mirror: replace IOV_MAX with blk_get_max_iov()
Stefan Hajnoczi
1
-2
/
+4
2015-12-22
block: replace IOV_MAX with BlockLimits.max_iov
Stefan Hajnoczi
1
-1
/
+2
2015-12-22
block-backend: add blk_get_max_iov()
Stefan Hajnoczi
1
-0
/
+5
2015-12-22
block: add BlockLimits.max_iov field
Stefan Hajnoczi
1
-0
/
+7
2015-12-18
block/qapi: allow best-effort query
John Snow
1
-3
/
+4
2015-12-18
block/qapi: explicitly warn if !has_full_backing_filename
John Snow
1
-3
/
+4
2015-12-18
block/qapi: always report full_backing_filename
John Snow
1
-3
/
+4
2015-12-18
block/qapi: do not redundantly print "actual path"
John Snow
1
-1
/
+3
2015-12-18
block: fix bdrv_ioctl called from coroutine
Paolo Bonzini
1
-3
/
+4
2015-12-18
block: use drained section around bdrv_snapshot_delete
Paolo Bonzini
1
-9
/
+14
2015-12-18
raw-posix: Make aio=native option binding
Kevin Wolf
1
-12
/
+8
2015-12-18
qcow2: insert assert into qcow2_get_specific_info()
Denis V. Lunev
1
-0
/
+4
2015-12-18
qcow2: Point to amend function in check
Max Reitz
1
-0
/
+3
2015-12-18
qcow2: Invoke refcount order amendment function
Max Reitz
1
-9
/
+35
2015-12-18
qcow2: Add function for refcount order amendment
Max Reitz
2
-0
/
+451
2015-12-18
qcow2: Use intermediate helper CB for amend
Max Reitz
1
-1
/
+79
2015-12-18
qcow2: Split upgrade/downgrade paths for amend
Max Reitz
1
-15
/
+16
2015-12-18
qcow2: Use abort() instead of assert(false)
Max Reitz
1
-2
/
+2
2015-12-18
qcow2: Use error_report() in qcow2_amend_options()
Max Reitz
1
-8
/
+6
2015-12-18
block: Add opaque value to the amend CB
Max Reitz
3
-11
/
+15
2015-12-18
blkdebug: Enable reopen
Kevin Wolf
1
-0
/
+7
2015-12-18
block: Pass driver-specific options to .bdrv_refresh_filename()
Kevin Wolf
4
-18
/
+13
2015-12-18
block: Allow references for backing files
Kevin Wolf
1
-1
/
+1
2015-12-18
mirror: Error out when a BDS would get two BBs
Kevin Wolf
1
-0
/
+28
2015-12-18
qcow2: Add .bdrv_join_options callback
Kevin Wolf
1
-0
/
+47
2015-12-17
qobject: Rename qtype_code to QType
Eric Blake
1
-2
/
+2
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
5
-10
/
+10
2015-12-17
blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum
Eric Blake
1
-68
/
+11
2015-12-03
block: Don't wait serialising for non-COR read requests
Fam Zheng
2
-6
/
+8
2015-12-02
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-3
/
+8
2015-12-02
mirror: Quiesce source during "mirror_exit"
Fam Zheng
1
-0
/
+4
2015-12-02
blkdebug: silence warning under qtest
Michael S. Tsirkin
1
-2
/
+7
2015-12-02
qcow2: Fix potential qemu-img check crash on 32 bit hosts
Kevin Wolf
1
-1
/
+1
2015-11-25
block/qapi: Plug memory leak on query-block error path
Markus Armbruster
1
-5
/
+3
2015-11-25
raw-posix.c: Make GetBSDPath() handle caching options
Programmingkid
1
-6
/
+9
2015-11-24
parallels: dirty BAT properly for continuous allocations
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2015-11-19
migration: implement bdrv_all_find_vmstate_bs helper
Denis V. Lunev
1
-0
/
+15
2015-11-19
snapshot: create bdrv_all_create_snapshot helper
Denis V. Lunev
1
-0
/
+26
2015-11-19
snapshot: create bdrv_all_find_snapshot helper
Denis V. Lunev
1
-0
/
+20
2015-11-19
snapshot: create bdrv_all_goto_snapshot helper
Denis V. Lunev
1
-0
/
+20
2015-11-19
snapshot: create bdrv_all_delete_snapshot helper
Denis V. Lunev
1
-0
/
+22
2015-11-19
snapshot: return error code from bdrv_snapshot_delete_by_id_or_name
Denis V. Lunev
1
-3
/
+4
2015-11-19
snapshot: create helper to test that block drivers supports snapshots
Denis V. Lunev
1
-0
/
+24
2015-11-17
block: add blk_abort_aio_request
Peter Lieven
1
-8
/
+9
2015-11-12
block: Update copyright of the accounting code
Alberto Garcia
1
-0
/
+1
2015-11-12
block: Use QEMU_CLOCK_VIRTUAL for the accounting code in qtest mode
Alberto Garcia
1
-0
/
+14
2015-11-12
block: Add average I/O queue depth to BlockDeviceTimedStats
Alberto Garcia
2
-0
/
+17
2015-11-12
block: Compute minimum, maximum and average I/O latencies
Alberto Garcia
3
-0
/
+72
[next]