aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-07tests: test-smp-parse: Add the test for cores/threads per socket helpersZhao Liu1-13/+54
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater1-1/+1
2023-11-03test: Add some tests for range and resv-mem helpersEric Auger2-0/+317
2023-10-27tests/coroutine: Clean up global variable shadowingPhilippe Mathieu-Daudé1-6/+6
2023-10-27tests/aio: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-10-27tests/throttle: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+0
2023-10-17meson: do not use set10Paolo Bonzini1-1/+1
2023-10-12block: Protect bs->children with graph_lockKevin Wolf1-0/+4
2023-10-12block: Protect bs->parents with graph_lockKevin Wolf1-0/+5
2023-10-12block: Mark drain related functions GRAPH_RDLOCKEmanuele Giuseppe Esposito1-2/+2
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf1-0/+3
2023-10-12test-bdrv-drain: Don't call bdrv_graph_wrlock() in coroutine contextKevin Wolf1-3/+4
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé1-1/+1
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi3-0/+165
2023-10-04hw/display: introduce virtio-dmabufAlbert Esteve2-0/+138
2023-10-04util/uuid: add a hash functionAlbert Esteve1-0/+27
2023-09-29test-throttle: don't shadow 'index' variable in do_test_accounting()Alberto Garcia1-1/+1
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi3-1/+53
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi1-5/+71
2023-09-20test-bdrv-drain: avoid race with BH in IOThread drain testStefan Hajnoczi1-0/+8
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf1-2/+6
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf1-0/+4
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf2-0/+24
2023-09-20block: Take AioContext lock for bdrv_append() more consistentlyKevin Wolf3-0/+12
2023-09-08tests/: spelling fixesMichael Tokarev8-16/+16
2023-09-07configure, meson: remove target OS symbols from config-host.makPaolo Bonzini1-3/+3
2023-08-29throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi1-2/+2