aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest
AgeCommit message (Expand)AuthorFilesLines
2022-04-21tests: expand the migration precopy helper to support failuresDaniel P. Berrangé1-9/+42
2022-04-21tests: switch migration FD passing test to use common precopy helperDaniel P. Berrangé1-36/+21
2022-04-21tests: introduce ability to provide hooks for migration precopy testDaniel P. Berrangé1-0/+38
2022-04-21tests: merge code for UNIX and TCP migration pre-copy testsDaniel P. Berrangé1-49/+49
2022-04-21tests: switch MigrateStart struct to be stack allocatedDaniel P. Berrangé1-78/+56
2022-04-21tests: print newline after QMP response in qtest logsDaniel P. Berrangé1-1/+4
2022-04-21tests: support QTEST_TRACE env variableDaniel P. Berrangé1-2/+6
2022-04-21tests/fuzz: fix warningMarc-André Lureau1-2/+0
2022-04-21qtest: simplify socket_send()Marc-André Lureau1-14/+2
2022-04-20tests/qtest: properly initialise the vring used idxAlex Bennée1-0/+2
2022-04-20tests/qtest: Move the fuzz tests to x86 onlyThomas Huth6-43/+22
2022-04-20tests/qtest: Enable more tests for the "mipsel" targetThomas Huth2-11/+4
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau31-34/+0
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau1-1/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2-2/+2
2022-03-29tests/qtest: failover: fix infinite loopLaurent Vivier1-4/+25
2022-03-22Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2-0/+110
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau4-26/+26
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau6-17/+17
2022-03-219pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-03-21tests/qtest/fuzz-sdcard-test: Add reproducer for OSS-Fuzz (Issue 29225)Philippe Mathieu-Daudé1-0/+76
2022-03-21tests/qtest/intel-hda-test: Add reproducer for issue #542Philippe Mathieu-Daudé1-0/+34
2022-03-14qtest/meson.build: check CONFIG_TCG for boot-serial-test in qtests_ppcDaniel Henrique Barboza1-1/+2
2022-03-14qtest/meson.build: check CONFIG_TCG for prom-env-test in qtests_ppcDaniel Henrique Barboza1-1/+2
2022-03-09Merge remote-tracking branch 'remotes/philmd/tags/pmbus-20220308' into stagingPeter Maydell2-0/+475
2022-03-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+2
2022-03-08hw/sensor: add Renesas raa228000 deviceTitus Rwantare1-0/+72
2022-03-08hw/sensor: add Renesas raa229004 PMBus deviceTitus Rwantare1-0/+8
2022-03-08hw/sensor: add Intersil ISL69260 device modelTitus Rwantare2-0/+395
2022-03-079p: darwin: Adjust assumption on virtio-9p-testWill Cohen1-1/+1
2022-03-06tests/acpi: i386: update FACP table differencesLiav Albani1-4/+0
2022-03-06tests/acpi: i386: allow FACP acpi table changesLiav Albani1-0/+4
2022-03-06tests/qtest/virtio-iommu-test: Check bypass configJean-Philippe Brucker1-0/+2
2022-03-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...Peter Maydell2-0/+216
2022-03-02tests/qtest: add qtests for npcm7xx sdhciShengtan Mao2-0/+216
2022-03-02tests: Pass in MigrateStart** into test_migrate_start()Peter Xu1-12/+15
2022-02-21tests/qtest: failover: migration abort test with failover offLaurent Vivier1-0/+180
2022-02-21tests/qtest: failover: test migration if the guest doesn't support failoverLaurent Vivier1-0/+142
2022-02-21tests/qtest: failover: check migration with failover offLaurent Vivier1-0/+133
2022-02-21tests/qtest: failover: check missing guest featureLaurent Vivier1-0/+33
2022-02-21tests/qtest: failover: check the feature is correctly providedLaurent Vivier1-53/+86
2022-02-21tests/qtest: failover: use a macro for check_one_card()Laurent Vivier1-26/+21
2022-02-21tests/qtest: failover: clean up pathname of testsLaurent Vivier1-8/+13
2022-02-21tests/qtest/ide-test: Remove bad retry_isa testThomas Huth1-12/+1
2022-02-21tests/qtest/vhost-user-test.c: Use vhostforce=onEric Auger1-1/+1
2022-02-21erst: drop cast to long longMichael S. Tsirkin1-1/+1
2022-02-21tests/x86: Use 'pc' machine type for hotplug testsDr. David Alan Gilbert4-10/+56
2022-02-21tests/x86: Use 'pc' machine type for old hardware testsDr. David Alan Gilbert4-6/+13
2022-02-17tests/9pfs: Use g_autofree and g_autoptr where possibleGreg Kurz1-9/+4
2022-02-17tests/9pfs: Fix leak of local_test_pathGreg Kurz1-0/+7