Age | Commit message (Expand) | Author | Files | Lines |
2021-08-04 | util: fix abstract socket path copy | Marc-André Lureau | 1 | -1/+4 |
2021-07-26 | util/selfmap: Discard mapping on error | Richard Henderson | 1 | -12/+17 |
2021-07-22 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -5/+11 |
2021-07-22 | qemu-config: restore "machine" in qmp_query_command_line_options() | Stefan Hajnoczi | 1 | -2/+7 |
2021-07-21 | qemu/atomic: Add aligned_{int64,uint64}_t types | Richard Henderson | 1 | -2/+2 |
2021-07-21 | iothread: add aio-max-batch parameter | Stefano Garzarella | 3 | -0/+19 |
2021-07-20 | qemu-config: fix memory leak on ferror() | Paolo Bonzini | 1 | -1/+2 |
2021-07-20 | qemu-config: never call the callback after an error, fix leak | Paolo Bonzini | 1 | -2/+2 |
2021-07-11 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 3 | -88/+118 |
2021-07-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 2 | -3/+1 |
2021-07-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -16/+6 |
2021-07-09 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell | 1 | -0/+2 |
2021-07-09 | util/guest-random: Fix size arg to tail memcpy | Mark Nelson | 1 | -1/+1 |
2021-07-09 | qemu-option: Drop dead assertion | Markus Armbruster | 1 | -2/+0 |
2021-07-09 | modules: check arch on qom lookup | Gerd Hoffmann | 1 | -0/+6 |
2021-07-09 | modules: check arch and block load on mismatch | Gerd Hoffmann | 1 | -0/+29 |
2021-07-09 | modules: add tracepoints | Gerd Hoffmann | 2 | -0/+7 |
2021-07-09 | modules: use modinfo for qemu opts load | Gerd Hoffmann | 1 | -0/+19 |
2021-07-09 | modules: use modinfo for qom load | Gerd Hoffmann | 1 | -53/+24 |
2021-07-09 | modules: use modinfo for dependencies | Gerd Hoffmann | 1 | -34/+21 |
2021-07-09 | modules: generate modinfo.c | Gerd Hoffmann | 1 | -0/+11 |
2021-07-09 | meson: fix missing preprocessor symbols | Paolo Bonzini | 1 | -1/+1 |
2021-07-09 | util/uri: do not check argument of uri_free() | Heinrich Schuchardt | 1 | -16/+6 |
2021-07-08 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell | 2 | -6/+23 |
2021-07-06 | Deprecate pmem=on with non-DAX capable backend file | Igor Mammedov | 1 | -0/+2 |
2021-07-06 | qemu-option: remove now-dead code | Paolo Bonzini | 1 | -41/+10 |
2021-07-06 | keyval: introduce keyval_parse_into | Paolo Bonzini | 1 | -8/+35 |
2021-07-06 | keyval: introduce keyval_merge | Paolo Bonzini | 1 | -0/+80 |
2021-07-06 | configure: convert compiler tests to meson, part 1 | Paolo Bonzini | 1 | -1/+3 |
2021-07-06 | meson: store dependency('threads') in a variable | Paolo Bonzini | 1 | -1/+0 |
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 |