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
/
unit
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-05
crypto: Introduce SM3 hash hmac pbkdf algorithm
liequan che
3
-0
/
+40
2024-10-28
chardev: finalize 'reconnect' deprecation
Daniil Tatianin
1
-4
/
+4
2024-10-22
tests: correctly validate result buffer in hash/hmac tests
Daniel P. Berrangé
2
-5
/
+8
2024-10-15
tests/unit/test-char: implement a few mux remove test cases
Roman Penyaev
1
-1
/
+23
2024-10-10
tests/unit: Add a assert for test_io_channel_unix_listen_cleanup
Kunwu
1
-2
/
+4
2024-10-10
tests/unit/test-crypto-hash: accumulative hashing
Alejandro Zeise
1
-0
/
+46
2024-10-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-1
/
+1
2024-10-02
tests: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
2
-2
/
+2
2024-10-02
tests/unit: remove block layer code from test-nested-aio-poll
Paolo Bonzini
1
-1
/
+1
2024-09-20
tests/unit: Really build pbkdf test on macOS
Philippe Mathieu-Daudé
1
-1
/
+1
2024-09-17
tests/unit: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
1
-2
/
+2
2024-09-13
tests/unit: Comment FIFO8 tests
Philippe Mathieu-Daudé
1
-1
/
+187
2024-09-13
tests/unit: Expand test_fifo8_peek_buf_wrap() coverage
Philippe Mathieu-Daudé
1
-1
/
+8
2024-09-13
tests/unit: Strengthen FIFO8 tests
Philippe Mathieu-Daudé
1
-6
/
+6
2024-09-13
tests/unit: add test-fifo unit test
Mark Cave-Ayland
2
-0
/
+257
2024-09-10
qapi/crypto: Rename QCryptoRSAPaddingAlgorithm to *Algo, and drop prefix
Markus Armbruster
1
-5
/
+5
2024-09-10
qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefix
Markus Armbruster
1
-5
/
+5
2024-09-10
qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix
Markus Armbruster
2
-18
/
+18
2024-09-10
qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix
Markus Armbruster
3
-44
/
+44
2024-09-10
qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
Markus Armbruster
7
-72
/
+72
2024-09-10
qapi/crypto: Drop unwanted 'prefix'
Markus Armbruster
1
-14
/
+14
2024-09-10
qapi/crypto: Drop temporary 'prefix'
Markus Armbruster
1
-7
/
+7
2024-09-10
tests/qapi-schema: Drop temporary 'prefix'
Markus Armbruster
2
-4
/
+4
2024-09-09
tests/unit: build pbkdf test on macOS
Daniel P. Berrangé
1
-1
/
+1
2024-09-09
tests/unit: always build the pbkdf crypto unit test
Daniel P. Berrangé
2
-8
/
+9
2024-09-03
tests/unit/crypto-tls-x509-helpers: deinit privkey in test_tls_cleanup
Peter Maydell
1
-0
/
+1
2024-09-03
tests/qtest/migration-test: Free QCRyptoTLSTestCertReq objects
Peter Maydell
2
-2
/
+16
2024-08-12
hw/core/ptimer: fix timer zero period condition for freq > 1GHz
Jianzhou Yue
1
-0
/
+33
2024-07-24
crypto: propagate errors from TLS session I/O callbacks
Daniel P. Berrangé
1
-4
/
+26
2024-07-24
crypto: Restrict pkix_asn1_tab[] to crypto-tls-x509-helpers.c
Philippe Mathieu-Daudé
4
-11
/
+9
2024-07-24
crypto: Remove 'crypto-tls-x509-helpers.h' from crypto-tls-psk-helpers.c
Philippe Mathieu-Daudé
1
-1
/
+0
2024-06-13
Merge tag 'pull-request-2024-06-12' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
1
-62
/
+311
2024-06-12
tests/unit/test-smp-parse: Test the full 8-levels topology hierarchy
Zhao Liu
1
-44
/
+85
2024-06-12
tests/unit/test-smp-parse: Test "modules" and "dies" combination case
Zhao Liu
1
-0
/
+103
2024-06-12
tests/unit/test-smp-parse: Test "modules" parameter in -smp
Zhao Liu
1
-9
/
+103
2024-06-12
tests/unit/test-smp-parse: Make test cases aware of module level
Zhao Liu
1
-2
/
+11
2024-06-12
tests/unit/test-smp-parse: Use default parameters=0 when not set in -smp
Zhao Liu
1
-4
/
+4
2024-06-12
tests/unit/test-smp-parse: Fix an invalid topology case
Zhao Liu
1
-1
/
+1
2024-06-12
tests/unit/test-smp-parse: Fix comment of parameters=1 case
Zhao Liu
1
-1
/
+3
2024-06-12
tests/unit/test-smp-parse: Fix comments of drawers and books case
Zhao Liu
1
-4
/
+4
2024-06-10
crypto/block: drop qcrypto_block_open() n_threads argument
Stefan Hajnoczi
1
-4
/
+0
2024-05-22
tests: Add test case of APIC ID for module level parsing
Zhuocheng Ding
1
-4
/
+15
2024-05-22
i386: Support modules_per_die in X86CPUTopoInfo
Zhao Liu
1
-21
/
+24
2024-05-17
tests: add testing of parameter=1 for SMP topology
Daniel P. Berrangé
1
-0
/
+8
2024-05-17
hw/core: allow parameter=1 for SMP topology on any machine
Daniel P. Berrangé
1
-4
/
+4
2024-04-25
tests/unit: Remove debug statements in test-nested-aio-poll.c
Philippe Mathieu-Daudé
1
-7
/
+0
2024-04-18
tests/unit: match some unit tests to corresponding feature switches
Paolo Bonzini
1
-6
/
+6
2024-03-25
tests/unit/test-throttle: Avoid unintended integer division
Peter Maydell
1
-2
/
+2
2024-03-25
tests/unit/socket-helpers: Don't close(-1)
Peter Maydell
1
-1
/
+3
2024-03-19
crypto: report which ciphers are being skipped during tests
Daniel P. Berrangé
1
-0
/
+4
[next]