aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)AuthorFilesLines
2024-03-25tests/unit/test-throttle: Avoid unintended integer divisionPeter Maydell1-2/+2
2024-03-25tests/unit/socket-helpers: Don't close(-1)Peter Maydell1-1/+3
2024-03-19crypto: report which ciphers are being skipped during testsDaniel P. Berrangé1-0/+4
2024-03-19crypto: use error_abort for unexpected failuresDaniel P. Berrangé1-2/+1
2024-03-19tests: Raise timeouts for bufferiszero and crypto-tlscredsx509Peter Maydell1-2/+3
2024-03-11migration: remove migration.h referencesSteve Sistare1-1/+0
2024-03-09tests/unit/test-smp-parse: Test "parameter=0" SMP configurationsZhao Liu1-0/+92
2024-03-09tests/unit/test-smp-parse: Test smp_props.has_clustersZhao Liu1-6/+14
2024-03-09tests/unit/test-smp-parse: Test the full 7-levels topology hierarchyZhao Liu1-0/+143
2024-03-09tests/unit/test-smp-parse: Test "drawers" and "books" combination caseZhao Liu1-0/+103
2024-03-09tests/unit/test-smp-parse: Test "drawers" parameter in -smpZhao Liu1-0/+89
2024-03-09tests/unit/test-smp-parse: Test "books" parameter in -smpZhao Liu1-0/+105
2024-03-09tests/unit/test-smp-parse: Make test cases aware of the book/drawerZhao Liu1-3/+22
2024-03-09tests/unit/test-smp-parse: Bump max_cpus to 4096Zhao Liu1-7/+7
2024-03-09tests/unit/test-smp-parse: Use CPU number macros in invalid topology caseZhao Liu1-8/+14
2024-03-09tests/unit/test-smp-parse: Drop the unsupported "dies=1" caseZhao Liu1-5/+0
2024-03-01tests/unit/test-util-sockets: Remove temporary file after testThomas Huth1-0/+1
2024-02-14Merge tag 'pull-char-2024-02-12-v2' of https://repo.or.cz/qemu/armbru into st...Peter Maydell1-2/+29
2024-02-14tests/unit/test-char: Fix qemu_socket(), make_udp_socket() checkMarkus Armbruster1-2/+2
2024-02-14chardev/parallel: Don't close stdin on inappropriate deviceMarkus Armbruster1-0/+27
2024-02-09crypto: Modify the qcrypto_block_create to support creation flagsHyman Huang1-0/+2
2024-02-09crypto: Introduce SM4 symmetric cipher algorithmHyman Huang1-0/+13
2024-02-06test-util-filemonitor: Adapt to the FreeBSD inotify rename semanticsIlya Leoshkevich1-0/+8
2024-01-30tests/unit/test-qga: do not qualify executable pathsSamuel Tardieu1-3/+3
2024-01-26tests/unit: Bump test-replication timeout to 60 secondsKevin Wolf1-1/+2
2024-01-26commit: Allow users to request only format driver names in backing file formatPeter Krempa1-1/+2
2024-01-23tests/unit/test-iov: Fix timeout problem on NetBSD and OpenBSDThomas Huth1-9/+11
2024-01-12tests/unit: Bump test-crypto-block test timeout to 5 minutesThomas Huth1-0/+1
2024-01-12tests/unit: Bump test-aio-multithread test timeout to 2 minutesThomas Huth1-0/+1
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-4/+4
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini1-4/+4
2023-12-30tests/unit/test-vmstate: Constify VMStateRichard Henderson1-18/+18
2023-12-21block: remove AioContext lockingStefan Hajnoczi5-234/+2
2023-12-21graph-lock: remove AioContext lockingStefan Hajnoczi2-30/+30
2023-12-21tests: remove aio_context_acquire() testsStefan Hajnoczi1-66/+1
2023-12-20tests/unit/test-qmp-event: Replace fixture by global variablesMarkus Armbruster1-61/+30
2023-12-20tests/unit/test-qmp-event: Simplify event emission checkMarkus Armbruster1-20/+10
2023-12-20tests/unit/test-qmp-event: Drop superfluous mutexMarkus Armbruster1-5/+0
2023-12-20tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the nameThomas Huth1-1/+1
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf2-15/+15
2023-11-13test-resv-mem: Fix CID 1523911Eric Auger1-0/+4
2023-11-09Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2-11/+46
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf1-4/+4
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf2-5/+22
2023-11-08Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi3-15/+15
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf2-2/+17
2023-11-07block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf1-0/+3
2023-11-07tests/unit: Rename test-x86-cpuid.c to test-x86-topo.cZhao Liu2-3/+3
2023-11-07tests/unit/test-seccomp: Remove mentions of softmmu in test namesPhilippe Mathieu-Daudé1-12/+12
2023-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-13/+54