aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2022-11-21migration: Use non-atomic ops for clear log bitmapPeter Xu1-0/+45
2022-11-11qga: Allow building of the guest agent without system emulators or toolsThomas Huth1-8/+12
2022-11-08Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"Cédric Le Goater1-4/+0
2022-11-07util/log: Ignore per-thread flag if global file already thereGreg Kurz1-0/+4
2022-11-07util/log: Make the per-thread flag immutableGreg Kurz1-0/+5
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana1-84/+105
2022-11-06module: rename module_load_one to module_loadClaudio Fontana1-7/+7
2022-11-06module: removed unused function argument "mayfail"Claudio Fontana1-11/+9
2022-11-06util/aio-win32: Correct the event array size in aio_poll()Bin Meng1-2/+3
2022-11-06util/main-loop: Avoid adding the same HANDLE twiceBin Meng1-0/+10
2022-11-06util/main-loop: Fix maximum number of wait objects for win32Bin Meng1-5/+5
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi3-0/+160
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi1-0/+22
2022-10-31util/log: Close per-thread log file on thread terminationGreg Kurz1-0/+9
2022-10-31os-posix: asynchronous teardown for shutdown on LinuxClaudio Imbrenda2-0/+151
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi6-19/+473
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi1-0/+25
2022-10-30Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi1-3/+2
2022-10-28tests/qtest: Use send/recv for socket communicationXuzhou Cheng1-0/+22
2022-10-28qemu-sockets: update socket_uri() and socket_parse() to be consistentLaurent Vivier1-1/+6
2022-10-28qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier1-0/+20
2022-10-27util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand2-7/+15
2022-10-27util: Add write-only "node-affinity" property for ThreadContextDavid Hildenbrand2-1/+85
2022-10-27util: Introduce ThreadContext user-creatable objectDavid Hildenbrand3-0/+280
2022-10-27util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()David Hildenbrand2-0/+82
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand2-16/+16
2022-10-26numa: call ->ram_block_removed() in ram_block_notifer_remove()Stefan Hajnoczi1-1/+4
2022-10-26coroutine: add flag to re-queue at front of CoQueueStefan Hajnoczi1-2/+7
2022-10-26util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary filesBin Meng1-3/+2
2022-10-13Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi3-7/+68
2022-10-12util: make do_send_recv work with partial send/recvMarc-André Lureau1-2/+8
2022-10-12osdep: make readv_writev() work with partial read/writeMarc-André Lureau1-3/+8
2022-10-12win32: set threads nameMarc-André Lureau1-2/+52
2022-10-07coroutine-lock: add missing coroutine_fn annotationsPaolo Bonzini1-7/+7
2022-10-07coroutine: remove incorrect coroutine_fn annotationsPaolo Bonzini1-1/+1
2022-09-29oslib-posix: Introduce qemu_socketpair()Guoyi Tu1-0/+19
2022-09-26s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato1-0/+4
2022-09-02Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi1-2/+2
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi1-25/+0
2022-09-02util/qemu-sockets: Enable unix socket support on WindowsBin Meng1-25/+0
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez1-2/+2
2022-08-26util/mmap-alloc: Remove qemu_mempath_getpagesize()Thomas Huth1-31/+0
2022-08-12cutils: Add missing dyld(3) include on macOSPhilippe Mathieu-Daudé2-4/+4
2022-08-05util/qemu-sockets: Replace the call to close a socket with closesocket()Bin Meng1-2/+2
2022-07-18util: Fix broken build on HaikuThomas Huth2-4/+4
2022-07-13module: Use bundle mechanismAkihiko Odaki1-1/+0
2022-07-13cutils: Introduce bundle mechanismAkihiko Odaki2-21/+48
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-Ogievskiy2-0/+90
2022-06-28util: Return void on iova_tree_removeEugenio Pérez1-3/+1