summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* qapi: Fix parse errors for removal of null from schema languageMarkus Armbruster2021-03-052-2/+2
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-03-023-32/+32
|\
| * chardev: do not use short form boolean options in non-QemuOpts character devi...Paolo Bonzini2021-02-251-4/+4
| * target/i386: update to show preferred boolean syntax for -cpuDaniel P. Berrangé2021-02-251-26/+26
| * docs: update to show preferred boolean syntax for -chardevDaniel P. Berrangé2021-02-251-2/+2
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-updates-24022...Peter Maydell2021-02-257-14/+11Star
|\ \
| * | tests/acceptance: allow a "graceful" failing for virtio-gpu testAlex Bennée2021-02-241-1/+6
| * | docker: Bump Fedora images to release 33Philippe Mathieu-Daudé2021-02-245-5/+5
| * | meson.build: expose TCG cross compiler information in summaryAlex Bennée2021-02-241-8/+0Star
| |/
* | qtest/acpi/bios-tables-test: update acpi tablesIsaku Yamahata2021-02-2315-14/+0Star
* | acpi: add test case for -no-hpetIsaku Yamahata2021-02-231-0/+24
* | acpi: add test case for smm unsupported -machine smm=offIsaku Yamahata2021-02-231-0/+76
* | qtest: update tests/qtest/bios-tables-test-allowed-diff.hIsaku Yamahata2021-02-235-0/+14
* | tests/data/acpi/virt/DSDT.pxb: update with _CCAXingang Wang2021-02-232-1/+0Star
* | acpi: Allow pxb DSDT acpi table changesXingang Wang2021-02-231-0/+1
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ...Peter Maydell2021-02-211-0/+39
|\
| * tests/acceptance: Test PMON with Loongson-3A1000 CPUJiaxun Yang2021-02-211-0/+39
* | hw/block/fdc: Remove the check_media_rate propertyThomas Huth2021-02-201-35/+0Star
|/
* tests/qtest/boot-sector: Check that the guest did not panicThomas Huth2021-02-191-0/+9
* tests/qtest/boot-serial-test: Test Virt machine with 'max'Philippe Mathieu-Daudé2021-02-191-1/+1
* Hexagon (tests/tcg/hexagon) TCG tests - floating pointTaylor Simpson2021-02-182-0/+371
* Hexagon (tests/tcg/hexagon) TCG tests - atomics/load/store/miscTaylor Simpson2021-02-187-0/+1147
* Hexagon (tests/tcg/hexagon) TCG tests - multiarchTaylor Simpson2021-02-184-1/+1549
* tests/acceptance: add a memory callback checkAlex Bennée2021-02-181-0/+31
* tests/plugin: allow memory plugin to do both inline and callbacksAlex Bennée2021-02-181-7/+20
* tests/acceptance: add a new tests to detect counting errorsAlex Bennée2021-02-181-0/+26
* tests/acceptance: add a new set of tests to exercise pluginsAlex Bennée2021-02-181-0/+91
* tests/plugin: expand insn test to detect duplicate instructionsAlex Bennée2021-02-184-1/+38
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-174-4/+158
|\
| * tests/qtest/qos-test: dump QEMU command if verboseChristian Schoenebeck2021-02-161-0/+3
| * tests/qtest/qos-test: dump environment variables if verboseChristian Schoenebeck2021-02-161-1/+8
| * tests/qtest/qos-test: dump qos graph if verboseChristian Schoenebeck2021-02-163-0/+68
| * libqos/qgraph_internal: add qos_printf() and qos_printf_literal()Christian Schoenebeck2021-02-161-0/+11
| * libqos/qgraph: add qos_node_create_driver_named()Christian Schoenebeck2021-02-163-3/+68
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210217'...Peter Maydell2021-02-1710-1/+735
|\ \
| * | hw/i2c: Implement NPCM7XX SMBus Module FIFO ModeHao Wu2021-02-161-3/+146
| * | hw/i2c: Add a QTest for NPCM7XX SMBus DeviceHao Wu2021-02-162-0/+353
| * | tests/tcg/aarch64: Add mte smoke testsRichard Henderson2021-02-167-0/+239
| * | target/arm: Use the proper TBI settings for linux-userRichard Henderson2021-02-161-1/+0Star
| |/
* | Acceptance Tests: set up existing ssh keys by defaultCleber Rosa2021-02-161-0/+14
* | Acceptance Tests: fix population of public key in cloudinit imageCleber Rosa2021-02-161-1/+3
* | Acceptance Tests: introduce method for requiring an acceleratorCleber Rosa2021-02-163-29/+34
* | Acceptance Tests: introduce LinuxTest base classCleber Rosa2021-02-163-93/+94
* | tests/acceptance/virtio-gpu.py: preserve virtio-user-gpu logCleber Rosa2021-02-161-2/+3
* | virtiofs_submounts.py test: Note on vmlinuz paramMax Reitz2021-02-161-0/+12
* | Acceptance Tests: bump Avocado version requirement to 85.0Cleber Rosa2021-02-161-1/+1
|/
* tests/qemu-iotests: Remove test 259 from the "auto" groupThomas Huth2021-02-151-1/+1
* iotests: Consistent $IMGOPTS boundary matchingMax Reitz2021-02-151-1/+3
* tests/tcg: fix silent skipping of softmmu gdb testsAlex Bennée2021-02-151-1/+5
* tests/docker: remove travis containerDaniel P. Berrangé2021-02-154-95/+2Star