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