Age | Commit message (Expand) | Author | Files | Lines |
2022-02-28 | keyval: Fix grammar comment to cover downstream prefix | Markus Armbruster | 1 | -1/+3 |
2022-02-21 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -1/+3 |
2022-02-21 | include: Move hardware version declarations to new qemu/hw-version.h | Peter Maydell | 1 | -0/+1 |
2022-02-21 | include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h | Peter Maydell | 3 | -0/+3 |
2022-02-21 | include: Move qemu_mprotect_*() to new qemu/mprotect.h | Peter Maydell | 1 | -0/+1 |
2022-02-21 | include: Move qemu_madvise() and related #defines to new qemu/madvise.h | Peter Maydell | 2 | -0/+2 |
2022-02-17 | 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread | Vitaly Chikunov | 1 | -0/+21 |
2022-02-16 | configure, meson: move membarrier test to meson | Paolo Bonzini | 1 | -1/+3 |
2022-02-14 | util: adjust coroutine pool size to virtio block queue | Hiroki Narukawa | 1 | -4/+16 |
2022-02-06 | util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc() | David Hildenbrand | 1 | -0/+1 |
2022-02-04 | cpuid: use unsigned for max cpuid | Michael S. Tsirkin | 1 | -1/+1 |
2022-02-01 | block/export: Fix vhost-user-blk shutdown with requests in flight | Kevin Wolf | 1 | -0/+22 |
2022-01-14 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell | 7 | -34/+90 |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi | 7 | -34/+90 |
2022-01-12 | meson: reenable filemonitor-inotify compilation | Volker Rümelin | 1 | -2/+5 |
2022-01-08 | qemu/int128: addition of div/rem 128-bit operations | Frédéric Pétrot | 2 | -0/+148 |
2022-01-07 | util/oslib-posix: Forward SIGBUS to MCE handler under Linux | David Hildenbrand | 1 | -3/+34 |
2022-01-07 | util/oslib-posix: Support concurrent os_mem_prealloc() invocation | David Hildenbrand | 1 | -0/+9 |
2022-01-07 | util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE | David Hildenbrand | 1 | -0/+8 |
2022-01-07 | util/oslib-posix: Don't create too many threads with small memory or little p... | David Hildenbrand | 1 | -2/+10 |
2022-01-07 | util/oslib-posix: Introduce and use MemsetContext for touch_all_pages() | David Hildenbrand | 1 | -26/+47 |
2022-01-07 | util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc() | David Hildenbrand | 1 | -21/+62 |
2022-01-07 | util/oslib-posix: Let touch_all_pages() return an error | David Hildenbrand | 1 | -12/+16 |
2021-11-16 | transactions: Invoke clean() after everything else | Hanna Reitz | 1 | -2/+6 |
2021-11-10 | rcu: Introduce force_rcu notifier | Greg Kurz | 1 | -0/+19 |
2021-11-02 | util: Make some iova_tree parameters const | Eugenio Pérez | 1 | -6/+6 |
2021-10-27 | host-utils: add 128-bit quotient support to divu128/divs128 | Luis Pires | 1 | -41/+86 |
2021-10-27 | host-utils: move checks out of divu128/divs128 | Luis Pires | 1 | -22/+18 |
2021-10-15 | qemu-option: Allow deleting opts during qemu_opts_foreach() | Kevin Wolf | 1 | -2/+2 |
2021-10-14 | configure, meson: move more compiler checks to Meson | Paolo Bonzini | 1 | -1/+3 |
2021-10-14 | configure, meson: move pthread_setname_np checks to Meson | Paolo Bonzini | 1 | -3/+2 |
2021-10-13 | util/compatfd.c: use libc signalfd wrapper instead of raw syscall | Kacper Słomiński | 1 | -3/+2 |
2021-09-30 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -3/+3 |
2021-09-30 | build-sys: add HAVE_IPPROTO_MPTCP | Marc-André Lureau | 1 | -3/+3 |
2021-09-29 | host-utils: Fix overflow detection in divu128() | Luis Pires | 1 | -1/+1 |
2021-09-27 | qapi: Convert simple union SocketAddressLegacy to flat one | Markus Armbruster | 1 | -4/+4 |
2021-09-15 | util: Remove redundant checks in the openpty() | AlexChen | 1 | -4/+3 |
2021-09-13 | util: Suppress -Wstringop-overflow in qemu_thread_start | Richard Henderson | 1 | -0/+19 |
2021-09-07 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell | 1 | -44/+55 |
2021-09-07 | util/vfio-helpers: Let qemu_vfio_do_mapping() propagate Error | Philippe Mathieu-Daudé | 1 | -4/+4 |
2021-09-07 | util/vfio-helpers: Simplify qemu_vfio_dma_map() returning directly | Philippe Mathieu-Daudé | 1 | -13/+10 |
2021-09-07 | util/vfio-helpers: Use error_setg in qemu_vfio_find_[fixed/temp]_iova | Philippe Mathieu-Daudé | 1 | -10/+14 |
2021-09-07 | util/vfio-helpers: Extract qemu_vfio_water_mark_reached() | Philippe Mathieu-Daudé | 1 | -1/+16 |
2021-09-07 | util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map() | Philippe Mathieu-Daudé | 1 | -4/+6 |
2021-09-07 | util/vfio-helpers: Remove unreachable code in qemu_vfio_dma_map() | Philippe Mathieu-Daudé | 1 | -4/+0 |
2021-09-07 | util/vfio-helpers: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD | Philippe Mathieu-Daudé | 1 | -6/+3 |
2021-09-07 | util/vfio-helpers: Let qemu_vfio_verify_mappings() use error_report() | Philippe Mathieu-Daudé | 1 | -2/+2 |
2021-09-06 | qemu-sockets: fix unix socket path copy (again) | Michael Tokarev | 1 | -8/+5 |
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 |