aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/core/ptimer: fix timer zero period condition for freq > 1GHzJianzhou Yue2024-08-121-0/+33
* crypto: propagate errors from TLS session I/O callbacksDaniel P. Berrangé2024-07-241-4/+26
* crypto: Restrict pkix_asn1_tab[] to crypto-tls-x509-helpers.cPhilippe Mathieu-Daudé2024-07-244-11/+9
* crypto: Remove 'crypto-tls-x509-helpers.h' from crypto-tls-psk-helpers.cPhilippe Mathieu-Daudé2024-07-241-1/+0
* Merge tag 'pull-request-2024-06-12' of https://gitlab.com/thuth/qemu into stagingRichard Henderson2024-06-131-62/+311
|\
| * tests/unit/test-smp-parse: Test the full 8-levels topology hierarchyZhao Liu2024-06-121-44/+85
| * tests/unit/test-smp-parse: Test "modules" and "dies" combination caseZhao Liu2024-06-121-0/+103
| * tests/unit/test-smp-parse: Test "modules" parameter in -smpZhao Liu2024-06-121-9/+103
| * tests/unit/test-smp-parse: Make test cases aware of module levelZhao Liu2024-06-121-2/+11
| * tests/unit/test-smp-parse: Use default parameters=0 when not set in -smpZhao Liu2024-06-121-4/+4
| * tests/unit/test-smp-parse: Fix an invalid topology caseZhao Liu2024-06-121-1/+1
| * tests/unit/test-smp-parse: Fix comment of parameters=1 caseZhao Liu2024-06-121-1/+3
| * tests/unit/test-smp-parse: Fix comments of drawers and books caseZhao Liu2024-06-121-4/+4
* | crypto/block: drop qcrypto_block_open() n_threads argumentStefan Hajnoczi2024-06-101-4/+0
|/
* tests: Add test case of APIC ID for module level parsingZhuocheng Ding2024-05-221-4/+15
* i386: Support modules_per_die in X86CPUTopoInfoZhao Liu2024-05-221-21/+24
* tests: add testing of parameter=1 for SMP topologyDaniel P. Berrangé2024-05-171-0/+8
* hw/core: allow parameter=1 for SMP topology on any machineDaniel P. Berrangé2024-05-171-4/+4
* tests/unit: Remove debug statements in test-nested-aio-poll.cPhilippe Mathieu-Daudé2024-04-251-7/+0
* tests/unit: match some unit tests to corresponding feature switchesPaolo Bonzini2024-04-181-6/+6
* tests/unit/test-throttle: Avoid unintended integer divisionPeter Maydell2024-03-251-2/+2
* tests/unit/socket-helpers: Don't close(-1)Peter Maydell2024-03-251-1/+3
* crypto: report which ciphers are being skipped during testsDaniel P. Berrangé2024-03-191-0/+4
* crypto: use error_abort for unexpected failuresDaniel P. Berrangé2024-03-191-2/+1
* tests: Raise timeouts for bufferiszero and crypto-tlscredsx509Peter Maydell2024-03-191-2/+3
* migration: remove migration.h referencesSteve Sistare2024-03-111-1/+0
* tests/unit/test-smp-parse: Test "parameter=0" SMP configurationsZhao Liu2024-03-091-0/+92
* tests/unit/test-smp-parse: Test smp_props.has_clustersZhao Liu2024-03-091-6/+14
* tests/unit/test-smp-parse: Test the full 7-levels topology hierarchyZhao Liu2024-03-091-0/+143
* tests/unit/test-smp-parse: Test "drawers" and "books" combination caseZhao Liu2024-03-091-0/+103
* tests/unit/test-smp-parse: Test "drawers" parameter in -smpZhao Liu2024-03-091-0/+89
* tests/unit/test-smp-parse: Test "books" parameter in -smpZhao Liu2024-03-091-0/+105
* tests/unit/test-smp-parse: Make test cases aware of the book/drawerZhao Liu2024-03-091-3/+22
* tests/unit/test-smp-parse: Bump max_cpus to 4096Zhao Liu2024-03-091-7/+7
* tests/unit/test-smp-parse: Use CPU number macros in invalid topology caseZhao Liu2024-03-091-8/+14
* tests/unit/test-smp-parse: Drop the unsupported "dies=1" caseZhao Liu2024-03-091-5/+0
* tests/unit/test-util-sockets: Remove temporary file after testThomas Huth2024-03-011-0/+1
* Merge tag 'pull-char-2024-02-12-v2' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2024-02-141-2/+29
|\
| * tests/unit/test-char: Fix qemu_socket(), make_udp_socket() checkMarkus Armbruster2024-02-141-2/+2
| * chardev/parallel: Don't close stdin on inappropriate deviceMarkus Armbruster2024-02-141-0/+27
* | crypto: Modify the qcrypto_block_create to support creation flagsHyman Huang2024-02-091-0/+2
* | crypto: Introduce SM4 symmetric cipher algorithmHyman Huang2024-02-091-0/+13
|/
* test-util-filemonitor: Adapt to the FreeBSD inotify rename semanticsIlya Leoshkevich2024-02-061-0/+8
* tests/unit/test-qga: do not qualify executable pathsSamuel Tardieu2024-01-301-3/+3
* tests/unit: Bump test-replication timeout to 60 secondsKevin Wolf2024-01-261-1/+2
* commit: Allow users to request only format driver names in backing file formatPeter Krempa2024-01-261-1/+2
* tests/unit/test-iov: Fix timeout problem on NetBSD and OpenBSDThomas Huth2024-01-231-9/+11
* tests/unit: Bump test-crypto-block test timeout to 5 minutesThomas Huth2024-01-121-0/+1
* tests/unit: Bump test-aio-multithread test timeout to 2 minutesThomas Huth2024-01-121-0/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-01-041-4/+4
|\