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
2017-10-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...
Peter Maydell
1
-8
/
+10
2017-10-13
block/throttle.c: add bdrv_co_drain_begin/end callbacks
Manos Pitsidianakis
1
-0
/
+18
2017-10-13
block: rename bdrv_co_drain to bdrv_co_drain_begin
Manos Pitsidianakis
2
-5
/
+5
2017-10-13
block: add bdrv_co_drain_end callback
Manos Pitsidianakis
1
-14
/
+34
2017-10-12
block/nbd-client: refactor nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2017-10-12
block/nbd-client: assert qiov len once in nbd_co_request
Vladimir Sementsov-Ogievskiy
1
-4
/
+6
2017-10-09
config: qemu_config_parse() return number of config groups
Eduardo Habkost
1
-1
/
+0
2017-10-06
block/mirror: check backing in bdrv_mirror_top_flush
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2017-10-06
qcow2: truncate the tail of the image file after shrinking the image
Pavel Butsykin
3
-0
/
+46
2017-10-06
qcow2: fix return error code in qcow2_truncate()
Pavel Butsykin
1
-2
/
+2
2017-10-06
block/mirror: check backing in bdrv_mirror_top_refresh_filename
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2017-10-06
block: support passthrough of BDRV_REQ_FUA in crypto driver
Daniel P. Berrange
1
-2
/
+5
2017-10-06
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
4
-19
/
+16
2017-10-06
block: convert crypto driver to bdrv_co_preadv|pwritev
Daniel P. Berrange
1
-52
/
+54
2017-10-06
block: fix data type casting for crypto payload offset
Daniel P. Berrange
1
-4
/
+9
2017-10-06
block: use 1 MB bounce buffers for crypto instead of 16KB
Daniel P. Berrange
1
-13
/
+15
2017-10-06
block: Perform copy-on-read in loop
Eric Blake
1
-38
/
+82
2017-10-06
block: Add blkdebug hook for copy-on-read
Eric Blake
1
-0
/
+1
2017-10-06
block: Uniform handling of 0-length bdrv_get_block_status()
Eric Blake
1
-0
/
+4
2017-10-06
commit: Remove overlay_bs
Kevin Wolf
1
-47
/
+15
2017-10-06
commit: Support multiple roots above top node
Kevin Wolf
1
-1
/
+1
2017-10-06
dirty-bitmap: Convert internal hbitmap size/granularity
Eric Blake
1
-44
/
+18
2017-10-06
dirty-bitmap: Switch bdrv_set_dirty() to bytes
Eric Blake
2
-7
/
+6
2017-10-06
qcow2: Switch store_bitmap_data() to byte-based iteration
Eric Blake
1
-15
/
+16
2017-10-06
qcow2: Switch load_bitmap_data() to byte-based iteration
Eric Blake
1
-14
/
+8
2017-10-06
qcow2: Switch qcow2_measure() to byte-based iteration
Eric Blake
1
-12
/
+10
2017-10-06
mirror: Switch mirror_dirty_init() to byte-based iteration
Eric Blake
1
-24
/
+14
2017-10-06
dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes
Eric Blake
2
-16
/
+22
2017-10-06
dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes
Eric Blake
2
-6
/
+5
2017-10-06
dirty-bitmap: Change bdrv_get_dirty_count() to report bytes
Eric Blake
2
-12
/
+8
2017-10-06
dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offset
Eric Blake
4
-7
/
+8
2017-10-06
dirty-bitmap: Set iterator start by offset, not sector
Eric Blake
4
-12
/
+10
2017-10-06
qcow2: Switch sectors_covered_by_bitmap_cluster() to byte-based
Eric Blake
1
-14
/
+14
2017-10-06
dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytes
Eric Blake
2
-21
/
+38
2017-10-06
dirty-bitmap: Track bitmap size by bytes
Eric Blake
1
-12
/
+14
2017-10-06
dirty-bitmap: Change bdrv_dirty_bitmap_size() to report bytes
Eric Blake
2
-7
/
+9
2017-10-06
dirty-bitmap: Avoid size query failure during truncate
Eric Blake
1
-3
/
+3
2017-10-06
dirty-bitmap: Drop unused functions
Eric Blake
1
-44
/
+0
2017-10-06
qcow2: Ensure bitmap serialization is aligned
Eric Blake
1
-2
/
+5
2017-10-06
hbitmap: Rename serialization_granularity to serialization_align
Eric Blake
1
-1
/
+1
2017-10-06
block: Typo fix in copy_on_readv()
Eric Blake
1
-1
/
+1
2017-09-27
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
12
-41
/
+289
2017-09-26
block/qcow2-bitmap: fix use of uninitialized pointer
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2017-09-26
qcow2: add shrink image support
Pavel Butsykin
4
-9
/
+218
2017-09-26
qcow2: add qcow2_cache_discard
Pavel Butsykin
3
-2
/
+47
2017-09-26
block: Add reopen_queue to bdrv_child_perm()
Kevin Wolf
4
-0
/
+4
2017-09-26
block: Clean up some bad code in the vvfat driver
Thomas Huth
1
-24
/
+2
2017-09-26
block/throttle-groups.c: allocate RestartData on the heap
Manos Pitsidianakis
1
-5
/
+7
2017-09-26
file-posix: Clear out first sector in hdev_create
Fam Zheng
1
-0
/
+10
2017-09-25
block/nbd-client: nbd_co_send_request: fix return code
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
[next]