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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-20
include: Include missing 'qemu/clang-tsa.h' header
Philippe Mathieu-Daudé
2
-0
/
+2
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
16
-18
/
+18
2024-12-20
tests: Explicitly create containers in test_qom_partial_path()
Peter Xu
1
-1
/
+1
2024-12-20
tests: Fix test-qdev-global-props on anonymous qdev realize()
Peter Xu
1
-0
/
+22
2024-12-18
Merge tag 'pull-request-2024-12-18' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
77
-1028
/
+1271
2024-12-17
tests/functional: Convert the hotplug_cpu avocado test
Thomas Huth
3
-37
/
+70
2024-12-17
tests/functional: Convert the intel_iommu avocado test
Thomas Huth
3
-123
/
+178
2024-12-17
tests/functional: Add a helper function for retrieving the hostfwd port
Thomas Huth
2
-5
/
+10
2024-12-17
tests/functional: Convert the arm virt avocado test
Thomas Huth
3
-21
/
+31
2024-12-17
tests/functional: Convert the quanta-gsj avocado test
Thomas Huth
3
-86
/
+96
2024-12-17
tests/functional: ignore errors when caching assets, except for 404
Daniel P. Berrangé
1
-1
/
+13
2024-12-17
tests/functional: skip tests if assets are not available
Daniel P. Berrangé
2
-1
/
+18
2024-12-17
tests/functional: remove now unused 'run_cmd' helper
Daniel P. Berrangé
2
-12
/
+1
2024-12-17
tests/functional: replace 'run_cmd' with subprocess helpers
Daniel P. Berrangé
6
-30
/
+41
2024-12-17
tests/functional: drop back compat imports from utils.py
Daniel P. Berrangé
1
-5
/
+0
2024-12-17
tests/functional: convert tests to new uncompress helper
Daniel P. Berrangé
14
-88
/
+31
2024-12-17
tests/functional: add 'uncompress' to QemuBaseTest
Daniel P. Berrangé
1
-0
/
+25
2024-12-17
tests/functional: add a generalized uncompress helper
Daniel P. Berrangé
2
-0
/
+48
2024-12-17
tests/functional: convert tests to new archive_extract helper
Daniel P. Berrangé
37
-205
/
+134
2024-12-17
tests/functional: add 'archive_extract' to QemuBaseTest
Daniel P. Berrangé
1
-0
/
+32
2024-12-17
tests/functional: add a generalized archive_extract
Daniel P. Berrangé
2
-0
/
+59
2024-12-17
tests/functional: let cpio_extract accept filenames
Daniel P. Berrangé
1
-5
/
+11
2024-12-17
tests/functional: add common deb_extract helper
Daniel P. Berrangé
2
-9
/
+17
2024-12-17
tests/functional: add common zip_extract helper
Daniel P. Berrangé
1
-0
/
+8
2024-12-17
tests/functional: move uncompress handling into new uncompress.py file
Daniel P. Berrangé
2
-25
/
+38
2024-12-17
tests/functional: move archive handling into new archive.py file
Daniel P. Berrangé
2
-20
/
+34
2024-12-17
tests/functional: remove redundant 'rmtree' call
Daniel P. Berrangé
1
-3
/
+0
2024-12-17
tests/functional: switch over to using self.scratch_file()
Daniel P. Berrangé
45
-139
/
+118
2024-12-17
tests/functional: switch over to using self.data_file(...)
Daniel P. Berrangé
1
-15
/
+7
2024-12-17
tests/functional: switch over to using self.build_file(...)
Daniel P. Berrangé
4
-16
/
+9
2024-12-17
tests/functional: switch over to using self.log_file(...)
Daniel P. Berrangé
2
-8
/
+5
2024-12-17
tests/functional: add helpers for building file paths
Daniel P. Berrangé
1
-0
/
+95
2024-12-17
tests/functional: drop 'has_cmd' and 'has_cmds' helpers
Daniel P. Berrangé
3
-57
/
+9
2024-12-17
tests/functional: switch to new test skip decorators
Daniel P. Berrangé
16
-122
/
+61
2024-12-17
tests/functional: introduce some helpful decorators
Daniel P. Berrangé
2
-0
/
+110
2024-12-17
tests/functional: drop 'tesseract_available' helper
Daniel P. Berrangé
2
-16
/
+4
2024-12-17
tests/functional: simplify 'which' implementation
Daniel P. Berrangé
1
-1
/
+1
2024-12-17
tests/functional: remove duplicated 'which' function impl
Daniel P. Berrangé
4
-25
/
+13
2024-12-17
tests/functional: resolve str(Asset) to cache file path
Daniel P. Berrangé
1
-0
/
+3
2024-12-17
tests/functional: remove many unused imports
Daniel P. Berrangé
16
-19
/
+7
2024-12-17
tests/functional: add execute permission to aspeed tests
Daniel P. Berrangé
7
-0
/
+0
2024-12-17
tests/functional: update sbsa-ref firmware used in test
Marcin Juszkiewicz
1
-10
/
+10
2024-12-17
tests/tcg/aarch64: add system test for FEAT_XS
Manos Pitsidianakis
1
-0
/
+27
2024-12-15
tests/unit: Constify all Property
Richard Henderson
1
-1
/
+1
2024-12-12
Merge tag 'qtest-20241212-pull-request' of https://gitlab.com/farosas/qemu in...
Stefan Hajnoczi
59
-4395
/
+4840
2024-12-12
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2
-0
/
+8
2024-12-12
Merge tag 'pull-target-arm-20241211' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
3
-0
/
+15
2024-12-12
Merge tag 'pull-request-2024-12-11' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
17
-289
/
+305
2024-12-12
tests/qtest/migration: Split validation tests + misc
Fabiano Rosas
4
-283
/
+286
2024-12-12
tests/qtest/migration-test: Fix and enable test_ignore_shared
Nicholas Piggin
1
-6
/
+13
[next]