summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iotests/testrunner: fix recognition of python testsVladimir Sementsov-Ogievskiy2021-01-291-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-01-294-8/+10
|\
| * target/rx: Fix compiler errors for build with sanitizersStefan Weil2021-01-291-6/+6
| * net/slirp.c: Fix spelling error in error messageDoug Evans2021-01-291-1/+1
| * tcg/tci: Restrict tci_write_reg16() to 64-bit hostsPhilippe Mathieu-Daudé2021-01-271-0/+2
| * MAINTAINERS: Update 9pfs tree URLGreg Kurz2021-01-271-1/+1
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-01-28' into ...Peter Maydell2021-01-2831-554/+270Star
|\ \
| * | qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-2813-305/+143Star
| * | qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-2820-222/+96Star
| * | qapi: Introduce QAPI_LIST_APPENDEric Blake2021-01-281-0/+13
| * | qapi: A couple more QAPI_LIST_PREPEND() stragglersEric Blake2021-01-282-27/+16Star
| * | net: Clarify early exit conditionEric Blake2021-01-281-0/+2
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-01-2837-1729/+1481Star
|\ \ \
| * | | iotests: rename and move 169 and 199 testsVladimir Sementsov-Ogievskiy2021-01-274-0/+0
| * | | iotests: rewrite check into pythonVladimir Sementsov-Ogievskiy2021-01-277-1297/+139Star
| * | | iotests: add testrunner.pyVladimir Sementsov-Ogievskiy2021-01-271-0/+367
| * | | iotests: add testenv.pyVladimir Sementsov-Ogievskiy2021-01-271-0/+281
| * | | iotests: add findtests.pyVladimir Sementsov-Ogievskiy2021-01-272-1/+208
| * | | iotests: 146: drop extra whitespaces from .out fileVladimir Sementsov-Ogievskiy2021-01-271-390/+390
| * | | virtio-scsi-test: Test writing to scsi-cd deviceKevin Wolf2021-01-271-0/+39
| * | | block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-2720-41/+57
| |/ /
* | | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210127-pull-request' i...Peter Maydell2021-01-282-6/+11
|\ \ \
| * | | hw/display/vmware_vga: Remove dependency on VNC headerPeter Maydell2021-01-271-2/+1Star
| * | | vnc: send extended desktop resize on update requestsGerd Hoffmann2021-01-271-0/+3
| * | | Revert "vnc: move initialization to framebuffer_update_request"Gerd Hoffmann2021-01-271-4/+7
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-2...Peter Maydell2021-01-2710-26/+121
|\ \ \ | |_|/ |/| |
| * | libqtest: Rework qtest_rsp()Markus Armbruster2021-01-271-24/+26
| * | docs/devel: Explain how acceptance tests can be skippedWainer dos Santos Moschetta2021-01-271-0/+62
| * | gitlab-ci.yml: Avoid recompiling the sources in the test jobsThomas Huth2021-01-271-1/+4
| * | gitlab-ci.yml: Exclude some redundant targets in build-without-default-featuresThomas Huth2021-01-271-0/+1
| * | meson: Do not build optional libraries by defaultPhilippe Mathieu-Daudé2021-01-261-0/+3
| * | configure: Only check for audio drivers if system-mode is selectedPhilippe Mathieu-Daudé2021-01-261-0/+6
| * | gitlab-ci.yml: Avoid some submodules to speed up the CI a little bitThomas Huth2021-01-265-1/+11
| * | gitlab-ci: Test building linux-user targets on CentOS 7Philippe Mathieu-Daudé2021-01-261-0/+7
| * | 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