aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-06plugins: add [pre|post]fork helpers to linux-userAlex Bennée1-0/+24
2022-10-06gdbstub: move sstep flags probing into AccelClassAlex Bennée1-0/+12
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-0/+1
2022-10-03accel/tcg: Introduce probe_access_fullRichard Henderson1-0/+1
2022-09-29oslib-posix: Introduce qemu_socketpair()Guoyi Tu1-0/+18
2022-09-23Revert "main-loop: Disable block backend global state assertion on Cocoa"Akihiko Odaki1-13/+0
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez1-1/+1
2022-08-26util/mmap-alloc: Remove qemu_mempath_getpagesize()Thomas Huth1-2/+0
2022-08-04include/qemu/host-utils.h: Simplify the compiler check in mulu128()Thomas Huth1-2/+1
2022-08-02main loop: add missing documentation links to GS/IO macrosEmanuele Giuseppe Esposito1-3/+15
2022-07-13cutils: Introduce bundle mechanismAkihiko Odaki1-3/+15
2022-07-05include/qemu/host-utils: Remove unused code in the *_overflow wrappersThomas Huth1-65/+0
2022-06-30Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson1-3/+1
2022-06-29util: add qemu-co-timeoutVladimir Sementsov-Ogievskiy1-0/+13
2022-06-28util: Return void on iova_tree_removeEugenio Pérez1-3/+1
2022-06-27accel: Introduce current_accel_name()Alexander Graf1-0/+1
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy1-13/+2
2022-06-20host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)1-0/+1
2022-06-20host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)2-0/+40
2022-06-14cutils: add functions for IEC and SI prefixesPaolo Bonzini1-0/+18
2022-06-06modules: introduces module_kconfig directiveJose R. Ziviani1-0/+10
2022-05-28include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2-8/+7
2022-05-18docs/about: Update the support statement for WindowsThomas Huth1-1/+1
2022-05-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-6/+21
2022-05-12coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_allPaolo Bonzini1-3/+4
2022-05-12coroutine-lock: introduce qemu_co_queue_enter_allPaolo Bonzini1-0/+13
2022-05-12coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_nextPaolo Bonzini1-3/+4
2022-05-12coroutine: Rename qemu_coroutine_inc/dec_pool_size()Kevin Wolf1-3/+3
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster2-2/+2
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster3-9/+10
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster2-5/+6
2022-05-09util/main-loop: Introduce the main loop into QOMNicolas Saenz Julienne1-0/+10
2022-05-04Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"Hanna Reitz1-2/+1
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau1-3/+3