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
2021-01-01
Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...
Peter Maydell
1
-1
/
+1
2020-12-31
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-12-18' in...
Peter Maydell
48
-447
/
+2357
2020-12-31
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
17
-193
/
+361
2020-12-31
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201218a'...
Peter Maydell
9
-153
/
+131
2020-12-31
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...
Peter Maydell
10
-108
/
+333
2020-12-30
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-1...
Peter Maydell
15
-37
/
+61
2020-12-18
contrib/rdmacm-mux: Fix error condition in hash_tbl_search_fd_by_ifid()
AlexChen
1
-1
/
+1
2020-12-18
iotests: Fix _send_qemu_cmd with bash 5.1
Max Reitz
24
-199
/
+728
2020-12-18
iotests/102: Pass $QEMU_HANDLE to _send_qemu_cmd
Max Reitz
2
-2
/
+2
2020-12-18
block/vpc: Use sizeof() instead of HEADER_SIZE for footer size
Markus Armbruster
1
-15
/
+14
2020-12-18
block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t *
Markus Armbruster
1
-7
/
+7
2020-12-18
block/vpc: Pad VHDFooter, replace uint8_t[] buffers
Markus Armbruster
1
-40
/
+37
2020-12-18
block/vpc: Use sizeof() instead of 1024 for dynamic header size
Markus Armbruster
1
-4
/
+5
2020-12-18
block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffers
Markus Armbruster
1
-22
/
+19
2020-12-18
block/vpc: Make vpc_checksum() take void *
Markus Armbruster
1
-1
/
+2
2020-12-18
block/vpc: Don't abuse the footer buffer for dynamic header
Markus Armbruster
1
-10
/
+12
2020-12-18
block/vpc: Don't abuse the footer buffer as BAT sector buffer
Markus Armbruster
1
-2
/
+3
2020-12-18
block/vpc: Make vpc_open() read the full dynamic header
Markus Armbruster
1
-4
/
+4
2020-12-18
block/nvme: Implement fake truncate() coroutine
Philippe Mathieu-Daudé
1
-0
/
+24
2020-12-18
quorum: Implement bdrv_co_pwrite_zeroes()
Alberto Garcia
3
-2
/
+53
2020-12-18
quorum: Implement bdrv_co_block_status()
Alberto Garcia
4
-0
/
+268
2020-12-18
scripts/simplebench: add bench_prealloc.py
Vladimir Sementsov-Ogievskiy
1
-0
/
+132
2020-12-18
simplebench/results_to_text: make executable
Vladimir Sementsov-Ogievskiy
1
-0
/
+14
2020-12-18
simplebench/results_to_text: add difference line to the table
Vladimir Sementsov-Ogievskiy
1
-7
/
+60
2020-12-18
simplebench/results_to_text: improve view of the table
Vladimir Sementsov-Ogievskiy
1
-1
/
+12
2020-12-18
simplebench: move results_to_text() into separate file
Vladimir Sementsov-Ogievskiy
4
-33
/
+52
2020-12-18
simplebench: rename ascii() to results_to_text()
Vladimir Sementsov-Ogievskiy
3
-7
/
+7
2020-12-18
scripts/simplebench: use standard deviation for +- error
Vladimir Sementsov-Ogievskiy
1
-5
/
+6
2020-12-18
scripts/simplebench: support iops
Vladimir Sementsov-Ogievskiy
1
-10
/
+28
2020-12-18
scripts/simplebench: fix grammar: s/successed/succeeded/
Vladimir Sementsov-Ogievskiy
1
-6
/
+6
2020-12-18
iotests: add 298 to test new preallocate filter driver
Vladimir Sementsov-Ogievskiy
3
-0
/
+192
2020-12-18
iotests.py: execute_setup_common(): add required_fmts argument
Vladimir Sementsov-Ogievskiy
1
-1
/
+8
2020-12-18
iotests: qemu_io_silent: support --image-opts
Vladimir Sementsov-Ogievskiy
1
-1
/
+6
2020-12-18
qemu-io: add preallocate mode parameter for truncate command
Vladimir Sementsov-Ogievskiy
1
-14
/
+32
2020-12-18
block: introduce preallocate filter
Vladimir Sementsov-Ogievskiy
4
-1
/
+605
2020-12-18
block: bdrv_check_perm(): process children anyway
Vladimir Sementsov-Ogievskiy
1
-2
/
+5
2020-12-18
block: introduce BDRV_REQ_NO_WAIT flag
Vladimir Sementsov-Ogievskiy
2
-2
/
+18
2020-12-18
block: bdrv_mark_request_serialising: split non-waiting function
Vladimir Sementsov-Ogievskiy
3
-14
/
+26
2020-12-18
block/io: bdrv_wait_serialising_requests_locked: drop extra bs arg
Vladimir Sementsov-Ogievskiy
1
-5
/
+5
2020-12-18
block/io: split out bdrv_find_conflicting_request
Vladimir Sementsov-Ogievskiy
1
-30
/
+41
2020-12-18
block/io.c: drop assertion on double waiting for request serialisation
Vladimir Sementsov-Ogievskiy
1
-10
/
+1
2020-12-18
block: simplify comment to BDRV_REQ_SERIALISING
Vladimir Sementsov-Ogievskiy
1
-10
/
+1
2020-12-18
block: drop tighten_restrictions
Vladimir Sementsov-Ogievskiy
1
-72
/
+17
2020-12-18
block: bdrv_child_set_perm() drop redundant parameters.
Vladimir Sementsov-Ogievskiy
1
-11
/
+4
2020-12-18
block: bdrv_set_perm() drop redundant parameters.
Vladimir Sementsov-Ogievskiy
1
-14
/
+15
2020-12-18
block: add bdrv_refresh_perms() helper
Vladimir Sementsov-Ogievskiy
1
-30
/
+31
2020-12-18
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...
Peter Maydell
20
-307
/
+434
2020-12-18
iotests:172: use _filter_qom_path
Vladimir Sementsov-Ogievskiy
2
-77
/
+77
2020-12-18
iotests: make _filter_qom_path more strict
Vladimir Sementsov-Ogievskiy
2
-29
/
+29
2020-12-18
MAINTAINERS: add Kevin Wolf as storage daemon maintainer
Stefan Hajnoczi
1
-0
/
+9
[next]