Age | Commit message (Expand) | Author | Files | Lines |
2021-07-05 | util/async: print leaked BH name when AioContext finalizes | Stefan Hajnoczi | 1 | -2/+14 |
2021-07-05 | util/async: add a human-readable name to BHs for debugging | Stefan Hajnoczi | 2 | -4/+9 |
2021-06-25 | co-shared-resource: protect with a mutex | Emanuele Giuseppe Esposito | 1 | -5/+19 |
2021-06-22 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in... | Peter Maydell | 1 | -1/+5 |
2021-06-19 | util/oslib-win32: Fix fatal assertion in qemu_try_memalign | Stefan Weil | 1 | -1/+5 |
2021-06-18 | qemu-sockets: introduce socket_address_parse_named_fd() | Vladimir Sementsov-Ogievskiy | 1 | -0/+19 |
2021-06-18 | async: the main AioContext is only "current" if under the BQL | Paolo Bonzini | 2 | -0/+21 |
2021-06-16 | util: Use unique type for QemuRecMutex in thread-posix.h | Richard Henderson | 1 | -6/+6 |
2021-06-16 | util: Pass file+line to qemu_rec_mutex_unlock_impl | Richard Henderson | 2 | -3/+3 |
2021-06-16 | util: Use real functions for thread-posix QemuRecMutex | Richard Henderson | 1 | -0/+20 |
2021-06-15 | util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux | David Hildenbrand | 1 | -2/+67 |
2021-06-15 | memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() | David Hildenbrand | 3 | -3/+23 |
2021-06-15 | util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap() | David Hildenbrand | 2 | -8/+10 |
2021-06-15 | util/mmap-alloc: Factor out activating of memory to mmap_activate() | David Hildenbrand | 1 | -44/+50 |
2021-06-15 | util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve() | David Hildenbrand | 1 | -25/+33 |
2021-06-15 | util/mmap-alloc: Factor out calculation of the pagesize for the guard page | David Hildenbrand | 1 | -15/+16 |
2021-06-15 | qemu-config: use qemu_opts_from_qdict | Paolo Bonzini | 1 | -16/+1 |
2021-06-13 | util/osdep: Add qemu_mprotect_rw | Richard Henderson | 1 | -0/+9 |
2021-06-08 | sockets: Support multipath TCP | Dr. David Alan Gilbert | 1 | -0/+23 |
2021-06-04 | qemu-config: parse configuration files to a QDict | Paolo Bonzini | 1 | -30/+68 |
2021-06-04 | oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONB... | Brad Smith | 1 | -11/+0 |
2021-06-02 | configure: bump min required glib version to 2.56 | Daniel P. Berrangé | 1 | -204/+0 |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 1 | -1/+1 |
2021-05-26 | qemu-config: load modules when instantiating option groups | Paolo Bonzini | 1 | -0/+1 |
2021-05-21 | coroutine-sleep: introduce qemu_co_sleep | Paolo Bonzini | 1 | -7/+19 |
2021-05-21 | coroutine-sleep: replace QemuCoSleepState pointer with struct in the API | Paolo Bonzini | 1 | -23/+18 |
2021-05-21 | coroutine-sleep: move timer out of QemuCoSleepState | Paolo Bonzini | 1 | -4/+4 |
2021-05-21 | coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing | Paolo Bonzini | 1 | -9/+12 |
2021-05-21 | coroutine-sleep: disallow NULL QemuCoSleepState** argument | Paolo Bonzini | 1 | -13/+5 |
2021-05-21 | coroutine-sleep: use a stack-allocated timer | Paolo Bonzini | 1 | -5/+4 |
2021-05-21 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-05-11' into st... | Peter Maydell | 1 | -7/+22 |
2021-05-17 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 1 | -1/+1 |
2021-05-14 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-... | Peter Maydell | 1 | -6/+2 |
2021-05-14 | util/compatfd.c: Replaced a malloc call with g_malloc. | Mahmoud Mandour | 1 | -6/+2 |
2021-05-13 | numa: Teach ram block notifiers about resizeable ram blocks | David Hildenbrand | 1 | -8/+8 |
2021-05-13 | util: vfio-helpers: Factor out and fix processing of existing ram blocks | David Hildenbrand | 1 | -21/+8 |
2021-05-13 | cutils: fix memory leak in get_relocated_path() | Stefano Garzarella | 1 | -1/+1 |
2021-05-12 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2 | -62/+2 |
2021-05-12 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210510-pull-request' ... | Peter Maydell | 1 | -0/+7 |
2021-05-12 | qemu-option: support accept-any QemuOptsList in qemu_opts_absorb_qdict | Paolo Bonzini | 1 | -1/+2 |
2021-05-11 | sockets: update SOCKET_ADDRESS_TYPE_FD listen(2) backlog | Stefan Hajnoczi | 1 | -7/+22 |
2021-05-11 | main-loop: remove dead code | Paolo Bonzini | 1 | -61/+0 |
2021-05-10 | virtio-gpu: add virtio-vga-gl | Gerd Hoffmann | 1 | -0/+2 |
2021-05-10 | virtio-gpu: add virtio-gpu-gl-pci | Gerd Hoffmann | 1 | -0/+2 |
2021-05-10 | virtio-gpu: move virtio-gpu-gl-device to separate module | Gerd Hoffmann | 1 | -1/+3 |
2021-05-10 | virtio-gpu: add virtio-gpu-gl-device | Gerd Hoffmann | 1 | -0/+1 |
2021-05-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -1/+1 |
2021-05-04 | oslib-win32: do not rely on macro to get redefined function name | Paolo Bonzini | 1 | -1/+1 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-04-30 | util: add transactions.c | Vladimir Sementsov-Ogievskiy | 2 | -0/+97 |