Age | Commit message (Expand) | Author |
2021-08-04 | util: fix abstract socket path copy | Marc-André Lureau |
2021-07-26 | util/selfmap: Discard mapping on error | Richard Henderson |
2021-07-22 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-07-22 | qemu-config: restore "machine" in qmp_query_command_line_options() | Stefan Hajnoczi |
2021-07-21 | qemu/atomic: Add aligned_{int64,uint64}_t types | Richard Henderson |
2021-07-21 | iothread: add aio-max-batch parameter | Stefano Garzarella |
2021-07-20 | qemu-config: fix memory leak on ferror() | Paolo Bonzini |
2021-07-20 | qemu-config: never call the callback after an error, fix leak | Paolo Bonzini |
2021-07-11 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-07-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell |
2021-07-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2021-07-09 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell |
2021-07-09 | util/guest-random: Fix size arg to tail memcpy | Mark Nelson |
2021-07-09 | qemu-option: Drop dead assertion | Markus Armbruster |
2021-07-09 | modules: check arch on qom lookup | Gerd Hoffmann |
2021-07-09 | modules: check arch and block load on mismatch | Gerd Hoffmann |
2021-07-09 | modules: add tracepoints | Gerd Hoffmann |
2021-07-09 | modules: use modinfo for qemu opts load | Gerd Hoffmann |
2021-07-09 | modules: use modinfo for qom load | Gerd Hoffmann |
2021-07-09 | modules: use modinfo for dependencies | Gerd Hoffmann |
2021-07-09 | modules: generate modinfo.c | Gerd Hoffmann |
2021-07-09 | meson: fix missing preprocessor symbols | Paolo Bonzini |
2021-07-09 | util/uri: do not check argument of uri_free() | Heinrich Schuchardt |
2021-07-08 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell |
2021-07-06 | Deprecate pmem=on with non-DAX capable backend file | Igor Mammedov |
2021-07-06 | qemu-option: remove now-dead code | Paolo Bonzini |
2021-07-06 | keyval: introduce keyval_parse_into | Paolo Bonzini |
2021-07-06 | keyval: introduce keyval_merge | Paolo Bonzini |
2021-07-06 | configure: convert compiler tests to meson, part 1 | Paolo Bonzini |
2021-07-06 | meson: store dependency('threads') in a variable | Paolo Bonzini |
2021-07-05 | util/async: print leaked BH name when AioContext finalizes | Stefan Hajnoczi |
2021-07-05 | util/async: add a human-readable name to BHs for debugging | Stefan Hajnoczi |
2021-06-25 | co-shared-resource: protect with a mutex | Emanuele Giuseppe Esposito |
2021-06-22 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in... | Peter Maydell |
2021-06-19 | util/oslib-win32: Fix fatal assertion in qemu_try_memalign | Stefan Weil |
2021-06-18 | qemu-sockets: introduce socket_address_parse_named_fd() | Vladimir Sementsov-Ogievskiy |
2021-06-18 | async: the main AioContext is only "current" if under the BQL | Paolo Bonzini |
2021-06-16 | util: Use unique type for QemuRecMutex in thread-posix.h | Richard Henderson |
2021-06-16 | util: Pass file+line to qemu_rec_mutex_unlock_impl | Richard Henderson |
2021-06-16 | util: Use real functions for thread-posix QemuRecMutex | Richard Henderson |
2021-06-15 | util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux | David Hildenbrand |
2021-06-15 | memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() | David Hildenbrand |
2021-06-15 | util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap() | David Hildenbrand |
2021-06-15 | util/mmap-alloc: Factor out activating of memory to mmap_activate() | David Hildenbrand |
2021-06-15 | util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve() | David Hildenbrand |
2021-06-15 | util/mmap-alloc: Factor out calculation of the pagesize for the guard page | David Hildenbrand |
2021-06-15 | qemu-config: use qemu_opts_from_qdict | Paolo Bonzini |
2021-06-13 | util/osdep: Add qemu_mprotect_rw | Richard Henderson |
2021-06-08 | sockets: Support multipath TCP | Dr. David Alan Gilbert |
2021-06-04 | qemu-config: parse configuration files to a QDict | Paolo Bonzini |