aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2021-01-28qapi: Introduce QAPI_LIST_APPENDEric Blake
2021-01-28qapi: A couple more QAPI_LIST_PREPEND() stragglersEric Blake
2021-01-28net: Clarify early exit conditionEric Blake
2021-01-27iotests: rename and move 169 and 199 testsVladimir Sementsov-Ogievskiy
2021-01-27iotests: rewrite check into pythonVladimir Sementsov-Ogievskiy
2021-01-27iotests: add testrunner.pyVladimir Sementsov-Ogievskiy
2021-01-27iotests: add testenv.pyVladimir Sementsov-Ogievskiy
2021-01-27iotests: add findtests.pyVladimir Sementsov-Ogievskiy
2021-01-27iotests: 146: drop extra whitespaces from .out fileVladimir Sementsov-Ogievskiy
2021-01-27virtio-scsi-test: Test writing to scsi-cd deviceKevin Wolf
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2021-01-27Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-2...Peter Maydell
2021-01-27Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2021-01-27...Peter Maydell
2021-01-27hw/display/vmware_vga: Remove dependency on VNC headerPeter Maydell
2021-01-27vnc: send extended desktop resize on update requestsGerd Hoffmann
2021-01-27Revert "vnc: move initialization to framebuffer_update_request"Gerd Hoffmann
2021-01-27target/microblaze: Add security attributes on memory transactionsJoe Komlodi
2021-01-27target/microblaze: use MMUAccessType instead of int in mmu_translateJoe Komlodi
2021-01-27target/microblaze: Add use-non-secure propertyJoe Komlodi
2021-01-27libqtest: Rework qtest_rsp()Markus Armbruster
2021-01-27docs/devel: Explain how acceptance tests can be skippedWainer dos Santos Moschetta
2021-01-27gitlab-ci.yml: Avoid recompiling the sources in the test jobsThomas Huth
2021-01-27gitlab-ci.yml: Exclude some redundant targets in build-without-default-featuresThomas Huth
2021-01-26Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-01-26' in...Peter Maydell
2021-01-26meson: Do not build optional libraries by defaultPhilippe Mathieu-Daudé
2021-01-26configure: Only check for audio drivers if system-mode is selectedPhilippe Mathieu-Daudé
2021-01-26gitlab-ci.yml: Avoid some submodules to speed up the CI a little bitThomas Huth
2021-01-26gitlab-ci: Test building linux-user targets on CentOS 7Philippe Mathieu-Daudé
2021-01-26tests/docker: Install static libc package in CentOS 7Philippe Mathieu-Daudé
2021-01-26iotests/178: Pass value to invalid optionMax Reitz
2021-01-26iotests/118: Drop 'change' testMax Reitz
2021-01-26iotests: Add test for the regression fixed in c8bf9a9169Alberto Garcia
2021-01-26block: report errno when flock fcntl failsDavid Edmondson
2021-01-26simplebench: add bench-backup.pyVladimir Sementsov-Ogievskiy
2021-01-26simplebench: bench_block_job: add cmd_options argumentVladimir Sementsov-Ogievskiy
2021-01-26simplebench/bench_block_job: use correct shebang line with python3Vladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: drop unused argument of block_copy()Vladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: drop unused block_copy_set_progress_callback()Vladimir Sementsov-Ogievskiy
2021-01-26qapi: backup: disable copy_range by defaultVladimir Sementsov-Ogievskiy
2021-01-26backup: move to block-copyVladimir Sementsov-Ogievskiy
2021-01-26block/backup: drop extra gotos from backup_run()Vladimir Sementsov-Ogievskiy
2021-01-26block/block-copy: make progress_bytes_callback optionalVladimir Sementsov-Ogievskiy
2021-01-26iotests: 257: prepare for backup over block-copyVladimir Sementsov-Ogievskiy
2021-01-26iotests: 219: prepare for backup over block-copyVladimir Sementsov-Ogievskiy
2021-01-26iotests: 185: prepare for backup over block-copyVladimir Sementsov-Ogievskiy
2021-01-26iotests/129: Limit backup's max-chunk/max-workersMax Reitz
2021-01-26iotests: 56: prepare for backup over block-copyVladimir Sementsov-Ogievskiy
2021-01-26qapi: backup: add max-chunk and max-workers to x-perf structVladimir Sementsov-Ogievskiy
2021-01-26job: call job_enter from job_pauseVladimir Sementsov-Ogievskiy