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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-07
Merge tag 'pull-qapi-2024-07-06' of https://repo.or.cz/qemu/armbru into staging
Richard Henderson
6
-31
/
+40
2024-07-06
qapi/parser: don't parse rST markup as section headers
John Snow
3
-0
/
+9
2024-07-06
qapi: convert "Note" sections to plain rST
John Snow
6
-15
/
+13
2024-07-06
qapi/parser: fix comment parsing immediately following a doc block
John Snow
1
-0
/
+2
2024-07-06
qapi/parser: preserve indentation in QAPIDoc sections
John Snow
1
-16
/
+16
2024-07-05
tests/qtest/npcm7xx_sdhci: Access the card using its published address
Philippe Mathieu-Daudé
2
-2
/
+8
2024-07-05
tests/tcg/aarch64: Add MTE gdbstub tests
Gustavo Romero
3
-1
/
+198
2024-07-05
test/plugins: preserve the instruction record over translations
Alex Bennée
1
-5
/
+71
2024-07-05
test/plugin: make insn plugin less noisy by default
Alex Bennée
1
-15
/
+21
2024-07-05
tests/tcg/arm: Use vmrs/vmsr instead of mcr/mrc
Richard Henderson
1
-3
/
+2
2024-07-05
tests/tcg/arm: Use -march and -mfpu for fcvt
Richard Henderson
1
-2
/
+2
2024-07-05
tests/tcg/arm: Manually register allocate half-precision numbers
Akihiko Odaki
1
-1
/
+6
2024-07-05
tests/tcg/arm: Use -fno-integrated-as for test-arm-iwmmxt
Richard Henderson
1
-1
/
+7
2024-07-05
tests/tcg/arm: Drop -N from LDFLAGS
Richard Henderson
1
-2
/
+2
2024-07-05
tests/tcg/arm: Fix fcvt result messages
Akihiko Odaki
3
-605
/
+605
2024-07-05
tests/tcg/aarch64: Add -fno-integrated-as for sme
Richard Henderson
1
-1
/
+2
2024-07-05
tests/tcg/aarch64: Do not use x constraint
Akihiko Odaki
1
-7
/
+7
2024-07-05
tests/tcg/aarch64: Fix irg operand type
Akihiko Odaki
1
-1
/
+1
2024-07-05
tests/tcg/aarch64: Explicitly specify register width
Akihiko Odaki
2
-6
/
+6
2024-07-05
tests/tcg/aarch64: Drop -fno-tree-loop-distribute-patterns
Richard Henderson
1
-1
/
+1
2024-07-05
tests/tcg: Adjust variable defintion from cc-option
Richard Henderson
3
-9
/
+10
2024-07-05
tests/tcg/minilib: Constify digits in print_num
Richard Henderson
1
-1
/
+1
2024-07-05
tests/docker: Specify --userns keep-id for Podman
Akihiko Odaki
1
-1
/
+6
2024-07-05
tests/lcitool: fix debian-i686-cross toolchain prefix
Alex Bennée
2
-2
/
+2
2024-07-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2
-3
/
+2
2024-07-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
153
-53
/
+283
2024-07-03
tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
Sunil V L
1
-2
/
+3
2024-07-03
pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs
Sunil V L
1
-0
/
+3
2024-07-03
tests/data/acpi/virt: Move ARM64 ACPI tables under aarch64/${machine} path
Sunil V L
25
-0
/
+0
2024-07-03
tests/data/acpi: Move x86 ACPI tables under x86/${machine} path
Sunil V L
117
-0
/
+0
2024-07-03
tests/qtest/bios-tables-test.c: Set "arch" for x86 tests
Sunil V L
1
-13
/
+64
2024-07-03
tests/qtest/bios-tables-test.c: Set "arch" for aarch64 tests
Sunil V L
1
-0
/
+8
2024-07-03
tests/qtest/bios-tables-test.c: Add support for arch in path
Sunil V L
1
-3
/
+20
2024-07-03
qtest: bios-tables-test: Rename aarch64 tests with aarch64 in them
Sunil V L
1
-16
/
+19
2024-07-03
tests/data/uefi-boot-images: Add RISC-V ISO image
Sunil V L
2
-1
/
+1
2024-07-03
uefi-test-tools: Add support for python based build script
Sunil V L
2
-12
/
+59
2024-07-03
uefi-test-tools/UefiTestToolsPkg: Add RISC-V support
Sunil V L
1
-1
/
+5
2024-07-03
tests/qtest/vhost-user-test: add a test case for memory-backend-shm
Stefano Garzarella
1
-0
/
+23
2024-07-03
tests/qtest/vhost-user-blk-test: use memory-backend-shm
Stefano Garzarella
1
-1
/
+1
2024-07-03
Merge tag 'pull-tcg-20240703' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2
-0
/
+32
2024-07-03
tcg/optimize: Fix TCG_COND_TST* simplification of setcond2
Richard Henderson
2
-0
/
+32
2024-07-03
meson: Drop the .fa library suffix
Paolo Bonzini
2
-2
/
+1
2024-07-03
meson: Pass objects and dependencies to declare_dependency()
Akihiko Odaki
1
-1
/
+1
2024-07-03
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Richard Henderson
4
-10
/
+37
2024-07-02
iotests/270: Don't store data-file with json: prefix in image
Kevin Wolf
1
-3
/
+11
2024-07-02
iotests/244: Don't store data-file with protocol in image
Kevin Wolf
1
-3
/
+16
2024-07-02
qcow2: Don't open data_file with BDRV_O_NO_IO
Kevin Wolf
2
-4
/
+10
2024-07-02
tests/avocado: add hotplug_blk test
Vladimir Sementsov-Ogievskiy
1
-0
/
+69
2024-07-02
tests/qtest: Free GThread
Akihiko Odaki
1
-3
/
+3
2024-07-02
tests/qtest: Free paths
Akihiko Odaki
1
-4
/
+12
[next]