aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi1-0/+13
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
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