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-03-13
util: drop qemu_fork()
Marc-André Lureau
2023-03-09
Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into staging
Peter Maydell
2023-03-08
log: Remove unneeded new line
BALATON Zoltan
2023-03-07
Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2023-03-07
async: clarify usage of barriers in the polling case
Paolo Bonzini
2023-03-07
async: update documentation of the memory barriers
Paolo Bonzini
2023-03-07
qemu-coroutine-lock: add smp_mb__after_rmw()
Paolo Bonzini
2023-03-07
qemu-thread-win32: cleanup, fix, document QemuEvent
Paolo Bonzini
2023-03-07
qemu-thread-posix: cleanup, fix, document QemuEvent
Paolo Bonzini
2023-03-05
include/qemu/cpuid: Introduce xgetbv_low
Richard Henderson
2023-02-27
replay: Extract core API to 'exec/replay-core.h'
Philippe Mathieu-Daudé
2023-02-27
Updated the FSF address to <https://www.gnu.org/licenses/>
Khadija Kamran
2023-02-24
Merge tag 'pull-error-2023-02-23' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2023-02-24
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2023-02-21
util/cacheflush: fix cache on windows-arm64
Pierrick Bouvier
2023-02-17
hbitmap: fix hbitmap_status() return value for first dirty bit case
Andrey Zhadchenko
2023-02-17
util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD
Emanuele Giuseppe Esposito
2023-02-17
thread-posix: add support for setting threads name on OpenBSD
Brad Smith
2023-02-14
Do not include "qemu/error-report.h" in headers that do not need it
Thomas Huth
2023-02-11
util/userfaultfd: Support /dev/userfaultfd
Peter Xu
2023-02-08
Drop duplicate #include
Markus Armbruster
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2023-02-08
Fix non-first inclusions of qemu/osdep.h
Markus Armbruster
2023-02-06
io: Add support for MSG_PEEK for socket channel
manish.mishra
2023-02-06
util/userfaultfd: Add uffd_open()
Peter Xu
2023-02-04
include/qemu/int128: Use Int128 structure for TCI
Richard Henderson
2023-02-04
Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...
Peter Maydell
2023-02-04
readline: Extract readline_add_completion_of() from monitor
Markus Armbruster
2023-02-02
util/qht: use striped locks under TSAN
Emilio Cota
2023-02-02
util/qht: add missing atomic_set(hashes[i])
Emilio Cota
2023-01-23
util/aio: Defer disabling poll mode as long as possible
Chao Gao
2023-01-20
coroutine: Use Coroutine typedef name instead of structure tag
Markus Armbruster
2023-01-19
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
Markus Armbruster
2023-01-16
util/bufferiszero: Use __attribute__((target)) for avx2/avx512
Richard Henderson
2023-01-11
util/error: add G_GNUC_PRINTF for various functions
Daniel P. Berrangé
2023-01-11
accel: introduce accelerator blocker API
Emanuele Giuseppe Esposito
2023-01-09
Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
2023-01-06
util: remove support for hex numbers with a scaling suffix
Paolo Bonzini
2023-01-06
util/log: Always send errors to logfile when daemonized
Greg Kurz
2023-01-06
util/log: do not close and reopen log files when flags are turned off
Paolo Bonzini
2022-12-20
util: Add interval-tree.c
Richard Henderson
2022-12-16
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
2022-12-15
async: Register/unregister aiocontext in graph lock list
Emanuele Giuseppe Esposito
2022-12-15
util/oslib-win32: Remove obsolete reference to g_poll code
Thomas Huth
2022-12-15
util/qemu-config: Fix "query-command-line-options" to provide the right values
Thomas Huth
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2022-12-14
qapi misc: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
qapi: Use returned bool to check for failure (again)
Markus Armbruster
[next]