aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-10-31util/log: Close per-thread log file on thread terminationGreg Kurz
2022-10-31os-posix: asynchronous teardown for shutdown on LinuxClaudio Imbrenda
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2022-10-30Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi
2022-10-28tests/qtest: Use send/recv for socket communicationXuzhou Cheng
2022-10-28qemu-sockets: update socket_uri() and socket_parse() to be consistentLaurent Vivier
2022-10-28qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier
2022-10-27util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand
2022-10-27util: Add write-only "node-affinity" property for ThreadContextDavid Hildenbrand
2022-10-27util: Introduce ThreadContext user-creatable objectDavid Hildenbrand
2022-10-27util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()David Hildenbrand
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand
2022-10-26numa: call ->ram_block_removed() in ram_block_notifer_remove()Stefan Hajnoczi
2022-10-26coroutine: add flag to re-queue at front of CoQueueStefan Hajnoczi
2022-10-26util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary filesBin Meng
2022-10-13Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi
2022-10-12util: make do_send_recv work with partial send/recvMarc-André Lureau
2022-10-12osdep: make readv_writev() work with partial read/writeMarc-André Lureau
2022-10-12win32: set threads nameMarc-André Lureau
2022-10-07coroutine-lock: add missing coroutine_fn annotationsPaolo Bonzini
2022-10-07coroutine: remove incorrect coroutine_fn annotationsPaolo Bonzini
2022-09-29oslib-posix: Introduce qemu_socketpair()Guoyi Tu
2022-09-26s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato
2022-09-02Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-09-02util/qemu-sockets: Enable unix socket support on WindowsBin Meng
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez
2022-08-26util/mmap-alloc: Remove qemu_mempath_getpagesize()Thomas Huth
2022-08-12cutils: Add missing dyld(3) include on macOSPhilippe Mathieu-Daudé
2022-08-05util/qemu-sockets: Replace the call to close a socket with closesocket()Bin Meng
2022-07-18util: Fix broken build on HaikuThomas Huth
2022-07-13module: Use bundle mechanismAkihiko Odaki
2022-07-13cutils: Introduce bundle mechanismAkihiko Odaki
2022-06-30Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson
2022-06-29util: add qemu-co-timeoutVladimir Sementsov-Ogievskiy
2022-06-28util: Return void on iova_tree_removeEugenio Pérez
2022-06-24aio_wait_kick: add missing memory barrierEmanuele Giuseppe Esposito
2022-06-24block: simplify handling of try to merge different sized bitmapsVladimir Sementsov-Ogievskiy
2022-06-21Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-06-21util/cacheflush: Optimize flushing when ppc host has coherent icacheNicholas Piggin
2022-06-21util/cacheflush: Merge aarch64 ctr_el0 usageRichard Henderson
2022-06-21util: Merge cacheflush.c and cacheinfo.cRichard Henderson
2022-06-21qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_allIdan Horowitz
2022-06-20host-utils: Implemented signed 256-by-128 divisionLucas Mateus Castro (alqotel)
2022-06-20host-utils: Implemented unsigned 256-by-128 divisionLucas Mateus Castro (alqotel)
2022-06-14cutils: add functions for IEC and SI prefixesPaolo Bonzini
2022-06-06replay: notify vCPU when BH is scheduledPavel Dovgalyuk