aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-0/+3
2023-01-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-2/+3
2023-01-08include: Include headers where neededMarkus Armbruster1-0/+3
2023-01-06typedefs: Forward-declare AccelStatePhilippe Mathieu-Daudé2-2/+3
2023-01-04qemu/main-loop: Introduce QEMU_IOTHREAD_LOCK_GUARDRichard Henderson1-0/+29
2022-12-23qemu/xattr.h: Exclude <sys/xattr.h> for WindowsBin Meng1-1/+3
2022-12-20util: Add interval-tree.cRichard Henderson1-0/+99
2022-12-15clang-tsa: Add macros for shared locksKevin Wolf1-0/+4
2022-12-15clang-tsa: Add TSA_ASSERT() macroKevin Wolf1-0/+9
2022-12-15Import clang-tsa.hKevin Wolf1-0/+101
2022-12-14qemu-config: Make config_parse_qdict() return boolMarkus Armbruster1-1/+1
2022-11-21migration: Use non-atomic ops for clear log bitmapPeter Xu1-0/+1
2022-11-10display: include dependencies explicitlyMichael S. Tsirkin1-0/+2
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana1-5/+32
2022-11-06module: rename module_load_one to module_loadClaudio Fontana1-5/+5
2022-11-06module: removed unused function argument "mayfail"Claudio Fontana1-4/+4
2022-11-06util/main-loop: Avoid adding the same HANDLE twiceBin Meng1-0/+2
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+22
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi1-0/+13
2022-10-31os-posix: asynchronous teardown for shutdown on LinuxClaudio Imbrenda1-0/+22
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi3-2/+78
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi1-1/+3
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-8/+10
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi1-2/+13
2022-10-28tests/qtest: Use send/recv for socket communicationXuzhou Cheng1-0/+13
2022-10-28qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier1-1/+1
2022-10-28net: introduce convert_host_port()Laurent Vivier1-0/+2
2022-10-27coroutine-io: add missing coroutine_fn annotation to prototypesAlberto Faria1-3/+5
2022-10-27coroutine-lock: add missing coroutine_fn annotation to prototypesAlberto Faria1-5/+5
2022-10-27util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand1-1/+3
2022-10-27util: Introduce ThreadContext user-creatable objectDavid Hildenbrand1-0/+57
2022-10-27util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()David Hildenbrand1-0/+4
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand1-2/+15
2022-10-26coroutine: add flag to re-queue at front of CoQueueStefan Hajnoczi1-2/+13
2022-10-26include/qemu/thread: Use qatomic_* functionsRichard Henderson1-4/+4
2022-10-26include/qemu/atomic: Use qemu_build_assertRichard Henderson1-8/+8
2022-10-26include/qemu/osdep: Add qemu_build_assertRichard Henderson1-0/+8
2022-10-12Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2-81/+229
2022-10-07job: remove unused functionsEmanuele Giuseppe Esposito1-72/+38
2022-10-07job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito1-8/+9
2022-10-07job.h: categorize JobDriver callbacks that need the AioContext lockEmanuele Giuseppe Esposito1-2/+25
2022-10-07jobs: protect job.aio_context with BQL and job_mutexEmanuele Giuseppe Esposito1-3/+20
2022-10-07job.c: add job_lock/unlock while keeping job.h intactEmanuele Giuseppe Esposito1-7/+131
2022-10-07job.c: API functions not used outside should be staticEmanuele Giuseppe Esposito1-18/+0
2022-10-07job.h: categorize fields in struct JobEmanuele Giuseppe Esposito1-25/+36
2022-10-07job.c: make job_mutex and job_lock/unlock() publicEmanuele Giuseppe Esposito1-0/+24
2022-10-07job: add missing coroutine_fn annotationsPaolo Bonzini1-1/+1
2022-10-07coroutine: remove incorrect coroutine_fn annotationsPaolo Bonzini1-1/+1
2022-10-07coroutine: Drop coroutine_fn annotation from qemu_coroutine_self()Alberto Faria1-1/+1
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank1-0/+1