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
2023-09-29
util/vhost-user-server: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-21
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2023-09-21
Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging
Stefan Hajnoczi
2023-09-20
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
2023-09-19
Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-09-16
util/cpuinfo-aarch64: Add CPUINFO_BTI
Richard Henderson
2023-09-15
host/include/aarch64: Implement clmul.h
Richard Henderson
2023-09-15
host/include/i386: Implement clmul.h
Richard Henderson
2023-09-15
util: Delete checks for old host definitions
Akihiko Odaki
2023-09-07
util/iov: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
2023-09-07
io: follow coroutine AioContext in qio_channel_yield()
Stefan Hajnoczi
2023-09-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-09-06
Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-09-01
util/async-teardown.c: move to softmmu/, only build it when system build is r...
Michael Tokarev
2023-09-01
util/selfmap: Use dev_t and ino_t in MapInfo
Richard Henderson
2023-08-31
util: spelling fixes
Michael Tokarev
2023-08-30
aio-posix: zero out io_uring sqe user_data
Stefan Hajnoczi
2023-08-29
throttle: use THROTTLE_MAX/ARRAY_SIZE for hard code
zhenwei pi
2023-08-29
throttle: use enum ThrottleDirection instead of bool is_write
zhenwei pi
2023-08-29
throttle: support read-only and write-only
zhenwei pi
2023-08-29
throttle: introduce enum ThrottleDirection
zhenwei pi
2023-08-09
util/interval-tree: Check root for null in interval_tree_iter_first
Helge Deller
2023-08-08
util/selfmap: Rewrite using qemu/interval-tree.h
Richard Henderson
2023-08-03
util/oslib-win32: Fix compiling with Clang from MSYS2
Thomas Huth
2023-08-01
thread-pool: signal "request_cond" while locked
Anthony PERARD
2023-07-31
util/interval-tree: Use qatomic_read/set for rb_parent_color
Richard Henderson
2023-07-31
util/interval-tree: Introduce pc_parent
Richard Henderson
2023-07-31
util/interval-tree: Use qatomic_set_mb in rb_link_node
Richard Henderson
2023-07-31
util/interval-tree: Use qatomic_read for left/right while searching
Richard Henderson
2023-07-10
os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' option
Thomas Huth
2023-07-08
host/include/ppc: Implement aes-round.h
Richard Henderson
2023-07-08
host/include/aarch64: Implement aes-round.h
Richard Henderson
2023-07-08
host/include/i386: Implement aes-round.h
Richard Henderson
2023-07-08
util: Add cpuinfo-ppc.c
Richard Henderson
2023-06-27
console/win32: allocate shareable display surface
Marc-André Lureau
2023-06-14
Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qem...
Richard Henderson
2023-06-13
util/cacheflush: Avoid possible redundant dcache flush on Darwin
Philippe Mathieu-Daudé
2023-06-13
util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin
Philippe Mathieu-Daudé
2023-06-13
util/log: Add vector registers to log
Ivan Klokov
2023-06-06
atomics: eliminate mb_read/mb_set
Paolo Bonzini
2023-06-05
util/iov: Remove qemu_iovec_init_extended()
Hanna Czenczek
2023-06-05
util/iov: Make qiov_slice() public
Hanna Czenczek
2023-06-02
cutils: Improve qemu_strtosz handling of fractions
Eric Blake
2023-06-02
cutils: Improve qemu_strtod* error paths
Eric Blake
2023-06-02
cutils: Use parse_uint in qemu_strtosz for negative rejection
Eric Blake
2023-06-02
cutils: Set value in all integral qemu_strto* error paths
Eric Blake
2023-06-02
cutils: Set value in all qemu_strtosz* error paths
Eric Blake
2023-06-02
cutils: Allow NULL str in qemu_strtosz
Eric Blake
2023-06-02
cutils: Allow NULL endptr in parse_uint()
Eric Blake
2023-06-02
cutils: Adjust signature of parse_uint[_full]
Eric Blake
[next]