aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2023-11-13test-resv-mem: Fix CID 1523911Eric Auger
2023-11-09Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-11-08block: Introduce bdrv_co_change_backing_file()Kevin Wolf
2023-11-08block: Protect bs->backing with graph_lockKevin Wolf
2023-11-08Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2023-11-07block: Mark bdrv_replace_node() GRAPH_WRLOCKKevin Wolf
2023-11-07block: Mark block_job_add_bdrv() GRAPH_WRLOCKKevin Wolf
2023-11-07tests/unit: Rename test-x86-cpuid.c to test-x86-topo.cZhao Liu
2023-11-07tests/unit/test-seccomp: Remove mentions of softmmu in test namesPhilippe Mathieu-Daudé
2023-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-11-07tests: test-smp-parse: Add the test for cores/threads per socket helpersZhao Liu
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater
2023-11-03test: Add some tests for range and resv-mem helpersEric Auger
2023-10-27tests/coroutine: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-10-27tests/aio: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-10-27tests/throttle: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-10-17meson: do not use set10Paolo Bonzini
2023-10-12block: Protect bs->children with graph_lockKevin Wolf
2023-10-12block: Protect bs->parents with graph_lockKevin Wolf
2023-10-12block: Mark drain related functions GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf
2023-10-12test-bdrv-drain: Don't call bdrv_graph_wrlock() in coroutine contextKevin Wolf
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-04hw/display: introduce virtio-dmabufAlbert Esteve
2023-10-04util/uuid: add a hash functionAlbert Esteve
2023-09-29test-throttle: don't shadow 'index' variable in do_test_accounting()Alberto Garcia
2023-09-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi
2023-09-20test-bdrv-drain: avoid race with BH in IOThread drain testStefan Hajnoczi
2023-09-20block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf
2023-09-20block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf
2023-09-20block: Take AioContext lock for bdrv_append() more consistentlyKevin Wolf
2023-09-08tests/: spelling fixesMichael Tokarev
2023-09-07configure, meson: remove target OS symbols from config-host.makPaolo Bonzini
2023-08-29throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi
2023-08-29test-throttle: test read only and write onlyzhenwei pi
2023-08-29test-throttle: use enum ThrottleDirectionzhenwei pi
2023-07-10qga: Add tests for --allow-rpcs optionKonstantin Kostiuk
2023-06-28test-block-iothread: Lock AioContext for blk_insert_bs()Kevin Wolf
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini
2023-06-02cutils: Improve qemu_strtosz handling of fractionsEric Blake
2023-06-02cutils: Improve qemu_strtod* error pathsEric Blake
2023-06-02cutils: Use parse_uint in qemu_strtosz for negative rejectionEric Blake
2023-06-02cutils: Set value in all integral qemu_strto* error pathsEric Blake
2023-06-02cutils: Set value in all qemu_strtosz* error pathsEric Blake
2023-06-02test-cutils: Add more coverage to qemu_strtoszEric Blake
2023-06-02cutils: Allow NULL str in qemu_strtoszEric Blake
2023-06-02test-cutils: Refactor qemu_strtosz tests for less boilerplateEric Blake