index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-07
util: Put qemu_vfree() in memalign.c
Peter Maydell
3
-12
/
+11
2022-03-07
util: Use meson checks for valloc() and memalign() presence
Peter Maydell
1
-2
/
+4
2022-03-07
util: Share qemu_try_memalign() implementation between POSIX and Windows
Peter Maydell
3
-46
/
+39
2022-03-07
util: Return valid allocation for qemu_try_memalign() with zero size
Peter Maydell
2
-1
/
+6
2022-03-07
util: Unify implementations of qemu_memalign()
Peter Maydell
4
-28
/
+40
2022-03-07
util: Make qemu_oom_check() a static function
Peter Maydell
2
-2
/
+2
2022-03-04
rcu: use coroutine TLS macros
Stefan Hajnoczi
1
-5
/
+5
2022-03-04
util/async: replace __thread with QEMU TLS macros
Stefan Hajnoczi
1
-5
/
+7
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
[next]