summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/vm: Be verbose while extracting compressed imagesPhilippe Mathieu-Daudé2019-02-114-4/+8
* tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTSAlex Bennée2019-02-081-1/+9
* tests/vm: add --build-target optionAlex Bennée2019-02-084-3/+6
* tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386Alex Bennée2019-02-083-3/+0Star
* tests/vm: move images to $HOME/.cache/qemu-vm/imagesGerd Hoffmann2019-02-081-5/+7
* tests: PEP8 cleanup of docker.py, mostly white spaceAlex Bennée2019-02-081-13/+35
* tests: docker.py be even smarter with persistent binfmt_miscAlex Bennée2019-02-081-18/+38
* tests: make docker.py check for persistent configsAlex Bennée2019-02-081-0/+5
* tests: make docker.py update use configured binfmt pathAlex Bennée2019-02-081-10/+15
* docker: add debian-buster-arm64-crossAlex Bennée2019-02-084-1/+48
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-053-42/+71
|\
| * docker: adjust Xen repository for CentOS 7Paolo Bonzini2019-02-051-2/+3
| * configure: Add a proper check for openpty() in libutilThomas Huth2019-02-051-4/+0Star
| * vhost-user-test: reduce usage of global_qtestPaolo Bonzini2019-02-051-21/+17Star
| * vhost-user-test: skip if there is no memory at address 0Paolo Bonzini2019-02-051-13/+45
| * vhost-user-test: support VHOST_USER_PROTOCOL_F_CROSS_ENDIANPaolo Bonzini2019-02-051-3/+5
| * vhost-user-test: signal data_cond when s->rings changesPaolo Bonzini2019-02-051-0/+2
| * vhost-user-test: use g_cond_broadcastPaolo Bonzini2019-02-051-2/+2
* | tests/tcg/aarch64: Add pauth smoke testRichard Henderson2019-02-052-1/+28
|/
* test-filter-mirror: pass UNIX domain socket through fdJason Wang2019-02-041-12/+10Star
* tests/docker/test-mingw and docs: Remove --with-sdlabi=2.0Thomas Huth2019-02-041-2/+1Star
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-02-0120-71/+1296
|\
| * iotests/236: fix transaction kwarg orderJohn Snow2019-02-012-38/+39
| * iotests: Filter second BLOCK_JOB_ERROR from 229Max Reitz2019-02-012-2/+5
| * virtio-scsi: Forbid devices with different iothreads sharing a blockdevAlberto Garcia2019-02-012-0/+42
| * scsi-disk: Acquire the AioContext in scsi_*_realize()Alberto Garcia2019-02-012-0/+34
| * virtio-scsi: Move BlockBackend back to the main AioContext on unplugAlberto Garcia2019-02-013-0/+108
| * uuid: Make qemu_uuid_bswap() take and return a QemuUUIDPeter Maydell2019-02-011-1/+1
| * vmdk: Reject excess extents in blockdev-createKevin Wolf2019-02-012-7/+12
| * iotests: Add VMDK tests for blockdev-createKevin Wolf2019-02-013-0/+581
| * iotests: Filter cid numbers in VMDK extent infoFam Zheng2019-02-012-0/+2
| * iotests: Make 234 stableMax Reitz2019-02-012-28/+38
| * block: Fix hangs in synchronous APIs with iothreadsKevin Wolf2019-02-012-0/+374
| * qemu-iotests: add test case for dmgyuchenlin2019-02-015-0/+65
| * mirror: Block the source BlockDriverState in mirror_start_job()Alberto Garcia2019-02-011-2/+2
* | tests/microbit-test: Add tests for nRF51 NVMCSteffen Görtz2019-02-011-0/+108
|/
* iotests: Allow 147 to be run concurrentlyMax Reitz2019-01-311-30/+68
* iotests: Bind qemu-nbd to localhost in 147Max Reitz2019-01-311-1/+1
* iotests.py: Add qemu_nbd_pipe()Max Reitz2019-01-311-0/+14
* tests/microbit-test: Check nRF51 UART functionalityJulia Suvorova2019-01-291-0/+89
* tests/microbit-test: Make test independent of global_qtestJulia Suvorova2019-01-291-118/+129
* tests/libqtest: Introduce qtest_init_with_serial()Julia Suvorova2019-01-292-0/+36
* tests/microbit-test: add TWI stub device testStefan Hajnoczi2019-01-291-0/+44
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-25-20...Peter Maydell2019-01-25496-13685/+193Star
|\
| * tests: tcg: mips: Remove old directoriesAleksandar Markovic2019-01-24327-13708/+0Star
| * tests: tcg: mips: Add two new MakefilesAleksandar Markovic2019-01-242-0/+216
| * tests: tcg: mips: Move source files to new locationsAleksandar Markovic2019-01-24168-0/+0
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-01-24' into ...Peter Maydell2019-01-253-7/+8
|\ \
| * | json: Fix % handling when not interpolatingChristophe Fergeau2019-01-241-0/+5
| * | qapi: Eliminate indirection through qmp_event_get_func_emit()Markus Armbruster2019-01-242-7/+3Star