aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2024-10-28chardev: finalize 'reconnect' deprecationDaniil Tatianin
2024-10-22tests: correctly validate result buffer in hash/hmac testsDaniel P. Berrangé
2024-10-15tests/unit/test-char: implement a few mux remove test casesRoman Penyaev
2024-10-10tests/unit: Add a assert for test_io_channel_unix_listen_cleanupKunwu
2024-10-10tests/unit/test-crypto-hash: accumulative hashingAlejandro Zeise
2024-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-10-02tests: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau
2024-10-02tests/unit: remove block layer code from test-nested-aio-pollPaolo Bonzini
2024-09-20tests/unit: Really build pbkdf test on macOSPhilippe Mathieu-Daudé
2024-09-17tests/unit: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-13tests/unit: Comment FIFO8 testsPhilippe Mathieu-Daudé
2024-09-13tests/unit: Expand test_fifo8_peek_buf_wrap() coveragePhilippe Mathieu-Daudé
2024-09-13tests/unit: Strengthen FIFO8 testsPhilippe Mathieu-Daudé
2024-09-13tests/unit: add test-fifo unit testMark Cave-Ayland
2024-09-10qapi/crypto: Rename QCryptoRSAPaddingAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Drop unwanted 'prefix'Markus Armbruster
2024-09-10qapi/crypto: Drop temporary 'prefix'Markus Armbruster
2024-09-10tests/qapi-schema: Drop temporary 'prefix'Markus Armbruster
2024-09-09tests/unit: build pbkdf test on macOSDaniel P. Berrangé
2024-09-09tests/unit: always build the pbkdf crypto unit testDaniel P. Berrangé
2024-09-03tests/unit/crypto-tls-x509-helpers: deinit privkey in test_tls_cleanupPeter Maydell
2024-09-03tests/qtest/migration-test: Free QCRyptoTLSTestCertReq objectsPeter Maydell
2024-08-12hw/core/ptimer: fix timer zero period condition for freq > 1GHzJianzhou Yue
2024-07-24crypto: propagate errors from TLS session I/O callbacksDaniel P. Berrangé
2024-07-24crypto: Restrict pkix_asn1_tab[] to crypto-tls-x509-helpers.cPhilippe Mathieu-Daudé
2024-07-24crypto: Remove 'crypto-tls-x509-helpers.h' from crypto-tls-psk-helpers.cPhilippe Mathieu-Daudé
2024-06-13Merge tag 'pull-request-2024-06-12' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2024-06-12tests/unit/test-smp-parse: Test the full 8-levels topology hierarchyZhao Liu
2024-06-12tests/unit/test-smp-parse: Test "modules" and "dies" combination caseZhao Liu
2024-06-12tests/unit/test-smp-parse: Test "modules" parameter in -smpZhao Liu
2024-06-12tests/unit/test-smp-parse: Make test cases aware of module levelZhao Liu
2024-06-12tests/unit/test-smp-parse: Use default parameters=0 when not set in -smpZhao Liu
2024-06-12tests/unit/test-smp-parse: Fix an invalid topology caseZhao Liu
2024-06-12tests/unit/test-smp-parse: Fix comment of parameters=1 caseZhao Liu
2024-06-12tests/unit/test-smp-parse: Fix comments of drawers and books caseZhao Liu
2024-06-10crypto/block: drop qcrypto_block_open() n_threads argumentStefan Hajnoczi
2024-05-22tests: Add test case of APIC ID for module level parsingZhuocheng Ding
2024-05-22i386: Support modules_per_die in X86CPUTopoInfoZhao Liu
2024-05-17tests: add testing of parameter=1 for SMP topologyDaniel P. Berrangé
2024-05-17hw/core: allow parameter=1 for SMP topology on any machineDaniel P. Berrangé
2024-04-25tests/unit: Remove debug statements in test-nested-aio-poll.cPhilippe Mathieu-Daudé
2024-04-18tests/unit: match some unit tests to corresponding feature switchesPaolo Bonzini
2024-03-25tests/unit/test-throttle: Avoid unintended integer divisionPeter Maydell
2024-03-25tests/unit/socket-helpers: Don't close(-1)Peter Maydell
2024-03-19crypto: report which ciphers are being skipped during testsDaniel P. Berrangé
2024-03-19crypto: use error_abort for unexpected failuresDaniel P. Berrangé