summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* migration: Use non-atomic ops for clear log bitmapPeter Xu2022-11-211-0/+45
* qga: Allow building of the guest agent without system emulators or toolsThomas Huth2022-11-111-8/+12
* Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"Cédric Le Goater2022-11-081-4/+0Star
* util/log: Ignore per-thread flag if global file already thereGreg Kurz2022-11-071-0/+4
* util/log: Make the per-thread flag immutableGreg Kurz2022-11-071-0/+5
* module: add Error arguments to module_load and module_load_qomClaudio Fontana2022-11-061-84/+105
* module: rename module_load_one to module_loadClaudio Fontana2022-11-061-7/+7
* module: removed unused function argument "mayfail"Claudio Fontana2022-11-061-11/+9Star
* util/aio-win32: Correct the event array size in aio_poll()Bin Meng2022-11-061-2/+3
* util/main-loop: Avoid adding the same HANDLE twiceBin Meng2022-11-061-0/+10
* util/main-loop: Fix maximum number of wait objects for win32Bin Meng2022-11-061-5/+5
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-11-033-0/+160
|\
| * util/log: Close per-thread log file on thread terminationGreg Kurz2022-10-311-0/+9
| * os-posix: asynchronous teardown for shutdown on LinuxClaudio Imbrenda2022-10-312-0/+151
* | Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-311-0/+22
|\ \
| * | tests/qtest: Use send/recv for socket communicationXuzhou Cheng2022-10-281-0/+22
* | | Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2022-10-306-19/+473
|\ \ \
| * | | util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand2022-10-272-7/+15
| * | | util: Add write-only "node-affinity" property for ThreadContextDavid Hildenbrand2022-10-272-1/+85
| * | | util: Introduce ThreadContext user-creatable objectDavid Hildenbrand2022-10-273-0/+280
| * | | util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()David Hildenbrand2022-10-272-0/+82
| * | | util: Cleanup and rename os_mem_prealloc()David Hildenbrand2022-10-272-16/+16
| |/ /
* | | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi2022-10-301-0/+25
|\ \ \
| * | | qemu-sockets: update socket_uri() and socket_parse() to be consistentLaurent Vivier2022-10-281-1/+6
| * | | qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier2022-10-281-0/+20
| |/ /
* | | Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi2022-10-301-3/+2Star
|\ \ \ | |_|/ |/| |
| * | util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary filesBin Meng2022-10-261-3/+2Star
| |/
* | numa: call ->ram_block_removed() in ram_block_notifer_remove()Stefan Hajnoczi2022-10-261-1/+4
* | coroutine: add flag to re-queue at front of CoQueueStefan Hajnoczi2022-10-261-2/+7
|/
* Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi2022-10-133-7/+68
|\
| * util: make do_send_recv work with partial send/recvMarc-André Lureau2022-10-121-2/+8
| * osdep: make readv_writev() work with partial read/writeMarc-André Lureau2022-10-121-3/+8
| * win32: set threads nameMarc-André Lureau2022-10-121-2/+52
* | coroutine-lock: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-7/+7
* | coroutine: remove incorrect coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
|/
* oslib-posix: Introduce qemu_socketpair()Guoyi Tu2022-09-291-0/+19
* s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato2022-09-261-0/+4
* Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi2022-09-021-2/+2
|\
| * util: accept iova_tree_remove_parameter by valueEugenio Pérez2022-09-021-2/+2
* | Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-09-021-25/+0Star
|\ \ | |/ |/|
| * util/qemu-sockets: Enable unix socket support on WindowsBin Meng2022-09-021-25/+0Star
* | util/mmap-alloc: Remove qemu_mempath_getpagesize()Thomas Huth2022-08-261-31/+0Star
|/
* cutils: Add missing dyld(3) include on macOSPhilippe Mathieu-Daudé2022-08-122-4/+4
* util/qemu-sockets: Replace the call to close a socket with closesocket()Bin Meng2022-08-051-2/+2
* util: Fix broken build on HaikuThomas Huth2022-07-182-4/+4
* module: Use bundle mechanismAkihiko Odaki2022-07-131-1/+0Star
* cutils: Introduce bundle mechanismAkihiko Odaki2022-07-132-21/+48
* Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson2022-06-301-3/+1Star
|\
| * util: Return void on iova_tree_removeEugenio Pérez2022-06-281-3/+1Star
* | util: add qemu-co-timeoutVladimir Sementsov-Ogievskiy2022-06-292-0/+90
|/