summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* migration: Use non-atomic ops for clear log bitmapPeter Xu2022-11-211-0/+1
* display: include dependencies explicitlyMichael S. Tsirkin2022-11-101-0/+2
* module: add Error arguments to module_load and module_load_qomClaudio Fontana2022-11-061-5/+32
* module: rename module_load_one to module_loadClaudio Fontana2022-11-061-5/+5
* module: removed unused function argument "mayfail"Claudio Fontana2022-11-061-4/+4
* util/main-loop: Avoid adding the same HANDLE twiceBin Meng2022-11-061-0/+2
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-11-031-0/+22
|\
| * os-posix: asynchronous teardown for shutdown on LinuxClaudio Imbrenda2022-10-311-0/+22
* | Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-311-0/+13
|\ \
| * | tests/qtest: Use send/recv for socket communicationXuzhou Cheng2022-10-281-0/+13
* | | Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2022-10-303-2/+78
|\ \ \
| * | | util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand2022-10-271-1/+3
| * | | util: Introduce ThreadContext user-creatable objectDavid Hildenbrand2022-10-271-0/+57
| * | | util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()David Hildenbrand2022-10-271-0/+4
| * | | util: Cleanup and rename os_mem_prealloc()David Hildenbrand2022-10-271-2/+15
* | | | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi2022-10-301-1/+3
|\ \ \ \
| * | | | qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier2022-10-281-1/+1
| * | | | net: introduce convert_host_port()Laurent Vivier2022-10-281-0/+2
| | |/ / | |/| |
* | | | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2022-10-301-8/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | coroutine-io: add missing coroutine_fn annotation to prototypesAlberto Faria2022-10-271-3/+5
| * | | coroutine-lock: add missing coroutine_fn annotation to prototypesAlberto Faria2022-10-271-5/+5
| |/ /
* | | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2022-10-301-2/+13
|\ \ \ | |/ / |/| |
| * | coroutine: add flag to re-queue at front of CoQueueStefan Hajnoczi2022-10-261-2/+13
| |/
* | include/qemu/thread: Use qatomic_* functionsRichard Henderson2022-10-261-4/+4
* | include/qemu/atomic: Use qemu_build_assertRichard Henderson2022-10-261-8/+8
* | include/qemu/osdep: Add qemu_build_assertRichard Henderson2022-10-261-0/+8
|/
* Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2022-10-122-81/+229
|\
| * job: remove unused functionsEmanuele Giuseppe Esposito2022-10-071-72/+38Star
| * job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito2022-10-071-8/+9
| * job.h: categorize JobDriver callbacks that need the AioContext lockEmanuele Giuseppe Esposito2022-10-071-2/+25
| * jobs: protect job.aio_context with BQL and job_mutexEmanuele Giuseppe Esposito2022-10-071-3/+20
| * job.c: add job_lock/unlock while keeping job.h intactEmanuele Giuseppe Esposito2022-10-071-7/+131
| * job.c: API functions not used outside should be staticEmanuele Giuseppe Esposito2022-10-071-18/+0Star
| * job.h: categorize fields in struct JobEmanuele Giuseppe Esposito2022-10-071-25/+36
| * job.c: make job_mutex and job_lock/unlock() publicEmanuele Giuseppe Esposito2022-10-071-0/+24
| * job: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
| * coroutine: remove incorrect coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
| * coroutine: Drop coroutine_fn annotation from qemu_coroutine_self()Alberto Faria2022-10-071-1/+1
* | dump: Replace opaque DumpState pointer with a typed oneJanosch Frank2022-10-061-0/+1
|/
* plugins: add [pre|post]fork helpers to linux-userAlex Bennée2022-10-061-0/+24
* gdbstub: move sstep flags probing into AccelClassAlex Bennée2022-10-061-0/+12
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-0/+1
* accel/tcg: Introduce probe_access_fullRichard Henderson2022-10-041-0/+1
* oslib-posix: Introduce qemu_socketpair()Guoyi Tu2022-09-291-0/+18
* Revert "main-loop: Disable block backend global state assertion on Cocoa"Akihiko Odaki2022-09-231-13/+0Star
* util: accept iova_tree_remove_parameter by valueEugenio Pérez2022-09-021-1/+1
* util/mmap-alloc: Remove qemu_mempath_getpagesize()Thomas Huth2022-08-261-2/+0Star
* include/qemu/host-utils.h: Simplify the compiler check in mulu128()Thomas Huth2022-08-041-2/+1Star
* main loop: add missing documentation links to GS/IO macrosEmanuele Giuseppe Esposito2022-08-021-3/+15
* cutils: Introduce bundle mechanismAkihiko Odaki2022-07-131-3/+15