summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* aio_wait_kick: add missing memory barrierEmanuele Giuseppe Esposito2022-06-241-1/+15
* block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy2022-06-241-18/+7Star
* Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-06-214-217/+235
|\
| * util/cacheflush: Optimize flushing when ppc host has coherent icacheNicholas Piggin2022-06-211-2/+23
| * util/cacheflush: Merge aarch64 ctr_el0 usageRichard Henderson2022-06-211-25/+19Star
| * util: Merge cacheflush.c and cacheinfo.cRichard Henderson2022-06-213-202/+202
| * qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_allIdan Horowitz2022-06-211-0/+3
* | host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)2022-06-201-0/+51
* | host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)2022-06-201-0/+129
|/
* cutils: add functions for IEC and SI prefixesPaolo Bonzini2022-06-141-9/+25
* replay: notify vCPU when BH is scheduledPavel Dovgalyuk2022-06-061-0/+8
* util/win32: simplify qemu_get_local_state_dir()Marc-André Lureau2022-05-281-13/+4Star
* include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2022-05-283-120/+119Star
* thread-pool: remove stopping variablePaolo Bonzini2022-05-251-3/+2Star
* thread-pool: replace semaphore with condition variablePaolo Bonzini2022-05-251-40/+28Star
* thread-pool: optimize scheduling of completion bottom halfPaolo Bonzini2022-05-251-2/+1Star