summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312'...Peter Maydell2020-03-121-0/+230
|\
| * tests/boot_linux_console: Test booting NetBSD via U-Boot on OrangePi PCPhilippe Mathieu-Daudé2020-03-121-0/+70
| * tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PCPhilippe Mathieu-Daudé2020-03-121-0/+48
| * tests/boot_linux_console: Add a SD card test for the OrangePi PC boardPhilippe Mathieu-Daudé2020-03-121-0/+47
| * tests/boot_linux_console: Add initrd test for the Orange Pi PC boardPhilippe Mathieu-Daudé2020-03-121-0/+40
| * tests/boot_linux_console: Add a quick test for the OrangePi PC boardPhilippe Mathieu-Daudé2020-03-121-0/+25
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-03-129-20/+162
|\ \ | |/ |/|
| * qemu-iotests: adding LUKS cleanup for non-UTF8 secret errorDaniel Henrique Barboza2020-03-113-0/+79
| * tests/qemu-iotests: Fix socket_scm_helper build pathPhilippe Mathieu-Daudé2020-03-112-1/+1
| * iotests: Add iothread cases to 155Kevin Wolf2020-03-112-11/+25
| * iotests: Test mirror with temporarily disabled target backing fileKevin Wolf2020-03-112-7/+53
| * iotests: Fix run_job() with use_log=FalseKevin Wolf2020-03-111-1/+4
| * block: Relax restrictions for blockdev-snapshotKevin Wolf2020-03-111-2/+2
* | tests: Disable dbus-vmstate-testPeter Maydell2020-03-121-1/+2
* | iotests: Fix nonportable use of od --endianEric Blake2020-03-111-5/+17
* | iotests: add 288 luks qemu-img measure testStefan Hajnoczi2020-03-113-0/+124
* | qemu-img: allow qemu-img measure --object without a filenameStefan Hajnoczi2020-03-113-9/+9
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-03-066-14/+124
|\
| * block: bdrv_reopen() with backing file in different AioContextKevin Wolf2020-03-061-5/+3Star
| * iotests: Refactor blockdev-reopen test for iothreadsKevin Wolf2020-03-062-12/+39
| * hmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-061-1/+1
| * qmp: Fail gracefully if chardev is already in useKevin Wolf2020-03-061-1/+1
| * iotests/026: Test EIO on allocation in a data-fileMax Reitz2020-03-063-0/+44
| * iotests/026: Test EIO on preallocated zero clusterMax Reitz2020-03-063-0/+41
* | tests: Fix a bug with count variablesTianjia Zhang2020-03-061-1/+1
* | qtest: fix fuzzer-related 80-char limit violationsAlexander Bulekov2020-03-061-1/+4
* | fuzz: fix style/typos in linker-script commentsAlexander Bulekov2020-03-061-6/+10
|/
* Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-03-04-2...Peter Maydell2020-03-0513-430/+686
|\
| * test: tpm-tis: Add Sysbus TPM-TIS device testEric Auger2020-03-053-0/+168
| * test: tpm-tis: Get prepared to share tests between ISA and sysbus devicesEric Auger2020-03-059-415/+493
| * test: tpm: pass optional machine options to swtpm test functionsEric Auger2020-03-056-13/+23
| * tpm: Separate TPM_TIS and TPM_TIS_ISA configsEric Auger2020-03-051-2/+2
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200305'...Peter Maydell2020-03-051-1/+1
|\ \ | |/ |/|
| * tests/tcg/aarch64: Add newline in pauth-1 printfRichard Henderson2020-03-051-1/+1
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-05' into ...Peter Maydell2020-03-051-5/+1Star
|\ \ | |/ |/|
| * qapi: Drop conditionals for Python 2Markus Armbruster2020-03-051-5/+1Star
* | tests/acceptance: bump avocado requirements to 76.0Alex Bennée2020-03-041-1/+1
* | configure: detect and report genisoimageAlex Bennée2020-03-041-3/+11
* | tests/vm: Added gen_cloud_init_iso() to basevm.pyRobert Foley2020-03-043-68/+42Star
* | tests/vm: give wait_ssh() option to wait for rootRobert Foley2020-03-041-2/+5
* | tests/vm: increased max timeout for vm boot.Robert Foley2020-03-041-0/+7
* | tests/vm: Debug mode shows ssh output.Robert Foley2020-03-041-1/+6
* | tests/vm: use $(PYTHON) consistentlyRobert Foley2020-03-041-1/+1
|/
* tests/test-replication.c: Add test for for secondary node continuing replicationLukas Straub2020-03-031-0/+52
* tests/acceptance/integratorcp: Verify Tux is displayed on framebufferPhilippe Mathieu-Daudé2020-02-281-0/+52
* tests/acceptance: Extract boot_integratorcp() from test_integratorcp()Philippe Mathieu-Daudé2020-02-281-7/+11
* tests/acceptance: Add a test for the integratorcp arm machineThomas Huth2020-02-281-0/+43
* tests/acceptance: Add a test for the N800 and N810 arm machinesThomas Huth2020-02-281-0/+49
* Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell2020-02-2811-12/+49
|\
| * test-vmstate: Fix memleaks in test_load_qlistChen Qun2020-02-281-4/+2Star