index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qtest
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
31
-34
/
+0
2022-04-06
include: move C/util-related declarations to cutils.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2
-2
/
+2
2022-03-29
tests/qtest: failover: fix infinite loop
Laurent Vivier
1
-4
/
+25
2022-03-22
Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2
-0
/
+110
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
4
-26
/
+26
2022-03-22
Drop qemu_foo() socket API wrapper
Marc-André Lureau
6
-17
/
+17
2022-03-21
9pfs: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+2
2022-03-21
tests/qtest/fuzz-sdcard-test: Add reproducer for OSS-Fuzz (Issue 29225)
Philippe Mathieu-Daudé
1
-0
/
+76
2022-03-21
tests/qtest/intel-hda-test: Add reproducer for issue #542
Philippe Mathieu-Daudé
1
-0
/
+34
2022-03-14
qtest/meson.build: check CONFIG_TCG for boot-serial-test in qtests_ppc
Daniel Henrique Barboza
1
-1
/
+2
2022-03-14
qtest/meson.build: check CONFIG_TCG for prom-env-test in qtests_ppc
Daniel Henrique Barboza
1
-1
/
+2
2022-03-09
Merge remote-tracking branch 'remotes/philmd/tags/pmbus-20220308' into staging
Peter Maydell
2
-0
/
+475
2022-03-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+2
2022-03-08
hw/sensor: add Renesas raa228000 device
Titus Rwantare
1
-0
/
+72
2022-03-08
hw/sensor: add Renesas raa229004 PMBus device
Titus Rwantare
1
-0
/
+8
2022-03-08
hw/sensor: add Intersil ISL69260 device model
Titus Rwantare
2
-0
/
+395
2022-03-07
9p: darwin: Adjust assumption on virtio-9p-test
Will Cohen
1
-1
/
+1
2022-03-06
tests/acpi: i386: update FACP table differences
Liav Albani
1
-4
/
+0
2022-03-06
tests/acpi: i386: allow FACP acpi table changes
Liav Albani
1
-0
/
+4
2022-03-06
tests/qtest/virtio-iommu-test: Check bypass config
Jean-Philippe Brucker
1
-0
/
+2
2022-03-03
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...
Peter Maydell
2
-0
/
+216
2022-03-02
tests/qtest: add qtests for npcm7xx sdhci
Shengtan Mao
2
-0
/
+216
2022-03-02
tests: Pass in MigrateStart** into test_migrate_start()
Peter Xu
1
-12
/
+15
2022-02-21
tests/qtest: failover: migration abort test with failover off
Laurent Vivier
1
-0
/
+180
2022-02-21
tests/qtest: failover: test migration if the guest doesn't support failover
Laurent Vivier
1
-0
/
+142
2022-02-21
tests/qtest: failover: check migration with failover off
Laurent Vivier
1
-0
/
+133
2022-02-21
tests/qtest: failover: check missing guest feature
Laurent Vivier
1
-0
/
+33
2022-02-21
tests/qtest: failover: check the feature is correctly provided
Laurent Vivier
1
-53
/
+86
2022-02-21
tests/qtest: failover: use a macro for check_one_card()
Laurent Vivier
1
-26
/
+21
2022-02-21
tests/qtest: failover: clean up pathname of tests
Laurent Vivier
1
-8
/
+13
2022-02-21
tests/qtest/ide-test: Remove bad retry_isa test
Thomas Huth
1
-12
/
+1
2022-02-21
tests/qtest/vhost-user-test.c: Use vhostforce=on
Eric Auger
1
-1
/
+1
2022-02-21
erst: drop cast to long long
Michael S. Tsirkin
1
-1
/
+1
2022-02-21
tests/x86: Use 'pc' machine type for hotplug tests
Dr. David Alan Gilbert
4
-10
/
+56
2022-02-21
tests/x86: Use 'pc' machine type for old hardware tests
Dr. David Alan Gilbert
4
-6
/
+13
2022-02-17
tests/9pfs: Use g_autofree and g_autoptr where possible
Greg Kurz
1
-9
/
+4
2022-02-17
tests/9pfs: Fix leak of local_test_path
Greg Kurz
1
-0
/
+7
2022-02-17
tests/9pfs: fix mkdir() being called twice
Christian Schoenebeck
1
-15
/
+3
2022-02-17
tests/9pfs: use g_autofree where possible
Christian Schoenebeck
1
-63
/
+27
2022-02-09
tests/qtest: enable more vhost-user tests by default
Alex Bennée
1
-12
/
+9
2022-02-08
hw/sensor: Add lsm303dlhc magnetometer device
Kevin Townsend
2
-0
/
+149
2022-02-06
ACPI ERST: step 6 of bios-tables-test.c
Eric DeVolder
1
-5
/
+0
2022-02-06
ACPI ERST: bios-tables-test testcase
Eric DeVolder
1
-0
/
+54
2022-02-06
ACPI ERST: qtest for ERST
Eric DeVolder
2
-0
/
+166
2022-02-06
ACPI ERST: bios-tables-test.c steps 1 and 2
Eric DeVolder
1
-0
/
+5
2022-02-04
tests: acpi: test short OEM_ID/OEM_TABLE_ID values in test_oem_fields()
Igor Mammedov
1
-6
/
+6
2022-02-04
tests: acpi: update expected blobs
Igor Mammedov
1
-4
/
+0
2022-02-04
tests: acpi: whitelist nvdimm's SSDT and FACP.slic expected blobs
Igor Mammedov
1
-0
/
+4
2022-02-04
tests: acpi: manually pad OEM_ID/OEM_TABLE_ID for test_oem_fields() test
Igor Mammedov
1
-9
/
+6
[next]