summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | tests/docker: Install static libc package in CentOS 7Philippe Mathieu-Daudé2021-01-261-0/+1
| |/
* | Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2021-01-27...Peter Maydell2021-01-275-7/+85
|\ \
| * | target/microblaze: Add security attributes on memory transactionsJoe Komlodi2021-01-273-5/+26
| * | target/microblaze: use MMUAccessType instead of int in mmu_translateJoe Komlodi2021-01-272-2/+2
| * | target/microblaze: Add use-non-secure propertyJoe Komlodi2021-01-272-0/+57
| |/
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-01-26' in...Peter Maydell2021-01-2651-547/+1797
|\ \ | |/ |/|
| * iotests/178: Pass value to invalid optionMax Reitz2021-01-263-3/+3
| * iotests/118: Drop 'change' testMax Reitz2021-01-262-21/+3Star
| * iotests: Add test for the regression fixed in c8bf9a9169Alberto Garcia2021-01-263-0/+134
| * block: report errno when flock fcntl failsDavid Edmondson2021-01-261-10/+28
| * simplebench: add bench-backup.pyVladimir Sementsov-Ogievskiy2021-01-261-0/+167
| * simplebench: bench_block_job: add cmd_options argumentVladimir Sementsov-Ogievskiy2021-01-262-5/+8
| * simplebench/bench_block_job: use correct shebang line with python3Vladimir Sementsov-Ogievskiy2021-01-261-1/+1
| * block/block-copy: drop unused argument of block_copy()Vladimir Sementsov-Ogievskiy2021-01-263-10/+4Star
| * block/block-copy: drop unused block_copy_set_progress_callback()Vladimir Sementsov-Ogievskiy2021-01-262-21/+0Star
| * qapi: backup: disable copy_range by defaultVladimir Sementsov-Ogievskiy2021-01-262-2/+2
| * backup: move to block-copyVladimir Sementsov-Ogievskiy2021-01-261-67/+120
| * block/backup: drop extra gotos from backup_run()Vladimir Sementsov-Ogievskiy2021-01-261-7/+5Star
| * block/block-copy: make progress_bytes_callback optionalVladimir Sementsov-Ogievskiy2021-01-261-1/+3
| * iotests: 257: prepare for backup over block-copyVladimir Sementsov-Ogievskiy2021-01-262-153/+154
| * iotests: 219: prepare for backup over block-copyVladimir Sementsov-Ogievskiy2021-01-261-6/+7
| * iotests: 185: prepare for backup over block-copyVladimir Sementsov-Ogievskiy2021-01-262-2/+4
| * iotests/129: Limit backup's max-chunk/max-workersMax Reitz2021-01-261-1/+6
| * iotests: 56: prepare for backup over block-copyVladimir Sementsov-Ogievskiy2021-01-261-2/+7
| * qapi: backup: add max-chunk and max-workers to x-perf structVladimir Sementsov-Ogievskiy2021-01-264-8/+43
| * job: call job_enter from job_pauseVladimir Sementsov-Ogievskiy2021-01-262-0/+27
| * blockjob: add set_speed to BlockJobDriverVladimir Sementsov-Ogievskiy2021-01-262-0/+8
| * block/block-copy: add block_copy_cancelVladimir Sementsov-Ogievskiy2021-01-262-5/+32
| * block/block-copy: add ratelimit to block-copyVladimir Sementsov-Ogievskiy2021-01-264-4/+51
| * block/block-copy: add list of all call-statesVladimir Sementsov-Ogievskiy2021-01-261-1/+10
| * block/block-copy: add max_chunk and max_workers parametersVladimir Sementsov-Ogievskiy2021-01-262-2/+15
| * block/block-copy: implement block_copy_asyncVladimir Sementsov-Ogievskiy2021-01-262-4/+106
| * block/block-copy: More explicit call_stateVladimir Sementsov-Ogievskiy2021-01-261-13/+38
| * qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy2021-01-269-6/+41
| * coroutine-sigaltstack: Add SIGUSR2 mutexMax Reitz2021-01-261-0/+9
| * iotests/300: Clean up pylint and mypy complaintsMax Reitz2021-01-262-4/+16
| * iotests/129: Clean up pylint and mypy complaintsMax Reitz2021-01-262-3/+3
| * iotests/129: Limit mirror job's buffer sizeMax Reitz2021-01-261-1/+1
| * iotests/129: Actually test a commit jobMax Reitz2021-01-261-2/+25
| * iotests/129: Use throttle nodeMax Reitz2021-01-261-24/+13Star
| * iotests/129: Do not check @busyMax Reitz2021-01-261-1/+1
| * iotests/129: Remove test images in tearDown()Max Reitz2021-01-261-0/+2
| * iotests: Move try_remove to iotests.pyMax Reitz2021-01-262-11/+8Star
| * iotests/297: Rewrite in Python and extend reachMax Reitz2021-01-262-25/+92
| * iotests.py: Assume a couple of variables as givenMax Reitz2021-01-262-14/+13Star
| * block: apply COR-filter to block-stream jobsAndrey Shinkevich2021-01-264-55/+80
| * block/stream: add s->target_bsVladimir Sementsov-Ogievskiy2021-01-261-13/+10Star
| * iotests: 30: prepare to COR filter insertion by stream jobVladimir Sementsov-Ogievskiy2021-01-261-1/+3
| * qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy2021-01-265-31/+94
| * stream: rework backing-file changingAndrey Shinkevich2021-01-262-11/+6Star