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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-03
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
53
-379
/
+1639
2014-11-03
Merge remote-tracking branch 'remotes/xtensa/tags/20141103-xtensa' into staging
Peter Maydell
19
-146
/
+249
2014-11-03
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-0...
Peter Maydell
21
-82
/
+59
2014-11-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
27
-332
/
+824
2014-11-03
block: declare blockjobs and dataplane friends!
Stefan Hajnoczi
2
-0
/
+6
2014-11-03
block: let commit blockjob run in BDS AioContext
Stefan Hajnoczi
2
-35
/
+64
2014-11-03
block: let mirror blockjob run in BDS AioContext
Stefan Hajnoczi
3
-39
/
+97
2014-11-03
block: let stream blockjob run in BDS AioContext
Stefan Hajnoczi
2
-18
/
+48
2014-11-03
block: let backup blockjob run in BDS AioContext
Stefan Hajnoczi
2
-9
/
+35
2014-11-03
block: add bdrv_drain()
Stefan Hajnoczi
2
-7
/
+30
2014-11-03
blockjob: add block_job_defer_to_main_loop()
Stefan Hajnoczi
2
-0
/
+64
2014-11-03
blockdev: add note that block_job_cb() must be thread-safe
Stefan Hajnoczi
1
-0
/
+5
2014-11-03
blockdev: acquire AioContext in blockdev_mark_auto_del()
Stefan Hajnoczi
1
-0
/
+7
2014-11-03
blockdev: acquire AioContext in do_qmp_query_block_jobs_one()
Stefan Hajnoczi
1
-0
/
+6
2014-11-03
block: acquire AioContext in generic blockjob QMP commands
Stefan Hajnoczi
1
-13
/
+39
2014-11-03
iotests: Expand test 061
Max Reitz
3
-1
/
+56
2014-11-03
block/qcow2: Simplify shared L2 handling in amend
Max Reitz
1
-66
/
+28
2014-11-03
block/qcow2: Make get_refcount() global
Max Reitz
2
-13
/
+15
2014-11-03
block/qcow2: Implement status CB for amend
Max Reitz
3
-8
/
+39
2014-11-03
qemu-img: Fix insignificant memleak
Max Reitz
1
-1
/
+3
2014-11-03
qemu-img: Add progress output for amend
Max Reitz
3
-6
/
+25
2014-11-03
block: Add status callback to bdrv_amend_options()
Max Reitz
5
-6
/
+15
2014-11-03
block: qemu-iotest 107 supports NFS
Peter Lieven
1
-1
/
+1
2014-11-03
iotests: Add test for qcow2's bdrv_make_empty
Max Reitz
3
-0
/
+135
2014-11-03
iotests: Add test for backing-chain commits
Max Reitz
3
-0
/
+242
2014-11-03
iotests: Add _filter_qemu_img_map
Max Reitz
1
-0
/
+7
2014-11-03
qemu-img: Specify backing file for commit
Max Reitz
3
-12
/
+36
2014-11-03
qemu-img: Enable progress output for commit
Max Reitz
3
-5
/
+24
2014-11-03
qemu-img: Empty image after commit
Max Reitz
3
-6
/
+38
2014-11-03
qemu-img: Implement commit like QMP
Max Reitz
2
-21
/
+60
2014-11-03
block/mirror: Improve progress report
Max Reitz
1
-12
/
+22
2014-11-03
iotests: Omit length/offset test in 040 and 041
Max Reitz
3
-9
/
+3
2014-11-03
blockjob: Add "ready" field
Max Reitz
3
-1
/
+11
2014-11-03
blockjob: Introduce block_job_complete_sync()
Max Reitz
2
-7
/
+47
2014-11-03
qcow2: Optimize bdrv_make_empty()
Max Reitz
3
-1
/
+168
2014-11-03
qcow2: Implement bdrv_make_empty()
Max Reitz
1
-0
/
+27
2014-11-03
qcow2: Allow "full" discard
Max Reitz
4
-13
/
+20
2014-11-03
iotests: Add test for external image truncation
Max Reitz
2
-2
/
+30
2014-11-03
raw-posix: raw_co_get_block_status() return value
Max Reitz
1
-14
/
+14
2014-11-03
raw-posix: Fix raw_co_get_block_status() after EOF
Max Reitz
1
-4
/
+10
2014-11-03
block/curl: Improve type safety of s->timeout.
Richard W.M. Jones
1
-2
/
+7
2014-11-03
snapshot: add bdrv_drain_all() to bdrv_snapshot_delete() to avoid concurrency...
Zhang Haoyu
1
-0
/
+4
2014-11-03
block.c: Fix type of IoOperationType variable in send_qmp_error_event()
Peter Maydell
1
-3
/
+3
2014-11-03
rbd: Add support for bdrv_invalidate_cache
Adam Crume
1
-0
/
+15
2014-11-03
block/parallels: fix access to not initialized memory in catalog_bitmap
Denis V. Lunev
1
-1
/
+1
2014-11-03
iotests: add v2 parallels sample image and simple test for it
Denis V. Lunev
3
-0
/
+9
2014-11-03
iotests: replace fake parallels image with authentic one
Denis V. Lunev
4
-9
/
+9
2014-11-03
snapshot: Reset err to NULL to avoid double free
Chris Spiegel
1
-1
/
+2
2014-11-03
ahci: Fix SDB FIS Construction
John Snow
2
-9
/
+17
2014-11-03
ahci: Update byte count after DMA completion
John Snow
3
-14
/
+40
[next]