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
2022-04-20
tests: Drop perl-Test-Harness from the CI containers / VMs
Thomas Huth
15
-16
/
+2
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
50
-53
/
+0
2022-04-06
include: move C/util-related declarations to cutils.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-4
/
+4
2022-04-06
tests: replace free_all() usage with g_auto
Marc-André Lureau
1
-87
/
+40
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
3
-4
/
+4
2022-04-06
meson: remove test-qdev-global-props dependency on testqapi
Marc-André Lureau
1
-1
/
+1
2022-04-06
meson: remove unneeded py3
Marc-André Lureau
1
-2
/
+0
2022-03-31
tests/lcitool: Do not use a hard-coded /usr/bin/python3 as python interpreter
Thomas Huth
2
-2
/
+2
2022-03-29
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-1
/
+3
2022-03-29
Merge tag 'pull-block-2022-03-29' of https://gitlab.com/hreitz/qemu into staging
Peter Maydell
78
-88
/
+120
2022-03-29
tests/qtest: failover: fix infinite loop
Laurent Vivier
1
-4
/
+25
2022-03-29
iotests: Fix status checks
Hanna Reitz
2
-12
/
+39
2022-03-29
block/stream: Drain subtree around graph change
Hanna Reitz
1
-0
/
+5
2022-03-29
iotests: update test owner contact information
John Snow
76
-76
/
+76
2022-03-29
tests/tcg: really fix path to target configuration
Paolo Bonzini
1
-1
/
+3
2022-03-23
tests/Makefile.include: Let "make clean" remove the TCG tests, too
Thomas Huth
1
-1
/
+1
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
Merge tag 'fixes-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Peter Maydell
12
-47
/
+46
2022-03-22
tests: remove needless include
Marc-André Lureau
1
-1
/
+0
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
5
-28
/
+28
2022-03-22
Drop qemu_foo() socket API wrapper
Marc-André Lureau
7
-18
/
+18
2022-03-22
iotests/207: Filter host fingerprint
Hanna Reitz
2
-4
/
+9
2022-03-22
iotests.py: Filters for VM.run_job()
Hanna Reitz
1
-10
/
+16
2022-03-22
iotests: make qemu_img_log and img_info_log raise on error
John Snow
3
-5
/
+7
2022-03-22
iotests: remove qemu_img_pipe_and_status()
John Snow
1
-19
/
+7
2022-03-22
iotests: replace qemu_img_log('create', ...) calls
John Snow
6
-48
/
+13
2022-03-22
iotests: use qemu_img() in has_working_luks()
John Snow
1
-9
/
+9
2022-03-22
iotests: remove remaining calls to qemu_img_pipe()
John Snow
4
-13
/
+9
2022-03-22
iotests/149: Remove qemu_img_pipe() call
John Snow
2
-23
/
+5
2022-03-22
iotests: replace unchecked calls to qemu_img_pipe()
John Snow
6
-10
/
+10
2022-03-22
iotests: change supports_quorum to use qemu_img
John Snow
1
-2
/
+2
2022-03-22
iotests: add qemu_img_map() function
John Snow
6
-24
/
+17
2022-03-22
iotests/remove-bitmap-from-backing: use qemu_img_info()
John Snow
1
-3
/
+3
2022-03-22
iotests: add qemu_img_info()
John Snow
3
-10
/
+15
2022-03-22
iotests: use qemu_img_json() when applicable
John Snow
1
-4
/
+4
2022-03-22
iotests: add qemu_img_json()
John Snow
1
-0
/
+32
2022-03-22
iotests: fortify compare_images() against crashes
John Snow
1
-5
/
+16
2022-03-22
iotests: make qemu_img raise on non-zero rc by default
John Snow
2
-10
/
+55
2022-03-22
iotests: Remove explicit checks for qemu_img() == 0
John Snow
15
-56
/
+45
2022-03-22
tests/qemu-iotests/testrunner: Supply a test plan in TAP mode
Thomas Huth
1
-0
/
+1
2022-03-22
tests: Do not treat the iotests as separate meson test target anymore
Thomas Huth
1
-8
/
+1
2022-03-22
tests/qemu-iotests: Use GNU sed in two more spots where it is necessary
Thomas Huth
1
-2
/
+2
2022-03-22
tests: add (riscv virt) machine mapping to testenv
laokz
1
-0
/
+2
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
4
-30
/
+30
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-18
target/arm: Fix sve2 ldnt1 and stnt1
Richard Henderson
3
-0
/
+58
[next]