aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf20-41/+57
2021-01-27Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-2...Peter Maydell10-26/+121
2021-01-27Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2021-01-27...Peter Maydell5-7/+85
2021-01-27hw/display/vmware_vga: Remove dependency on VNC headerPeter Maydell1-2/+1
2021-01-27vnc: send extended desktop resize on update requestsGerd Hoffmann1-0/+3
2021-01-27Revert "vnc: move initialization to framebuffer_update_request"Gerd Hoffmann1-4/+7
2021-01-27target/microblaze: Add security attributes on memory transactionsJoe Komlodi3-5/+26
2021-01-27target/microblaze: use MMUAccessType instead of int in mmu_translateJoe Komlodi2-2/+2
2021-01-27target/microblaze: Add use-non-secure propertyJoe Komlodi2-0/+57
2021-01-27libqtest: Rework qtest_rsp()Markus Armbruster1-24/+26
2021-01-27docs/devel: Explain how acceptance tests can be skippedWainer dos Santos Moschetta1-0/+62
2021-01-27gitlab-ci.yml: Avoid recompiling the sources in the test jobsThomas Huth1-1/+4
2021-01-27gitlab-ci.yml: Exclude some redundant targets in build-without-default-featuresThomas Huth1-0/+1
2021-01-26Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-01-26' in...Peter Maydell51-547/+1797
2021-01-26meson: Do not build optional libraries by defaultPhilippe Mathieu-Daudé1-0/+3
2021-01-26configure: Only check for audio drivers if system-mode is selectedPhilippe Mathieu-Daudé1-0/+6
2021-01-26gitlab-ci.yml: Avoid some submodules to speed up the CI a little bitThomas Huth5-1/+11
2021-01-26gitlab-ci: Test building linux-user targets on CentOS 7Philippe Mathieu-Daudé1-0/+7
2021-01-26tests/docker: Install static libc package in CentOS 7Philippe Mathieu-Daudé1-0/+1
2021-01-26iotests/178: Pass value to invalid optionMax Reitz3-3/+3
2021-01-26iotests/118: Drop 'change' testMax Reitz2-21/+3
2021-01-26iotests: Add test for the regression fixed in c8bf9a9169Alberto Garcia3-0/+134
2021-01-26block: report errno when flock fcntl failsDavid Edmondson1-10/+28
2021-01-26simplebench: add bench-backup.pyVladimir Sementsov-Ogievskiy1-0/+167
2021-01-26simplebench: bench_block_job: add cmd_options argumentVladimir Sementsov-Ogievskiy2-5/+8
2021-01-26simplebench/bench_block_job: use correct shebang line with python3Vladimir Sementsov-Ogievskiy1-1/+1
2021-01-26block/block-copy: drop unused argument of block_copy()Vladimir Sementsov-Ogievskiy3-10/+4
2021-01-26block/block-copy: drop unused block_copy_set_progress_callback()Vladimir Sementsov-Ogievskiy2-21/+0
2021-01-26qapi: backup: disable copy_range by defaultVladimir Sementsov-Ogievskiy2-2/+2
2021-01-26backup: move to block-copyVladimir Sementsov-Ogievskiy1-67/+120
2021-01-26block/backup: drop extra gotos from backup_run()Vladimir Sementsov-Ogievskiy1-7/+5
2021-01-26block/block-copy: make progress_bytes_callback optionalVladimir Sementsov-Ogievskiy1-1/+3
2021-01-26iotests: 257: prepare for backup over block-copyVladimir Sementsov-Ogievskiy2-153/+154
2021-01-26iotests: 219: prepare for backup over block-copyVladimir Sementsov-Ogievskiy1-6/+7
2021-01-26iotests: 185: prepare for backup over block-copyVladimir Sementsov-Ogievskiy2-2/+4
2021-01-26iotests/129: Limit backup's max-chunk/max-workersMax Reitz1-1/+6
2021-01-26iotests: 56: prepare for backup over block-copyVladimir Sementsov-Ogievskiy1-2/+7
2021-01-26qapi: backup: add max-chunk and max-workers to x-perf structVladimir Sementsov-Ogievskiy4-8/+43
2021-01-26job: call job_enter from job_pauseVladimir Sementsov-Ogievskiy2-0/+27
2021-01-26blockjob: add set_speed to BlockJobDriverVladimir Sementsov-Ogievskiy2-0/+8
2021-01-26block/block-copy: add block_copy_cancelVladimir Sementsov-Ogievskiy2-5/+32
2021-01-26block/block-copy: add ratelimit to block-copyVladimir Sementsov-Ogievskiy4-4/+51
2021-01-26block/block-copy: add list of all call-statesVladimir Sementsov-Ogievskiy1-1/+10
2021-01-26block/block-copy: add max_chunk and max_workers parametersVladimir Sementsov-Ogievskiy2-2/+15
2021-01-26block/block-copy: implement block_copy_asyncVladimir Sementsov-Ogievskiy2-4/+106
2021-01-26block/block-copy: More explicit call_stateVladimir Sementsov-Ogievskiy1-13/+38
2021-01-26qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy9-6/+41
2021-01-26coroutine-sigaltstack: Add SIGUSR2 mutexMax Reitz1-0/+9
2021-01-26iotests/300: Clean up pylint and mypy complaintsMax Reitz2-4/+16
2021-01-26iotests/129: Clean up pylint and mypy complaintsMax Reitz2-3/+3